Revision d8a4b51d scripts/gnt-node

b/scripts/gnt-node
300 300
           "[<node_name>...]", "Show information about the node(s)"),
301 301
  'list': (ListNodes, ARGS_NONE,
302 302
           [DEBUG_OPT, NOHDR_OPT, SEP_OPT, USEUNITS_OPT, FIELDS_OPT],
303
           "", "Lists the nodes in the cluster"),
303
           "", "Lists the nodes in the cluster. The available fields"
304
           " are (see the man page for details): name, pinst_cnt, pinst_list,"
305
           " sinst_cnt, sinst_list, pip, sip, dtotal, dfree, mtotal, mnode,"
306
           " mfree, bootid. The default field list is (in order): name,"
307
           " dtotal, dfree, mtotal, mnode, mfree, pinst_cnt, sinst_cnt."),
304 308
  'remove': (RemoveNode, ARGS_ONE, [DEBUG_OPT],
305 309
             "<node_name>", "Removes a node from the cluster"),
306 310
  'volumes': (ListVolumes, ARGS_ANY,

Also available in: Unified diff