Hi,

This issue is crucial to be included in squeeze, without the trivial 
attached patch it really makes using LVM and Linux with LABEL mounts 
un-usable.

Any comment on this at all?

Cheers

-- 
Alexander Clouter
.sigmonster says: I wouldn't be so paranoid if you weren't all out to get me!!
--- /etc/init.d/lvm2.orig	2010-08-24 16:13:57.612045623 +0100
+++ /etc/init.d/lvm2	2010-08-24 16:14:20.831000484 +0100
@@ -22,6 +22,7 @@
 	modprobe dm-mod 2> /dev/null || :
 	/sbin/vgscan --ignorelockingfailure --mknodes || :
 	/sbin/vgchange -aly --ignorelockingfailure || return 2
+	[ -x /sbin/udevadm ] && udevadm settle
 }
 
 do_stop()

Reply via email to