Aurélien Degrémont

Results 193 comments of Aurélien Degrémont

Indeed binary support is not there yet for output as internally, everything is line oriented so far. There is plan to drop this limitation in the future and this is...

And would you expect from the following command? ``` $ cluset -e wolf-[122-129],wolf-[120-122] ```

> expanding left to right, maintaining order, That's not exactly my example :). In my example, the elements are not ordered. (120 comes after 122).

Hi, I'm in favor of enabling control of this feature for API users. We just need to find the proper way to do that. I would like to avoid having...

Hi @btwe I don't think we can change this default directory which is set on purpose, see https://github.com/cea-hpc/clustershell/blob/master/doc/man/man5/groups.conf.5#L140-L142 I'm not sure i understand the performance issue you are talking about....

Also where is located `myinv` inventory file, which directory?

> nodeset -l GROUP first executes the upcall list and then for each item of the result it executes the upcall map this is not the right way to do...

This sounds very like CHAOS genders. Maybe, we should consider adding this feature directly inside ClusterShell.

It is easy to workaround this using bash constructs for now. Low priority ticket.

Service could only have one status, which is skipped in this case. We cannot put DEP_ERROR and SKIPPED here as a status. So we lose the DEP_ERROR info at this...