clustershell
clustershell copied to clipboard
Scalable cluster administration Python framework — Manage node sets, node groups and execute commands on cluster nodes in parallel.
Add an immutable and hashable NodeSet-like class (FrozenNodeSet or ImmutableNodeSet) that can be used as dictionary key.
It looks like the design of the YAML group source loading is to fail if the same source exists in two files. Is this a behavior that can be changed?...
It would be very convenient to have a way to automagically gather similar outputs, for example: ``` console $ clush -w azur[23,48] -B uptime --------------- azur23 --------------- ssh: azur23: Name...
I need to pass a unique ID to each of my processes in the remote nodes. For example, ./run.sh 0 ./run.sh 1 ./run.sh 2 ... Is there a way to...
It would be a nice feature to allow both copy and rcopy to take into account the remote=no option, and then working the same as the command execution. Such a...
Add a library logging facility based on Python logging module (http://docs.python.org/library/logging.html). This should allow us to avoid the use of verbosity levels implemented for different ClusterShell modules (like Task or...
This ticket aims to track library API '''changes''' expected for version '''2.0'''. This new major release is now NOT expected to break 1.x compatibility. Hopefully this ticket will help to...
ClusterShell packaging needs to be fixed in a more pythonic way (PyPI compliant) to define `/etc/clustershell/*.conf` files. I've found the following slides from distutils maintainer (Tarek Ziadé): New way to...
Hello, Clusters often end in messy states that requires to run commands on a noderange full of holes like: ``` fortoy[200-203,205-233,235-345,347-500,...] ``` It could be nice to introduce an option...
Fixed the bug I ran into as detailed in this [thread](http://sourceforge.net/p/clustershell/mailman/clustershell-devel/thread/CAMD27Oi836s4Y8vQn6A3sSzrFipzasHhQ-hOw28hSJ26knCAgA%40mail.gmail.com/#msg34136205) from the mailing list.