1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

tests: pvscan-cache try to fix teardown problems

teardown after the test was failing, probably because
of uncoordinated udev actions running on the test
system.  Try to avoid this by doing some work before
teardown.
This commit is contained in:
David Teigland 2019-05-22 11:55:48 -05:00
parent 78afe75b08
commit 2036608423

View File

@ -75,4 +75,7 @@ aux enable_dev "$dev2"
pvscan --cache
check pv_field "$dev1" vg_name "$vg1"
vgchange -an $vg1
lvremove $vg1/$lv1
vgremove -ff $vg1