On Monday, July 22, 2013 10:58:44 AM Ken Hahn wrote: > The output from this command has changed between squeeze and wheezy. > The older version of this command has fewer fields. > > snippet of older output: > LV Name /dev/vg/var > VG Name vg > > snippit of newer output: > LV Path /dev/vg/var > LV Name var > VG Name vg
At least it looks like this can be easily worked around in setup-storage: - read contents of 'LV Name' - does it contain slashes? - if not: also read 'VG Name' and create the expected value
