summaryrefslogtreecommitdiffstats
path: root/tests/10ddf-create
Commit message (Collapse)AuthorAgeFilesLines
* Increase default chunk size to 512KNeilBrown2009-11-171-4/+4
| | | | | | | | | | | 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>
* test/ddf: don't insist that mdadm.conf is always in the same order.NeilBrown2009-10-191-4/+4
| | | | | | | When created by different process, the order could reasonably be different. So sort before compare Signed-off-by: NeilBrown <neilb@suse.de>
* tests: basic ddf testsNeilBrown2009-04-141-0/+76
Test script to create a ddf with three different member arrays, and assemble it in a variety of ways. Signed-off-by: NeilBrown <neilb@suse.de>