Revision abdf0113 scripts/gnt-node

b/scripts/gnt-node
300 300
               [DEBUG_OPT, FORCE_OPT],
301 301
               "[-f] <src> <dst>",
302 302
               "Relocate the secondary instances from the first node"
303
               " to the second one (only for instances of type remote_raid1"
304
               " drbd)"),
303
               " to the second one (only for instances with drbd disk template"
304
               ),
305 305
  'failover': (FailoverNode, ARGS_ONE,
306 306
               [DEBUG_OPT, FORCE_OPT,
307 307
                make_option("--ignore-consistency", dest="ignore_consistency",
......
311 311
                ],
312 312
               "[-f] <node>",
313 313
               "Stops the primary instances on a node and start them on their"
314
               " secondary node (only for instances of type remote_raid1)"),
314
               " secondary node (only for instances with drbd disk template)"),
315 315
  'info': (ShowNodeConfig, ARGS_ANY, [DEBUG_OPT],
316 316
           "[<node_name>...]", "Show information about the node(s)"),
317 317
  'list': (ListNodes, ARGS_NONE,

Also available in: Unified diff