Revision f38ea602 lib/cli.py

b/lib/cli.py
124 124
  "REBOOT_TYPE_OPT",
125 125
  "REMOVE_INSTANCE_OPT",
126 126
  "REMOVE_UIDS_OPT",
127
  "RESERVED_LVS_OPT",
127 128
  "ROMAN_OPT",
128 129
  "SECONDARY_IP_OPT",
129 130
  "SELECT_OS_OPT",
......
1001 1002
                                   " ranges separated by commas, to be"
1002 1003
                                   " removed from the user-id pool"))
1003 1004

  
1005
RESERVED_LVS_OPT = cli_option("--reserved-lvs", default=None,
1006
                             action="store", dest="reserved_lvs",
1007
                             help=("A comma-separated list of reserved"
1008
                                   " logical volumes names, that will be"
1009
                                   " ignored by cluster verify"))
1010

  
1004 1011
ROMAN_OPT = cli_option("--roman",
1005 1012
                       dest="roman_integers", default=False,
1006 1013
                       action="store_true",

Also available in: Unified diff