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

tests: writecache-misc disable with lvmlockd

in a shared vg pvmove requires a named lv
This commit is contained in:
David Teigland 2020-10-21 12:47:28 -05:00
parent 6be29e1179
commit 83d0818523

View File

@ -13,6 +13,7 @@
# Test single lv cache options
SKIP_WITH_LVMPOLLD=1
SKIP_WITH_LVMLOCKD=1
. lib/inittest
@ -48,7 +49,7 @@ dd if=/dev/urandom of=pattern1 bs=512K count=1
aux prepare_devs 4
vgcreate $SHARED $vg "$dev1" "$dev2" "$dev3" "$dev4"
vgcreate $vg "$dev1" "$dev2" "$dev3" "$dev4"
#