From 02f0c48bda22b05546682b7c24e6c5e352b1c745 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 18 Aug 2006 15:36:59 +0000 Subject: don't do vgscan (#191879) --- rc.d/rc.sysinit | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'rc.d/rc.sysinit') diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index 2c68ff6f..715b05b5 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -423,9 +423,7 @@ if [ -c /dev/mapper/control ]; then fi if [ -x /sbin/lvm.static ]; then - if /sbin/lvm.static vgscan --mknodes --ignorelockingfailure > /dev/null 2>&1 ; then - action $"Setting up Logical Volume Management:" /sbin/lvm.static vgchange -a y --ignorelockingfailure - fi + action $"Setting up Logical Volume Management:" /sbin/lvm.static vgchange -a y --ignorelockingfailure fi fi -- cgit v1.2.1