]> sourceware.org Git - lvm2.git/commitdiff
tests: writecache-misc disable with lvmlockd
authorDavid Teigland <teigland@redhat.com>
Wed, 21 Oct 2020 17:47:28 +0000 (12:47 -0500)
committerDavid Teigland <teigland@redhat.com>
Wed, 21 Oct 2020 17:47:28 +0000 (12:47 -0500)
in a shared vg pvmove requires a named lv

test/shell/writecache-misc.sh

index 4f4c125fb5aeefa297584737deb44861499945b3..75364e5b39dfd190dce149717a33a1d626bd74c6 100644 (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"
 
 
 #
This page took 0.040427 seconds and 5 git commands to generate.