Skip to content
Snippets Groups Projects
Commit 872c949f authored by Iustin Pop's avatar Iustin Pop
Browse files

Minor doc/help update

This shortens the help output in gnt-node so that the output looks
nicer, and improves the manual page for gnt-instance with the new
'status' field.

Reviewed-by: ultrotter
parent 48c4dfa8
No related branches found
No related tags found
No related merge requests found
...@@ -526,10 +526,10 @@ ...@@ -526,10 +526,10 @@
<para> <para>
There is a subtle grouping about the available output There is a subtle grouping about the available output
fields: all fields except for <option>oper_state</option> fields: all fields except for <option>oper_state</option>,
and <option>oper_ram</option> are configuration value and <option>oper_ram</option> and <option>status</option> are
not run-time values. So if you don't select any of the configuration value and not run-time values. So if you don't
<option>oper_*</option> fields, the query will be satisfied select any of the these fields, the query will be satisfied
instantly from the cluster configuration, without having to instantly from the cluster configuration, without having to
ask the remote nodes for the data. This can be helpful for ask the remote nodes for the data. This can be helpful for
big clusters when you only want some data and it makes sense big clusters when you only want some data and it makes sense
......
...@@ -298,7 +298,7 @@ commands = { ...@@ -298,7 +298,7 @@ commands = {
"[-s ip] <node_name>", "Add a node to the cluster"), "[-s ip] <node_name>", "Add a node to the cluster"),
'evacuate': (EvacuateNode, ARGS_FIXED(2), 'evacuate': (EvacuateNode, ARGS_FIXED(2),
[DEBUG_OPT, FORCE_OPT], [DEBUG_OPT, FORCE_OPT],
"[-f] <src_node> <dst_node>", "[-f] <src> <dst>",
"Relocate the secondary instances from the first node" "Relocate the secondary instances from the first node"
" to the second one (only for instances of type remote_raid1" " to the second one (only for instances of type remote_raid1"
" drbd)"), " drbd)"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment