From 47ab3b6c5e15aa87ab89df416128d6177620e412 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Wed, 25 Nov 2009 19:51:28 +0100 Subject: [PATCH] lvm: scan without monitor https://bugzilla.redhat.com/show_bug.cgi?id=540289 --- modules.d/90lvm/lvm_scan.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules.d/90lvm/lvm_scan.sh b/modules.d/90lvm/lvm_scan.sh index fd21ed79b..73ba84509 100755 --- a/modules.d/90lvm/lvm_scan.sh +++ b/modules.d/90lvm/lvm_scan.sh @@ -30,7 +30,7 @@ if [ ! -e /etc/lvm/lvm.conf ]; then fi info "Scanning devices $lvmdevs for LVM volume groups $VGS" lvm vgscan 2>&1 | vinfo -lvm vgchange -ay $VGS 2>&1 | vinfo +lvm vgchange -ay --monitor n $VGS 2>&1 | vinfo if [ "$lvmwritten" ]; then rm -f /etc/lvm/lvm.conf ln -s /sbin/lvm-cleanup /pre-pivot/30-lvm-cleanup.sh 2>/dev/null -- 2.47.3