clustershell
clustershell copied to clipboard
Scalable cluster administration Python framework — Manage node sets, node groups and execute commands on cluster nodes in parallel.
Passwordless ssh for root is often not allowed but is allowed for non-root account which may have sudo privileges. Broadcasting file copies with clush --copy could use an option to...
I have a container host where every container listens on it's own port but all on localhost. It would be nice to not provide the host name to clush but...
We need per-`Worker` `MsgTree` buffering to get more flexibility. This should be implemented using EventHandler evolution.
pdsh allows regular expression if running it as "pdsh -a -w '/part_of_hostname|another_part_of_hostname/'". If clush really wants to replace pdsh, it should have the same feature sets.
Hello, I have just tried the --rcopy mode for the first time. Nice feature. However I use wildcard character to designate the remote file to copy and I end up...
For now in `Channel` (an `EventHandler`), we are using a `XMLGenerator` over the channel worker object (which acts as a file object). The worker is either `WorkerSsh` for the **parent**...
Config options are set "per Task" even if only workers use them. It is not possible to override these defaults per worker instance and this could be useful. This is,...
From version ``` $ git status HEAD detached from v1.7.1 ``` Perhaps this is an abuse of CLUSH, but the line-buffering causes segments of output of binary files to be...
It would be really cool to be able to more easily build clush-like functionality into other applications.
The utility `dbuck` is provided by python-hostlist software. Here is an example this command usage: ``` # pdsh -w n[100-300] 'cat /proc/loadavg' | dbuck -n 10 -sS Statistical summary ---------------------------------------------------------------------...