summaryrefslogtreecommitdiffstats
path: root/tests/07reshape5intr (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests/07reshape5intr : retry if writing 'check' fails.NeilBrown2015-05-151-1/+1
| | | | | | It can sometimes. Signed-off-by: NeilBrown <neilb@suse.de>
* 07reshape5intr: Set speed_limit_min to be able to reduce resync speed below 1000Jes Sorensen2012-08-131-0/+2
| | | | | | | | We need to set speed_limit_min accordingly, otherwise setting speed_limit_max below 1000 will have no effect. Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: NeilBrown <neilb@suse.de>
* Fix writing of second backup superblock during growNeilBrown2010-08-051-1/+7
| | | | | | | | | | There 'rv' tests were confused and sometimes wrong. This resulted in not writing the second bsb. Also fix the test script so the the critical section is long enough that we have some hope of interrupting it. Signed-off-by: NeilBrown <neilb@suse.de>
* Increase default chunk size to 512KNeilBrown2009-11-171-1/+1
| | | | | | | | | | | 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 different r5/r6 layouts.NeilBrown2009-10-161-1/+1
| | | | | | Make sure kernel and restripe agree on all different layouts. Signed-off-by: NeilBrown <neilb@suse.de>
* Some more cleanup of tests.Neil Brown2008-06-271-6/+6
| | | | | Don't use '$mdadm', just 'mdadm'. And --stop all arrays when finished.
* Add test for stoping and restarting a raid5 reshape.Neil Brown2008-06-271-0/+33
There was a kernel bug with stopping and restarting raid5 recently. So add a test to check for it.