Revision ea22736b lib/cli.py

b/lib/cli.py
180 180
  "REMOVE_RESERVED_IPS_OPT",
181 181
  "REMOVE_UIDS_OPT",
182 182
  "RESERVED_LVS_OPT",
183
  "RQL_OPT",
183 184
  "RUNTIME_MEM_OPT",
184 185
  "ROMAN_OPT",
185 186
  "SECONDARY_IP_OPT",
......
1266 1267
                         dest="candidate_pool_size", type="int",
1267 1268
                         help="Set the candidate pool size")
1268 1269

  
1270
RQL_OPT = cli_option("--max-running-jobs", dest="max_running_jobs",
1271
                     type="int", help="Set the maximal number of jobs to "
1272
                                      "run simultaneously")
1273

  
1269 1274
VG_NAME_OPT = cli_option("--vg-name", dest="vg_name",
1270 1275
                         help=("Enables LVM and specifies the volume group"
1271 1276
                               " name (cluster-wide) for disk allocation"

Also available in: Unified diff