Aurélien Degrémont
Aurélien Degrémont
Hello Could you copy your `/etc/clustershell/groups.conf` content?
It could be a side effect of pip install, but you said > On centos 7 I tried installing with yum and pip3 so I wanted to check things are...
This is not possible inside clustershell but the best way to do this for you is probably to put them in `ssh_config` file. If you don't want to change your...
Indeed this is not possible with the command line tools. You can only do that with the python API.
This is possible with `pdsh`? Could you point me to a doc explaining how `pdsh` is doing that?
We could consider this as an RFE, but I assume this is not a blocker for your replacement, as pdsh does not have this feature either. And CS has already...
This code cleaning could be done at any moment. No need to set its miltestone to 2.1, agreed?
For now, you can do this with the following bash construct: `clush -w $(nodeset -a | egrep 'part_of_hostname|another_part_of_hostname') ...`
Regarding implementing such features in ClusterShell should be done improving the nodeset arithmetics. A new pattern, may be `/pattern/`, should be added as a filter to the computed nodeset, using...
> mix node arithmetics and pattern matching This is definitely this. But I do not really see a problem here. > We have external node groups support which I think...