mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
tests: bump raid target version in reshape tests
Adjust to target version allowing tests to succeed.
This commit is contained in:
parent
8bf92875f7
commit
c9729022bf
@ -21,7 +21,7 @@ SKIP_WITH_LVMPOLLD=1
|
|||||||
test $(aux total_mem) -gt $((4096*1024)) || skip
|
test $(aux total_mem) -gt $((4096*1024)) || skip
|
||||||
|
|
||||||
which mkfs.ext4 || skip
|
which mkfs.ext4 || skip
|
||||||
aux have_raid 1 13 1 || skip
|
aux have_raid 1 13 2 || skip
|
||||||
|
|
||||||
mount_dir="mnt"
|
mount_dir="mnt"
|
||||||
|
|
||||||
|
@ -15,16 +15,13 @@ SKIP_WITH_LVMPOLLD=1
|
|||||||
|
|
||||||
. lib/inittest
|
. lib/inittest
|
||||||
|
|
||||||
# FIXME - skippping until properly kernel is released
|
|
||||||
skip
|
|
||||||
|
|
||||||
# Test reshaping under io load
|
# Test reshaping under io load
|
||||||
|
|
||||||
# FIXME: This test requires 3GB in /dev/shm!
|
# FIXME: This test requires 3GB in /dev/shm!
|
||||||
test $(aux total_mem) -gt $((4096*1024)) || skip
|
test $(aux total_mem) -gt $((4096*1024)) || skip
|
||||||
|
|
||||||
which mkfs.ext4 || skip
|
which mkfs.ext4 || skip
|
||||||
aux have_raid 1 13 1 || skip
|
aux have_raid 1 13 2 || skip
|
||||||
|
|
||||||
mount_dir="mnt"
|
mount_dir="mnt"
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ SKIP_WITH_LVMPOLLD=1
|
|||||||
test $(aux total_mem) -gt $((4096*1024)) || skip
|
test $(aux total_mem) -gt $((4096*1024)) || skip
|
||||||
|
|
||||||
which mkfs.ext4 || skip
|
which mkfs.ext4 || skip
|
||||||
aux have_raid 1 13 1 || skip
|
aux have_raid 1 13 2 || skip
|
||||||
|
|
||||||
mount_dir="mnt"
|
mount_dir="mnt"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user