diff --git a/ChangeLog b/ChangeLog index c558175..50adaa5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ # Distributed under the GPL v2 # $Id$ + 16 Jan 2011; Sebastian Pipping defaults/initrd.scripts: + Do not sleep after vgscan (bug #351047) + 16 Jan 2011; Sebastian Pipping ChangeLog: Changes: - Fix compilation of LVM 2.02.74 (and 2.02.28) (bug #255196, bug #267383) diff --git a/defaults/initrd.scripts b/defaults/initrd.scripts index 76a41bd..ce05f4c 100755 --- a/defaults/initrd.scripts +++ b/defaults/initrd.scripts @@ -645,7 +645,6 @@ startVolumes() { good_msg "Scanning for Volume Groups" /bin/vgscan --ignorelockingfailure --mknodes 2>/dev/null - sleep 2 good_msg "Activating Volume Groups" /bin/vgchange -ay --ignorelockingfailure 2>/dev/null