summaryrefslogtreecommitdiff
path: root/tests/06wrmostly
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.de>2009-11-17 13:15:34 +1100
committerNeilBrown <neilb@suse.de>2009-11-17 13:15:34 +1100
commitb8ab2a50aba72c7316d92d0fb414167844673136 (patch)
treec774854f3687f0f4a9d00e17001bf697639992ea /tests/06wrmostly
parentff94fb86fd22842c06e8fad08c27a4e365d7834a (diff)
downloadmdadm-b8ab2a50aba72c7316d92d0fb414167844673136.tar.gz
Set default bitmap-chunksize for internal bitmaps to at least 64Meg
A small bitmap-chunksize hurts performance without helping resync speed much - particularly on internal bitmaps. So set the default to at least 64Meg. Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'tests/06wrmostly')
-rw-r--r--tests/06wrmostly2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/06wrmostly b/tests/06wrmostly
index a4d730e..2a3fae6 100644
--- a/tests/06wrmostly
+++ b/tests/06wrmostly
@@ -8,7 +8,7 @@ testdev $md0 1 $mdsize1 1
mdadm -S $md0
-mdadm -CR $md0 -l1 -n3 --write-behind --bitmap=internal $dev0 $dev1 --write-mostly $dev2
+mdadm -CR $md0 -l1 -n3 --write-behind --bitmap=internal --bitmap-chunk=4 $dev0 $dev1 --write-mostly $dev2
testdev $md0 1 $mdsize1 1
mdadm -S $md0