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

tests: require newer raid version

Tests needs reshape support - so require newer target version
as quick fix.

TODO: inspect indiviual supportable conversion with older versions.
This commit is contained in:
Zdenek Kabelac 2021-03-19 00:09:19 +01:00
parent 3d26bde1c0
commit fe3ef6867f

View File

@ -16,7 +16,7 @@ SKIP_WITH_LVMPOLLD=1
. lib/inittest
which mkfs.ext4 || skip
aux have_raid 1 9 0 || skip
aux have_raid 1 12 0 || skip
correct_raid4_layout=0
aux have_raid 1 9 1 && correct_raid4_layout=1