summaryrefslogtreecommitdiffstats
path: root/tests/06update-uuid
Commit message (Collapse)AuthorAgeFilesLines
* Set default bitmap-chunksize for internal bitmaps to at least 64MegNeilBrown2009-11-171-2/+2
| | | | | | | | | A small bitmap-chunksize hurts performance without helping resync speed much - particularly on internal bitmaps. So set the default to at least 64Meg. Signed-off-by: NeilBrown <neilb@suse.de>
* Fix and test --update=uuidNeil Brown2006-12-141-0/+82
| | | | A number of odd bugs here, but now we have a regression test as well.
* Make Assemble/Force work on raid6 with 2 missing devices.Neil Brown2006-12-141-0/+0
Previously it onl worked when one missing device. Also split the "force" update_super method into two and it is really serving two functions.