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

tests: enable lvmlockd with tests using lvcreate -H -L LV

This commit is contained in:
David Teigland 2018-05-31 14:49:16 -05:00
parent 8d9d32b315
commit 08771bbbbf
6 changed files with 7 additions and 7 deletions

View File

@ -12,7 +12,7 @@
# Exercise creation of cache without cache_check
SKIP_WITH_LVMLOCKD=1
SKIP_WITH_LVMPOLLD=1
. lib/inittest

View File

@ -12,7 +12,7 @@
# Exercise creation of cache and raids
SKIP_WITH_LVMLOCKD=1
SKIP_WITH_LVMPOLLD=1
. lib/inittest

View File

@ -15,7 +15,7 @@
# Full CLI uses --type
# Shorthand CLI uses -H | --cache
SKIP_WITH_LVMLOCKD=1
SKIP_WITH_LVMPOLLD=1
. lib/inittest

View File

@ -12,7 +12,7 @@
# Exercise caching thin-pool's data LV
SKIP_WITH_LVMLOCKD=1
SKIP_WITH_LVMPOLLD=1
export LVM_TEST_THIN_REPAIR_CMD=${LVM_TEST_THIN_REPAIR_CMD-/bin/false}
@ -30,7 +30,7 @@ which mkfs.ext4 || skip
aux prepare_pvs 2 64
get_devs
vgcreate -s 64K "$vg" "${DEVICES[@]}"
vgcreate $SHARED -s 64K "$vg" "${DEVICES[@]}"
lvcreate -L10M -V10M -T $vg/pool --name $lv1

View File

@ -12,7 +12,7 @@
# Exercise resize of cached thin pool data volumes
SKIP_WITH_LVMLOCKD=1
SKIP_WITH_LVMPOLLD=1
export LVM_TEST_THIN_REPAIR_CMD=${LVM_TEST_THIN_REPAIR_CMD-/bin/false}

View File

@ -15,7 +15,7 @@
# Full CLI uses --type
# Shorthand CLI uses -H | --cache
SKIP_WITH_LVMLOCKD=1
SKIP_WITH_LVMPOLLD=1
. lib/inittest