Revision e480923b lib/backend.py

b/lib/backend.py
451 451
      what[constants.NV_INSTANCELIST])
452 452

  
453 453
  if constants.NV_VGLIST in what:
454
    result[constants.NV_VGLIST] = ListVolumeGroups()
454
    result[constants.NV_VGLIST] = utils.ListVolumeGroups()
455 455

  
456 456
  if constants.NV_VERSION in what:
457 457
    result[constants.NV_VERSION] = (constants.PROTOCOL_VERSION,
......
519 519
      size of the volume
520 520

  
521 521
  """
522
  return utils.ListVolumeGroups()
522
  return True, utils.ListVolumeGroups()
523 523

  
524 524

  
525 525
def NodeVolumes():

Also available in: Unified diff