summaryrefslogtreecommitdiffstats
path: root/tests/07changelevels
Commit message (Collapse)AuthorAgeFilesLines
* Change default metadata from 0.90 to 1.1NeilBrown2009-11-171-7/+7
| | | | | | | | | 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>
* Increase default chunk size to 512KNeilBrown2009-11-171-2/+2
| | | | | | | | | | | 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 changelevel: add tests for changing degraded arrays.NeilBrown2009-10-121-0/+56
| | | | Signed-off-by: NeilBrown <neilb@suse.de>
* Test level changes and related reshaping.NeilBrown2009-10-121-0/+51
Signed-off-by: NeilBrown <neilb@suse.de>