Aurélien Degrémont

Results 193 comments of Aurélien Degrémont

This code cleaning could be done at any moment. No need to set its miltestone to 2.1, agreed?

Correct me if I'm wrong but my understanding of this `pdsh` feature is to add a way to add some specific ssh arguments *which is not possible otherwise*. Because `pdsh`...

This patch should do what you want, but that's true we don't have this kind of feature right now ```diff diff --git a/lib/ClusterShell/CLI/Clush.py b/lib/ClusterShell/CLI/Clush.py index 2cb94d7..1922dcf 100755 --- a/lib/ClusterShell/CLI/Clush.py +++...

> While I do agree that your patch could achieve the same thing with: > >$ export CLUSH_ARGS="-o \"-i my_id\"" >$ clush ... > >I'm still in quoting/escaping hell. At...

Maybe current code is enough, I'm listing some deprecated features here: * Already done? * ``Worker.last_*()`` (1.6) * Don't know how to do with symbol/aliases * ``NodeSet.STD_GROUP_RESOLVER`` (1.5) * ``NodeSet.NOGROUP_RESOLVER``...

I see no real justification for Slurm limitation. Except they are lazy doing it :) Nevertheless, this default folding axis config option makes sense to me. It could be useful...

Thanks for this pull request but this bug should not be fixed that way. It is perfectly normal for a worker to not have an event handler. The bug only...

This is not possible. I think this is a duplicate of #410. They both relies on the same internal behaviour of NodeSet which sorts, by design, the elements. It should...

It was more a note for anybody wanted to dig into the code side of this feature :) Actually, the internal data structure of nodeset is a set, which is...