Revision 26591bfd

b/lib/cli.py
61 61
  "DISK_OPT",
62 62
  "DISK_TEMPLATE_OPT",
63 63
  "DRAINED_OPT",
64
  "DRBD_HELPER_OPT",
64 65
  "EARLY_RELEASE_OPT",
65 66
  "ENABLED_HV_OPT",
66 67
  "ERROR_CODES_OPT",
......
93 94
  "NIC_PARAMS_OPT",
94 95
  "NODE_LIST_OPT",
95 96
  "NODE_PLACEMENT_OPT",
97
  "NODRBD_STORAGE_OPT",
96 98
  "NOHDR_OPT",
97 99
  "NOIPCHECK_OPT",
98 100
  "NO_INSTALL_OPT",
......
988 990
                       action="store_true",
989 991
                       help="Use roman numbers for positive integers")
990 992

  
993
DRBD_HELPER_OPT = cli_option("--drbd-usermode-helper", dest="drbd_helper",
994
                             action="store", default=None,
995
                             help="Specifies usermode helper for DRBD")
996

  
997
NODRBD_STORAGE_OPT = cli_option("--no-drbd-storage", dest="drbd_storage",
998
                                action="store_false", default=True,
999
                                help="Disable support for DRBD")
991 1000

  
992 1001

  
993 1002
def _ParseArgs(argv, commands, aliases):

Also available in: Unified diff