thiell
thiell
Reported during testing of 1.7.82 yaml file: ```yaml 111: foo: 'bar' ``` ``` $ nodeset -f @111:foo nodeset: Unknown group source: "111" ``` ``` $ nodeset -L | grep 111...
Related to #260. Would be great to have weighted routes, to either spread the load accordingly, or even able to set up failback routes in topology.conf (eg. a weight of...
Related to #232. Old signatures (eg. `ev_read(self, worker)`) should be deprecated in 1.x (x > 8) and removed in 2.0.
Utility to avoid gateway reconnections when using clush in scalable mode. This agent is optional. The idea of '''clush-agent''' is that it is started in a login session on the...
Add advanced interactive features in clush.py, like: - add automatic unreachable nodes exclusion - result tagging for fast nodeset switching - ...
We need to regroup Worker non-regression tests in order to be able to tests all differents Worker with the same tests.
We need to regroup Engine non-regression tests in order to be able to tests all differents Engine (soon 3 of them) with the same tests.
EnginePoll and EngineEPoll shared a lot of similar code. The incoming EngineSelect will also shared a lot of code with the 2 other ones. It is simple to factorize this...
Instead of having a static topology configuration file on the management node, add a way to use DNS-SD/DNSExt to know about gateway state changes (and maybe load).
By default, clustershell folds node sets in all dimensions. This can actually be quite annoying sometimes as other tools don't support that. For example, Slurm doesn't and requires that the...