Package: lvm-common Version: 1.5.20 Severity: wishlist Please replace this line:
/sbin/vgscan $IGNORELOCKINGFAILURES $MKNODES || true
with these lines in the initscript:
if [ `/sbin/lvmiopversion` -ge "200" ]; then
/sbin/vgscan $IGNORELOCKINGFAILURES || true
else
/sbin/vgscan $IGNORELOCKINGFAILURES $MKNODES || true
fi
From vgscan(8):
"In LVM2, vgscans take place automatically; but you might still need
to run one explicitly after changing hardware."
--
Key fingerprint = DC3C 257C 2B71 8FA4 F609 F7F7 7C14 F806 5665 77FD
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Was nicht fliegen kann, kann auch nicht abstürzen.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
signature.asc
Description: Digital signature

