Revision e9c487be lib/cli.py

b/lib/cli.py
51 51
  "ALLOCATABLE_OPT",
52 52
  "ALLOC_POLICY_OPT",
53 53
  "ALL_OPT",
54
  "ALLOW_FAILOVER_OPT",
54 55
  "AUTO_PROMOTE_OPT",
55 56
  "AUTO_REPLACE_OPT",
56 57
  "BACKEND_OPT",
......
758 759
                                help="Ignore the consistency of the disks on"
759 760
                                " the secondary")
760 761

  
762
ALLOW_FAILOVER_OPT = cli_option("--allow-failover",
763
                                dest="allow_failover",
764
                                action="store_true", default=False,
765
                                help="If migration is not possible fallback to"
766
                                     " failover")
767

  
761 768
NONLIVE_OPT = cli_option("--non-live", dest="live",
762 769
                         default=True, action="store_false",
763 770
                         help="Do a non-live migration (this usually means"

Also available in: Unified diff