]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
Update some device sizes for self tests.
authorNeilBrown <neilb@suse.de>
Fri, 18 May 2012 07:08:28 +0000 (17:08 +1000)
committerNeilBrown <neilb@suse.de>
Fri, 18 May 2012 07:08:28 +0000 (17:08 +1000)
A recent change means that devices smaller than
1Gig no longer have 1Meg wasted at the start.
So we must adjust some sizes again.

Signed-off-by: NeilBrown <neilb@suse.de>
test
tests/07autoassemble

diff --git a/test b/test
index 2964b3bb834257065b1ec25d120068a0c67726f2..4f0979eb4d94afbeb163a8337e9f7dab8142499c 100755 (executable)
--- a/test
+++ b/test
@@ -37,12 +37,12 @@ mdsize1=19992
 mdsize1a=19988
 mdsize12=19988
 # super1.2 for linear: round to multiple of 2, subtract 4
-mdsize1_l=18976
-mdsize2_l=18976
+mdsize1_l=19996
+mdsize2_l=19996
 # subtract another 4 for bitmaps
 mdsize1b=19988
 mdsize11=19992
-mdsize11a=18944
+mdsize11a=19456
 mdsize12=19988
 
 # ddf needs bigger devices as 32Meg is reserved!
index 1d53d3fb7b4e88814847aeb609a23a9416875304..e689be7c4a10422d95bd98905b5102dfbd16e87c 100644 (file)
@@ -20,5 +20,5 @@ mdadm -CR $md0 -l0 -n2 $md1 $dev2  --homehost=testing
 mdadm -Ss
 mdadm -As -c /dev/null --homehost=testing -vvv
 testdev $md1 1 $mdsize1a 64
-testdev $md0 1 $[mdsize1a+mdsize11a-1024] 512
+testdev $md0 1 $[mdsize1a+mdsize11a] 512
 mdadm -Ss