summaryrefslogtreecommitdiff
path: root/tests/07testreshape5
Commit message (Collapse)AuthorAge
* Remove lots of unnecessary white space.NeilBrown2013-06-19
| | | | | | | Now that I am using white-space mode in Emacs I can see all of this, and I don't like it :-) Signed-off-by: NeilBrown <neilb@suse.de>
* Change default metadata from 0.90 to 1.1NeilBrown2009-11-17
| | | | | | | | | 1.1 is more flexible in a number of ways and is safer. 0.90 is still fully supported. 1.0 should possibly be used for RAID1 arrays that you want to boot off, depending on your boot loader. Signed-off-by: NeilBrown <neilb@suse.de>
* testreshape5 - add tests for RAID6NeilBrown2009-10-12
| | | | | | .. to make sure our raid6 calculations are working. Signed-off-by: NeilBrown <neilb@suse.de>
* testreshape5 - flush devices between tests.NeilBrown2009-09-25
| | | | | | We need to flush the block devices before reading different data. Signed-off-by: NeilBrown <neilb@suse.de>
* Some more cleanup of tests.Neil Brown2008-06-27
| | | | | Don't use '$mdadm', just 'mdadm'. And --stop all arrays when finished.
* Initial reshape supportNeil Brown2006-03-13
Needs work for other levels etc. Signed-off-by: Neil Brown <neilb@suse.de>