Revision 4b92e992 lib/masterd/iallocator.py

b/lib/masterd/iallocator.py
434 434
    vg_name = cfg.GetVGName()
435 435
    if vg_name is not None:
436 436
      has_lvm = True
437
      vg_req = [vg_name]
437
      vg_req = [(constants.ST_LVM_VG, vg_name)]
438 438
    else:
439 439
      has_lvm = False
440 440
      vg_req = []

Also available in: Unified diff