Line 68... |
Line 68... |
68 |
push @return, "\tUpdates capabilities on one or more nodes, default is all nodes";
|
68 |
push @return, "\tUpdates capabilities on one or more nodes, default is all nodes";
|
69 |
push @return, "node list [--format|-f screen|tsv]";
|
69 |
push @return, "node list [--format|-f screen|tsv]";
|
70 |
push @return, "\tLists all nodes with some statistics about them as screen or tsv (default screen)";
|
70 |
push @return, "\tLists all nodes with some statistics about them as screen or tsv (default screen)";
|
71 |
push @return, "node scan [nodename|-t nodename]";
|
71 |
push @return, "node scan [nodename|-t nodename]";
|
72 |
push @return, "\tUpdates list of domains on one or more existing nodes, default is all nodes";
|
72 |
push @return, "\tUpdates list of domains on one or more existing nodes, default is all nodes";
|
73 |
push @return, "node maintenance nodename [on|off]";
|
73 |
push @return, "node maintenance nodename [on|off --target=targetNode]";
|
74 |
push @return, "\ton - set maintenance flag; no domains can be started/migrated to node";
|
74 |
push @return, "\ton - set maintenance flag; no domains can be started/migrated to node";
|
- |
|
75 |
push @return, "\t target must be set with the --target flag";
|
75 |
push @return, "\toff - Allows domains to be migrated/started on node";
|
76 |
push @return, "\toff - Allows domains to be migrated/started on node";
|
76 |
push @return, "\tnothing - displays current maintenance flag";
|
77 |
push @return, "\tnothing - displays current maintenance flag";
|
77 |
push @return, "\tNote: a node with any domains running can not have maintenance mode turned on";
|
78 |
push @return, "\tNote: a node with any domains running can not have maintenance mode turned on";
|
78 |
return join( "\n", @return ) . "\n";
|
79 |
return join( "\n", @return ) . "\n";
|
79 |
}
|
80 |
}
|