diff options
author | NeilBrown <neilb@suse.de> | 2009-11-17 03:08:55 +0100 |
---|---|---|
committer | NeilBrown <neilb@suse.de> | 2009-11-17 03:08:55 +0100 |
commit | 5f175898dedb2bb2635d4d1dcb2afa8c420d5eae (patch) | |
tree | 8da1e54dcedb1584b8227124375d7d73b650dc1d /tests/07reshape5intr | |
parent | Replace all relevant occurrences of -4 with LEVEL_MULTIPATH (diff) | |
download | mdadm-5f175898dedb2bb2635d4d1dcb2afa8c420d5eae.tar.xz mdadm-5f175898dedb2bb2635d4d1dcb2afa8c420d5eae.zip |
Increase default chunk size to 512K
This seems more appropriate for current (and recent) model drives than
64K.
64K is still the default for '--build' as changing that could corrupt
data.
64K is also the default rounding for 'linear' on kernels older than
2.6.16.
Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'tests/07reshape5intr')
-rw-r--r-- | tests/07reshape5intr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/07reshape5intr b/tests/07reshape5intr index b79d5489..3a5f1150 100644 --- a/tests/07reshape5intr +++ b/tests/07reshape5intr @@ -12,7 +12,7 @@ do do dd if=/dev/urandom of=$d bs=1024 || true done - mdadm -CR $md0 -amd -l5 -n$disks --assume-clean $devs + mdadm -CR $md0 -amd -l5 -c 256 -n$disks --assume-clean $devs mdadm $md0 --add $dev6 echo 20 > /proc/sys/dev/raid/speed_limit_max mdadm --grow $md0 -n $[disks+1] |