clustershell
clustershell copied to clipboard
Scalable cluster administration Python framework — Manage node sets, node groups and execute commands on cluster nodes in parallel.
To list nodes in reservation `foobar` ``` $ cluset -f @sr:foobar sh02-01n60 ``` To list reservations that node `sh03-01n72` is part of: ``` $ cluset -ll -s slurmresv sh03-01n72 @slurmresv:test...
Hello, When using clustershell with milkcheck, I have an error: ``` ClusterShell.Propagation.RouteResolvingError: No route available to pm4-nod01 ``` The error comes as soon as I have a topology file. The...
PROBLEM: $ twine check --strict dist/* Checking dist/ClusterShell-1.9.3.tar.gz: FAILED ERROR `long_description` has syntax errors in markup and would not be rendered on PyPI. line 10: Severe: Unexpected section title. User...
It looks like file path completion doesn't work anymore in 1.9.3, when using copy mode: ``` $ clush -c /tmp/file[TAB][TAB] ``` doesn't complete `/tmp/filename` anymore. Maybe a side effect of...
I'd like to publish clustershell to Flathub. I've already created a manifest to upload. To do so, I just need approval from the developers. If you are not happy with...
When using clush -c we should try to complete local files. When not using -c, if a taget has already been set we can also try to complete a command....
Apparently some people want to use clush -wfoo... (Since it's a different issue than #585 this is open as a different PR, I don't like the merge queue squashing unrelated...
Split when multiple words are given to properly find matching nodes or groups: - get last partial nodeset - complete as if that was the current argument - then re-add...
I encountered a problem when using clush in tree mode. When my hostname (`host01.a.b`) contains a dot and is used as the root node, clush throws an error: ``` clush:...