mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-10 16:58:47 +03:00
tests: check event_activation can be disabled
This commit is contained in:
parent
b86eb913c1
commit
6373f39092
@ -31,6 +31,10 @@ _clear_online_files() {
|
||||
|
||||
aux prepare_devs 8 16
|
||||
|
||||
# Check 'pvscan' is ignored when event_activation is 0
|
||||
pvscan --cache -aay -v --config 'global/event_activation=0' 2>&1 | tee out
|
||||
grep "Ignoring pvscan" out
|
||||
|
||||
vgcreate $vg1 "$dev1" "$dev2"
|
||||
lvcreate -n $lv1 -l 4 -a n $vg1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user