* [PATCH] Increase minimum chunk size in testsuite to 64kB
@ 2012-05-24 5:10 Anton Blanchard
2012-05-24 5:38 ` NeilBrown
0 siblings, 1 reply; 2+ messages in thread
From: Anton Blanchard @ 2012-05-24 5:10 UTC (permalink / raw)
To: neilb; +Cc: linux-raid
When running the mdadm testsuite on ppc64 with a 64kB page size I
see a couple of failures because the chunk size is smaller than a
page.
Bump the chunksize to 64kB to fix these failures.
Signed-off-by: Anton Blanchard <anton@samba.org>
---
diff --git a/tests/02r5grow b/tests/02r5grow
index f9fd571..b91ffcd 100644
--- a/tests/02r5grow
+++ b/tests/02r5grow
@@ -2,7 +2,7 @@
# create a small raid5 array, make it larger. Then make it smaller
-mdadm -CR $md0 -e0.90 --level raid5 --chunk=32 --raid-disks 3 --size $[size/2] $dev1 $dev2 $dev3
+mdadm -CR $md0 -e0.90 --level raid5 --chunk=64 --raid-disks 3 --size $[size/2] $dev1 $dev2 $dev3
check wait
check state UUU
testdev $md0 2 $[size/2] 32
diff --git a/tests/02r6grow b/tests/02r6grow
index 3f53904..38c7781 100644
--- a/tests/02r6grow
+++ b/tests/02r6grow
@@ -2,7 +2,7 @@
# create a small raid6 array, make it larger. Then make it smaller
-mdadm -CR $md0 -e 0.90 --level raid6 --chunk=32 --raid-disks 4 --size $[size/2] $dev1 $dev2 $dev3 $dev4
+mdadm -CR $md0 -e 0.90 --level raid6 --chunk=64 --raid-disks 4 --size $[size/2] $dev1 $dev2 $dev3 $dev4
check wait
check state UUUU
testdev $md0 2 $[size/2] 32
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Increase minimum chunk size in testsuite to 64kB
2012-05-24 5:10 [PATCH] Increase minimum chunk size in testsuite to 64kB Anton Blanchard
@ 2012-05-24 5:38 ` NeilBrown
0 siblings, 0 replies; 2+ messages in thread
From: NeilBrown @ 2012-05-24 5:38 UTC (permalink / raw)
To: Anton Blanchard; +Cc: linux-raid
[-- Attachment #1: Type: text/plain, Size: 1642 bytes --]
On Thu, 24 May 2012 15:10:47 +1000 Anton Blanchard <anton@samba.org> wrote:
>
> When running the mdadm testsuite on ppc64 with a 64kB page size I
> see a couple of failures because the chunk size is smaller than a
> page.
>
> Bump the chunksize to 64kB to fix these failures.
>
> Signed-off-by: Anton Blanchard <anton@samba.org>
> ---
>
> diff --git a/tests/02r5grow b/tests/02r5grow
> index f9fd571..b91ffcd 100644
> --- a/tests/02r5grow
> +++ b/tests/02r5grow
> @@ -2,7 +2,7 @@
>
> # create a small raid5 array, make it larger. Then make it smaller
>
> -mdadm -CR $md0 -e0.90 --level raid5 --chunk=32 --raid-disks 3 --size $[size/2] $dev1 $dev2 $dev3
> +mdadm -CR $md0 -e0.90 --level raid5 --chunk=64 --raid-disks 3 --size $[size/2] $dev1 $dev2 $dev3
> check wait
> check state UUU
> testdev $md0 2 $[size/2] 32
> diff --git a/tests/02r6grow b/tests/02r6grow
> index 3f53904..38c7781 100644
> --- a/tests/02r6grow
> +++ b/tests/02r6grow
> @@ -2,7 +2,7 @@
>
> # create a small raid6 array, make it larger. Then make it smaller
>
> -mdadm -CR $md0 -e 0.90 --level raid6 --chunk=32 --raid-disks 4 --size $[size/2] $dev1 $dev2 $dev3 $dev4
> +mdadm -CR $md0 -e 0.90 --level raid6 --chunk=64 --raid-disks 4 --size $[size/2] $dev1 $dev2 $dev3 $dev4
> check wait
> check state UUUU
> testdev $md0 2 $[size/2] 32
> --
> To unsubscribe from this list: send the line "unsubscribe linux-raid" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
Applied, thanks.
And thanks for testing :-)
NeilBrown
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 828 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-05-24 5:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-24 5:10 [PATCH] Increase minimum chunk size in testsuite to 64kB Anton Blanchard
2012-05-24 5:38 ` NeilBrown
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).