[lvm-devel] master - test: Fix condition

Marian Csontos mcsontos at sourceware.org
Wed May 17 09:44:26 UTC 2017


Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=9291fb7bf5d5f6265f3fd2f5ec6eff6542d2afb9
Commit:        9291fb7bf5d5f6265f3fd2f5ec6eff6542d2afb9
Parent:        1fb13e8660340492e3d2f249caa78bacc5b8410a
Author:        Marian Csontos <mcsontos at redhat.com>
AuthorDate:    Wed May 17 11:43:49 2017 +0200
Committer:     Marian Csontos <mcsontos at redhat.com>
CommitterDate: Wed May 17 11:43:49 2017 +0200

test: Fix condition

---
 test/shell/lvconvert-raid-regionsize.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/test/shell/lvconvert-raid-regionsize.sh b/test/shell/lvconvert-raid-regionsize.sh
index 2a9ef62..762dada 100644
--- a/test/shell/lvconvert-raid-regionsize.sh
+++ b/test/shell/lvconvert-raid-regionsize.sh
@@ -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"




More information about the lvm-devel mailing list