From 8632aa5fd371b9a2dc1996a65135b35e9c006036 Mon Sep 17 00:00:00 2001 From: Heinz Mauelshagen Date: Wed, 2 Oct 2019 14:59:17 +0200 Subject: [PATCH] test: increase size of raid10 LV allowing tests to succeed on fast storage Also add health char check. --- test/shell/lvchange-rebuild-raid.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/shell/lvchange-rebuild-raid.sh b/test/shell/lvchange-rebuild-raid.sh index 22acb925d..d2bb72343 100644 --- a/test/shell/lvchange-rebuild-raid.sh +++ b/test/shell/lvchange-rebuild-raid.sh @@ -43,8 +43,8 @@ done ############################################## # Create an 8-way striped raid10 with 4 mirror # groups and rebuild selected PVs. -lvcreate --type raid10 -m 1 -i 4 -l 2 -n $lv1 $vg -_sync +lvcreate --type raid10 -m 1 -i 4 -l 64 -n $lv1 $vg +_sync "AAAAAAAA" # Rebuild 1st and 2nd device would rebuild a # whole mirror group and needs to be rejected.