Revision a52ba89d scripts/gnt-node

b/scripts/gnt-node
640 640
               [DEBUG_OPT, FORCE_OPT,
641 641
                cli_option("-n", "--new-secondary", dest="dst_node",
642 642
                           help="New secondary node", metavar="NODE",
643
                           default=None),
643
                           default=None,
644
                           completion_suggest=OPT_COMPL_ONE_NODE),
644 645
                cli_option("-I", "--iallocator", metavar="<NAME>",
645 646
                           help="Select new secondary for the instance"
646 647
                           " automatically using the"
647 648
                           " <NAME> iallocator plugin",
648
                           default=None, type="string"),
649
                           default=None, type="string",
650
                           completion_suggest=OPT_COMPL_ONE_IALLOCATOR),
649 651
                ],
650 652
               "[-f] {-I <iallocator> | -n <dst>} <node>",
651 653
               "Relocate the secondary instances from a node"

Also available in: Unified diff