1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-22 06:50:52 +03:00

tests: really check disabling of lvmetad

Since lvconvert validated LV types that can be repaired,
the test was not working properly for longer time...
This commit is contained in:
Zdenek Kabelac 2019-10-24 16:43:06 +02:00
parent 36b8b9ed5c
commit bc200e0b16

View File

@ -55,13 +55,14 @@ grep "$dev1" out
grep "$dev2" out
not grep "WARNING: Not using lvmetad" out
# We don't care about the repair, and we know it's
# not valid on this lv. We are just running repair
# because we know one side effect is to disable lvmetad.
# FIXME: we should install lvmetactl so that we can
# use that to directly disable lvmetad for tests like this.
not lvconvert --repair $vg1/$lv1 2>&1 | tee out
if aux have_raid 1 7 0 ; then
# lvconvert validates repairable volumes.
# We want to excercise if disabling of lvmetad works when it's running.
# For this we create 'raid1' array and run repair on it.
lvcreate --type raid1 -m1 --nosync -l1 --alloc anywhere -n $lv2 $vg1
lvconvert -y --repair $vg1/$lv2 2>&1 | tee out
grep "WARNING: Disabling lvmetad cache" out
fi
pvs -vvvv 2>&1 | tee out
grep "$dev1" out