mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
tests: enable non-working tests with lvmlockd
Those that are failing for reasons other than lvmlockd restrictions.
This commit is contained in:
parent
00f6a8466e
commit
885eb2024f
@ -12,7 +12,7 @@
|
||||
|
||||
# Exercise activation of thin component devices
|
||||
|
||||
SKIP_WITH_LVMLOCKD=1
|
||||
|
||||
SKIP_WITH_LVMPOLLD=1
|
||||
|
||||
. lib/inittest
|
||||
|
@ -10,7 +10,7 @@
|
||||
# along with this program; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
SKIP_WITH_LVMLOCKD=1
|
||||
|
||||
SKIP_WITH_LVMPOLLD=1
|
||||
|
||||
. lib/inittest
|
||||
@ -20,7 +20,7 @@ aux have_raid 1 3 0 || skip
|
||||
aux prepare_pvs 5
|
||||
get_devs
|
||||
|
||||
vgcreate -s 256k "$vg" "${DEVICES[@]}"
|
||||
vgcreate $SHARED -s 256k "$vg" "${DEVICES[@]}"
|
||||
|
||||
# Start with linear on 2 PV and ensure that converting to
|
||||
# RAID is not allowed to reuse PVs for different images. (Bug 1113180)
|
||||
|
@ -10,7 +10,7 @@
|
||||
# along with this program; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA2110-1301 USA
|
||||
|
||||
SKIP_WITH_LVMLOCKD=1
|
||||
|
||||
SKIP_WITH_LVMPOLLD=1
|
||||
|
||||
. lib/inittest
|
||||
@ -35,7 +35,7 @@ aux prepare_pvs 16 32
|
||||
|
||||
get_devs
|
||||
|
||||
vgcreate -s 1M "$vg" "${DEVICES[@]}"
|
||||
vgcreate $SHARED -s 1M "$vg" "${DEVICES[@]}"
|
||||
|
||||
trap 'cleanup_mounted_and_teardown' EXIT
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
# along with this program; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA2110-1301 USA
|
||||
|
||||
SKIP_WITH_LVMLOCKD=1
|
||||
|
||||
SKIP_WITH_LVMPOLLD=1
|
||||
|
||||
. lib/inittest
|
||||
@ -35,7 +35,7 @@ aux prepare_pvs 16 32
|
||||
|
||||
get_devs
|
||||
|
||||
vgcreate -s 1M "$vg" "${DEVICES[@]}"
|
||||
vgcreate $SHARED -s 1M "$vg" "${DEVICES[@]}"
|
||||
|
||||
trap 'cleanup_mounted_and_teardown' EXIT
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
# along with this program; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA2110-1301 USA
|
||||
|
||||
SKIP_WITH_LVMLOCKD=1
|
||||
|
||||
SKIP_WITH_LVMPOLLD=1
|
||||
|
||||
. lib/inittest
|
||||
@ -35,7 +35,7 @@ aux prepare_pvs 16 32
|
||||
|
||||
get_devs
|
||||
|
||||
vgcreate -s 1M "$vg" "${DEVICES[@]}"
|
||||
vgcreate $SHARED -s 1M "$vg" "${DEVICES[@]}"
|
||||
|
||||
trap 'cleanup_mounted_and_teardown' EXIT
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
# along with this program; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA2110-1301 USA
|
||||
|
||||
SKIP_WITH_LVMLOCKD=1
|
||||
|
||||
SKIP_WITH_LVMPOLLD=1
|
||||
|
||||
. lib/inittest
|
||||
@ -35,7 +35,7 @@ aux prepare_pvs 16 32
|
||||
|
||||
get_devs
|
||||
|
||||
vgcreate -s 1M "$vg" "${DEVICES[@]}"
|
||||
vgcreate $SHARED -s 1M "$vg" "${DEVICES[@]}"
|
||||
|
||||
trap 'cleanup_mounted_and_teardown' EXIT
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
# along with this program; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA2110-1301 USA
|
||||
|
||||
SKIP_WITH_LVMLOCKD=1
|
||||
|
||||
SKIP_WITH_LVMPOLLD=1
|
||||
|
||||
LVM_SKIP_LARGE_TESTS=0
|
||||
@ -34,7 +34,7 @@ fi
|
||||
|
||||
get_devs
|
||||
|
||||
vgcreate -s 1M "$vg" "${DEVICES[@]}"
|
||||
vgcreate $SHARED -s 1M "$vg" "${DEVICES[@]}"
|
||||
|
||||
function _lvcreate
|
||||
{
|
||||
|
@ -15,7 +15,7 @@
|
||||
# 'dmsetup status' for RAID LVs - especially during various sync action
|
||||
# transitions, like: recover, resync, check, repair, idle, reshape, etc
|
||||
#######################################################################
|
||||
SKIP_WITH_LVMLOCKD=1
|
||||
|
||||
SKIP_WITH_LVMPOLLD=1
|
||||
|
||||
export LVM_TEST_LVMETAD_DEBUG_OPTS=${LVM_TEST_LVMETAD_DEBUG_OPTS-}
|
||||
@ -33,7 +33,7 @@ aux have_raid 1 13 0 || skip
|
||||
aux prepare_pvs 9
|
||||
get_devs
|
||||
|
||||
vgcreate -s 2m "$vg" "${DEVICES[@]}"
|
||||
vgcreate $SHARED -s 2m "$vg" "${DEVICES[@]}"
|
||||
|
||||
###########################################
|
||||
# Upconverted RAID1 should never have all 'a's in status output
|
||||
|
@ -10,7 +10,7 @@
|
||||
# along with this program; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA2110-1301 USA
|
||||
|
||||
SKIP_WITH_LVMLOCKD=1
|
||||
|
||||
SKIP_WITH_LVMPOLLD=1
|
||||
|
||||
. lib/inittest
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
# 'Exercise some lvcreate diagnostics'
|
||||
|
||||
SKIP_WITH_LVMLOCKD=1
|
||||
|
||||
SKIP_WITH_LVMPOLLD=1
|
||||
|
||||
. lib/inittest
|
||||
@ -31,7 +31,7 @@ aux have_raid4 && segtypes="raid4 raid5"
|
||||
aux prepare_pvs 5 1000000000
|
||||
get_devs
|
||||
|
||||
vgcreate "$vg1" "${DEVICES[@]}"
|
||||
vgcreate $SHARED "$vg1" "${DEVICES[@]}"
|
||||
|
||||
aux lvmconf 'devices/issue_discards = 1'
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
|
||||
test_description="check namings of mirrored LV"
|
||||
|
||||
SKIP_WITH_LVMLOCKD=1
|
||||
|
||||
|
||||
. lib/inittest
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
|
||||
# TODO: once code get fixed, add matching 'check' calls
|
||||
SKIP_WITH_LVMLOCKD=1
|
||||
|
||||
SKIP_WITH_LVMPOLLD=1
|
||||
|
||||
. lib/inittest
|
||||
@ -25,7 +25,7 @@ aux extend_filter_LVMTEST "a|/dev/md|"
|
||||
|
||||
aux prepare_devs 4
|
||||
|
||||
vgcreate $vg "$dev3" "$dev4"
|
||||
vgcreate $SHARED $vg "$dev3" "$dev4"
|
||||
|
||||
# create 2 disk MD raid1 array
|
||||
# by default using metadata format 1.0 with data at the end of device
|
||||
|
@ -10,7 +10,7 @@
|
||||
# along with this program; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
SKIP_WITH_LVMLOCKD=1
|
||||
|
||||
SKIP_WITH_LVMPOLLD=1
|
||||
|
||||
. lib/inittest
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
# 'Exercise logic around boundary sizes of thin-pool data and chunksize
|
||||
|
||||
SKIP_WITH_LVMLOCKD=1
|
||||
|
||||
SKIP_WITH_LVMPOLLD=1
|
||||
|
||||
. lib/inittest
|
||||
|
Loading…
Reference in New Issue
Block a user