summaryrefslogtreecommitdiff
path: root/tests/02r6grow
diff options
context:
space:
mode:
authorAnton Blanchard <anton@samba.org>2012-05-24 15:10:47 +1000
committerNeilBrown <neilb@suse.de>2012-05-24 15:36:30 +1000
commitffec31301454dcb34b1b508a5a9bfa15dbb3d44b (patch)
tree529192fae95b587ace6daab7c189b97fbe4fe9db /tests/02r6grow
parent339b77467a7ad5e5354b5ab0542f8148b18c898c (diff)
downloadmdadm-ffec31301454dcb34b1b508a5a9bfa15dbb3d44b.tar.gz
Increase minimum chunk size in testsuite to 64kB
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> Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'tests/02r6grow')
-rw-r--r--tests/02r6grow2
1 files changed, 1 insertions, 1 deletions
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