1
0
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:
Zdenek Kabelac 2021-02-08 22:27:59 +01:00
parent b86eb913c1
commit 6373f39092

View File

@ -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