Revision a14db5ff scripts/gnt-node

b/scripts/gnt-node
637 637
          "[-s ip] [--readd] [--no-ssh-key-check] <node_name>",
638 638
          "Add a node to the cluster"),
639 639
  'evacuate': (EvacuateNode, ARGS_ONE_NODE,
640
               [DEBUG_OPT, FORCE_OPT, IALLOCATOR_OPT,
641
                cli_option("-n", "--new-secondary", dest="dst_node",
642
                           help="New secondary node", metavar="NODE",
643
                           default=None,
644
                           completion_suggest=OPT_COMPL_ONE_NODE),
645
                ],
640
               [DEBUG_OPT, FORCE_OPT, IALLOCATOR_OPT, NEW_SECONDARY_OPT],
646 641
               "[-f] {-I <iallocator> | -n <dst>} <node>",
647 642
               "Relocate the secondary instances from a node"
648 643
               " to other nodes (only for instances with drbd disk template)"),

Also available in: Unified diff