>>>>> On Wed, 18 Jun 2014 16:59:51 +0200, Thomas Neumann >>>>> <blacky+...@fluffbunny.de> said:
> +sub _make_lv_devicename { > + # LVM 2.02.88 or below: LV Name = /dev/<vg>/<lv> > + # LVM 2.02.89 or higher: LV Name = <lv>, LV Path = /dev/<vg>/<lv> In Debian wheezy we already have LVM 2.02.95-8. So there's no need to support LVM versions older than that in FAI 4.2. That's why I won't include this patch into FAI. Also, the change of lvm output should be handled in liblinux-lvm-perl, not in setup-storage. We (Kerim and I) are currently working on getting liblinux-lvm-perl patched upstream. If this does not work, we will prepare a new Debian version of this library. -- regards Thomas