Revision fe96220b lib/backend.py

b/lib/backend.py
1093 1093
        if child.size == disk.size:
1094 1094
          # return implies breaking the loop
1095 1095
          return SnapshotBlockDevice(child)
1096
  elif disk.dev_type == "lvm":
1096
  elif disk.dev_type == constants.LD_LV:
1097 1097
    r_dev = _RecursiveFindBD(disk)
1098 1098
    if r_dev is not None:
1099 1099
      # let's stay on the safe side and ask for the full size, for now

Also available in: Unified diff