You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like the scontrol command line interface could be greatly improved. I think that the whole key=value model could be replaced with a more hierarchical command set like you see out of command like svn, git, etc.
Since the scontrol output format is key=value, i find the current input format idea for using copy/paste to update records. Asking the user to input a specific missing field (the reason a node is being drained) is a good idea
It seems like the scontrol command line interface could be greatly improved. I think that the whole key=value model could be replaced with a more hierarchical command set like you see out of command like svn, git, etc.
For instance, instead of:
it could be:
Notice that the "-m" is an option. Just like with svn and git, if you leave that out it should prompt you for a reason (if reasons are required):
I suspect that if we took an orderly approach to examining scontrol's current command set, we could design a user interface that is much nicer to use.
The text was updated successfully, but these errors were encountered: