diff options
author | Bill Nottingham <notting@redhat.com> | 2006-08-18 15:36:59 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2006-08-18 15:36:59 +0000 |
commit | 02f0c48bda22b05546682b7c24e6c5e352b1c745 (patch) | |
tree | c2f41b9c2c678417bd665a607369b1d2c5afc489 /rc.d/rc.sysinit | |
parent | 53ac89b002ba45bb3692638459f4fbb39dde2bbc (diff) | |
download | initscripts-02f0c48bda22b05546682b7c24e6c5e352b1c745.tar initscripts-02f0c48bda22b05546682b7c24e6c5e352b1c745.tar.gz initscripts-02f0c48bda22b05546682b7c24e6c5e352b1c745.tar.bz2 initscripts-02f0c48bda22b05546682b7c24e6c5e352b1c745.tar.xz initscripts-02f0c48bda22b05546682b7c24e6c5e352b1c745.zip |
don't do vgscan (#191879)
Diffstat (limited to 'rc.d/rc.sysinit')
-rwxr-xr-x | rc.d/rc.sysinit | 4 |
1 files changed, 1 insertions, 3 deletions
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 |