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

test: Fix condition

This commit is contained in:
Marian Csontos 2017-05-17 11:43:49 +02:00
parent 1fb13e8660
commit 9291fb7bf5

View File

@ -64,7 +64,7 @@ _test_regionsizes raid1
# Clean up
lvremove --yes $vg
if aux have_raid 1 11 0; then
if aux have_raid 1 10 0; then
# Create 5-way raid6
lvcreate --yes -aey --type raid6 -i 3 --stripesize 128K -R 256K -L8M -n $lv1 $vg
check lv_field $vg/$lv1 segtype "raid6"