{"add":(AddGroup, ARGS_ONE_GROUP, [DRY_RUN_OPT, ALLOC_POLICY_OPT, NODE
_PARAMS_OPT], "<group_name>", "Add a new node group to the cluster"),
"assign-nodes":(AssignNodes, ARGS_ONE_GROUP+ ARGS_MANY_NODES, [DRY_RUN
_OPT, FORCE_OPT], "<group_name> <node>...", "Assign nodes to a group")
, "list":(ListGroups, ARGS_MANY_GROUPS, [NOHDR_OPT, SEP_OPT, FIELDS_OP
T, VERBOSE_OPT], "[<group_name>...]", "Lists the node groups in the cl
uster. The available fields can be shown" " using the \"list-fields\"
command (see the man page for details)." " The default list is (in ord
...
|