diff options
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 |