Revision 3f5bd234 lib/backend.py

b/lib/backend.py
393 393
  if result.failed:
394 394
    logging.error("Failed to list logical volumes, lvs output: %s",
395 395
                  result.output)
396
    return {}
396
    return []
397 397

  
398 398
  def parse_dev(dev):
399 399
    if '(' in dev:

Also available in: Unified diff