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

tests: require newer version of raid target

This commit is contained in:
Zdenek Kabelac 2021-03-16 21:37:19 +01:00
parent 92ee16f7c0
commit 87659256f0

View File

@ -85,7 +85,7 @@ else
echo "Skipping RAID6 tests"
fi
if aux have_raid 1 10 1; then
if aux have_raid 1 12 0; then
# Create 6-way raid01
lvcreate --yes -aey --type raid10 -i 3 -m 1 --stripesize 128K -R 256K -L8M -n $lv1 $vg
check lv_field $vg/$lv1 segtype "raid10"