On 01/29/2016 09:08 AM, Laurent Bigonville wrote: > On Thu, 21 Jan 2016 10:06:59 +0100 Peter Rajnoha <prajn...@redhat.com> > wrote: >> That's a bug in configure script. It should be fixed by this upstream >> patch: >> >> > https://git.fedorahosted.org/cgit/lvm2.git/commit/?id=43b436398ec81c8d0a2dbd2062ce864997d22f26 > > > Thanks, with 2.02.141 the value in the config is now correct. > > But shouldn't lvm be compiled with libblk anyway?
It's not urgently necessary. LVM uses libblkid only as helper lib to detect more signatures than original signature detection code in LVM. Sure, if LVM uses that, it can clear more old signatures it finds with the help of libblkid during pvcreate/lvcreate, so it's nice feature to have it in, but on the other hand you also need recent enough libblkid >= 2.24. -- Peter