All of lore.kernel.org
 help / color / mirror / Atom feed
* stable-2.02 - test: increase size of raid10 LV allowing tests to succeed on fast storage
@ 2019-10-02 15:15 Heinz Mauelshagen
  0 siblings, 0 replies; only message in thread
From: Heinz Mauelshagen @ 2019-10-02 15:15 UTC (permalink / raw)
  To: lvm-devel

Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=8632aa5fd371b9a2dc1996a65135b35e9c006036
Commit:        8632aa5fd371b9a2dc1996a65135b35e9c006036
Parent:        a0b30eadd14ec3cc0f47f8d5cddd3026ffe08b31
Author:        Heinz Mauelshagen <heinzm@redhat.com>
AuthorDate:    Wed Oct 2 14:59:17 2019 +0200
Committer:     Heinz Mauelshagen <heinzm@redhat.com>
CommitterDate: Wed Oct 2 17:03:52 2019 +0200

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 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/shell/lvchange-rebuild-raid.sh b/test/shell/lvchange-rebuild-raid.sh
index 22acb92..d2bb723 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.



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-10-02 15:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-02 15:15 stable-2.02 - test: increase size of raid10 LV allowing tests to succeed on fast storage Heinz Mauelshagen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.