linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: mwilck@arcor.de
To: neilb@suse.de, linux-raid@vger.kernel.org
Cc: mwilck@arcor.de
Subject: [PATCH 5/6] test: increase number of devices to 13
Date: Fri, 19 Jul 2013 21:04:14 +0200	[thread overview]
Message-ID: <1374260655-5788-6-git-send-email-mwilck@arcor.de> (raw)
In-Reply-To: <1374260655-5788-1-git-send-email-mwilck@arcor.de>

extended DDF/RAID10 tests need 6 disks for DDF.
---
 test |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/test b/test
index 8a6418d..1c5aba1 100755
--- a/test
+++ b/test
@@ -64,7 +64,7 @@ config=/tmp/mdadm.conf
 cleanup() {
 	udevadm settle
 	$mdadm -Ssq 2> /dev/null
-	for d in 0 1 2 3 4 5 6 7  8 9 10 11 12
+	for d in 0 1 2 3 4 5 6 7  8 9 10 11 12 13
 	do
 	    losetup -d /dev/loop$d ; # rm -f $targetdir/mdtest$d
 	    rm -f /dev/disk/by-path/loop*
@@ -80,7 +80,7 @@ do_setup() {
   trap ctrl_c 2
 
   devlist=
-  for d in 0 1 2 3 4 5 6 7 8 9 10 11 12
+  for d in 0 1 2 3 4 5 6 7 8 9 10 11 12 13
   do
     sz=$size
     if [ $d -gt 7 ]; then sz=$ddfsize ; fi
-- 
1.7.1

  parent reply	other threads:[~2013-07-19 19:04 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-19 19:04 [PATCH 0/6] More DDF fixes and unit tests mwilck
2013-07-19 19:04 ` [PATCH 1/6] DDF: err_bad_md_layout: fix return value mwilck
2013-07-19 19:04 ` [PATCH 2/6] DDF: kill_subarray_ddf: fix case without mdmon running mwilck
2013-07-19 19:04 ` [PATCH 3/6] DDF: getinfo_super_ddf_bvd: fix offset calculation for SVDs mwilck
2013-07-19 19:04 ` [PATCH 4/6] tests/10ddf-create: create RAID5 first mwilck
2013-07-19 19:04 ` mwilck [this message]
2013-07-19 19:04 ` [PATCH 6/6] tests/10ddf-geometry: new unit test mwilck

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1374260655-5788-6-git-send-email-mwilck@arcor.de \
    --to=mwilck@arcor.de \
    --cc=linux-raid@vger.kernel.org \
    --cc=neilb@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).