Minor doc/help update
authorIustin Pop <iustin@google.com>
Mon, 5 May 2008 09:37:48 +0000 (09:37 +0000)
committerIustin Pop <iustin@google.com>
Mon, 5 May 2008 09:37:48 +0000 (09:37 +0000)
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

man/gnt-instance.sgml
scripts/gnt-node

index 929e59b..e1310b7 100644 (file)
 
         <para>
           There is a subtle grouping about the available output
-          fields: all fields except for <option>oper_state</option>
-          and <option>oper_ram</option> are configuration value and
-          not run-time values. So if you don't select any of the
-          <option>oper_*</option> fields, the query will be satisfied
+          fields: all fields except for <option>oper_state</option>,
+          <option>oper_ram</option> and <option>status</option> are
+          configuration value and not run-time values. So if you don't
+          select any of the these fields, the query will be satisfied
           instantly from the cluster configuration, without having to
           ask the remote nodes for the data. This can be helpful for
           big clusters when you only want some data and it makes sense
index 9196dee..85dff02 100755 (executable)
@@ -293,7 +293,7 @@ commands = {
           "[-s ip] <node_name>", "Add a node to the cluster"),
   'evacuate': (EvacuateNode, ARGS_FIXED(2),
                [DEBUG_OPT, FORCE_OPT],
-               "[-f] <src_node> <dst_node>",
+               "[-f] <src> <dst>",
                "Relocate the secondary instances from the first node"
                " to the second one (only for instances of type remote_raid1"
                " or drbd)"),