-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Nodeset removes zeroes(0) from node names #286
Comments
Hi @alexbozhenko, Ugh. Thanks much for reporting! Your first example looks like a 0-padding bug. If you remove ",n4c08,n4c09" at the end, it works as expected! I will take a look at it ASAP. |
This strange behavior is due to a heuristic-folding we developed to speed up thing in some cases. When adding one more node to your last example, you triggered a different nodeset folding code where 0-padding info was badly handled. Thanks again for reporting this issue, this is very helpful. Patch under review - https://review.gerrithub.io/262943 |
Hello, Thiell. Thank you for instant fix and coolest ssh cluster software. But I also noticed that clubak affected as well:
clubak -b works though:
|
Thanks @alexbozhenko for the feedback, much appreciated! I will take a look at clubak too. Please note that most of clubak features are available directly through clush. For example, in that case, you can use |
@alexbozhenko FYI, the proposed patch was updated, taking into account your latest comment. All reported issues should be fixed with this version. |
Hello. I noticed that zeroes(0) removed from node names on this set:
And not everything is good on this set, where I just deleted 2 last nodes:
Compare n[1-4]c**[1-9]** vs n[1-3]c**[01-09]**,n4c[01-07]
The text was updated successfully, but these errors were encountered: