diff options
author | Neil Brown <neilb@suse.de> | 2007-05-21 06:25:40 +0200 |
---|---|---|
committer | Neil Brown <neilb@suse.de> | 2007-05-21 06:25:40 +0200 |
commit | 69646c1483b7b728d77ae2c944d624f8c05ad4db (patch) | |
tree | 46d30b3256dc879e2d626391604e2a4eb9e3df6c /test | |
parent | Fix --grow --add for linear arrays. (diff) | |
download | mdadm-69646c1483b7b728d77ae2c944d624f8c05ad4db.tar.xz mdadm-69646c1483b7b728d77ae2c944d624f8c05ad4db.zip |
Update tests and add linear-add
Update the testing scripts to allow for new space calculations
for space for bitmaps.
Add a test script for adding devices to linear arrays.
Diffstat (limited to 'test')
-rw-r--r-- | test | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -26,10 +26,14 @@ md0=/dev/md0 md1=/dev/md1 md2=/dev/md2 # dir for storing files should be settable by command line maybe targetdir=/var/tmp size=20000 +# super0, round down to multiple of 64 and substract 64 mdsize0=19904 +# super1.0 round down to multiple of 2, subtract 8 mdsize1=19992 -mdsize11=19996 -mdsize12=19992 +# subtract another 4 for bitmaps +mdsize1b=19988 +mdsize11=19992 +mdsize12=19988 cleanup() { $mdadm -Ss |