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:
parent
78afe75b08
commit
2036608423
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user