mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-06 17:18:29 +03:00
test: Fix condition
This commit is contained in:
parent
1fb13e8660
commit
9291fb7bf5
@ -64,7 +64,7 @@ _test_regionsizes raid1
|
|||||||
# Clean up
|
# Clean up
|
||||||
lvremove --yes $vg
|
lvremove --yes $vg
|
||||||
|
|
||||||
if aux have_raid 1 11 0; then
|
if aux have_raid 1 10 0; then
|
||||||
# Create 5-way raid6
|
# Create 5-way raid6
|
||||||
lvcreate --yes -aey --type raid6 -i 3 --stripesize 128K -R 256K -L8M -n $lv1 $vg
|
lvcreate --yes -aey --type raid6 -i 3 --stripesize 128K -R 256K -L8M -n $lv1 $vg
|
||||||
check lv_field $vg/$lv1 segtype "raid6"
|
check lv_field $vg/$lv1 segtype "raid6"
|
||||||
|
Loading…
Reference in New Issue
Block a user