clustershell icon indicating copy to clipboard operation
clustershell copied to clipboard

Scalable cluster administration Python framework — Manage node sets, node groups and execute commands on cluster nodes in parallel.

Results 129 clustershell issues
Sort by recently updated
recently updated
newest added
trafficstars

Add an immutable and hashable NodeSet-like class (FrozenNodeSet or ImmutableNodeSet) that can be used as dictionary key.

Lib/NodeSet

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?...

bug
enhancement
Lib/NodeSet

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...

Lib

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...

Lib

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...

Lib

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...

Lib
Python3

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...

Scripts

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.