summaryrefslogtreecommitdiff
path: root/tests/05r1-grow-internal-1
Commit message (Collapse)AuthorAge
* Create: round off size for RAID1 arrays.NeilBrown2012-03-22
| | | | | | | | | | | RAID1 arrays don't have a chunk size, but if you ever convert one to RAID5 you will need at least a small one >= 4K. So round of size to a multiple of 64K. This only affect Create, not "--grow --size=max". The latter is too hard and with smaller returns. Signed-off-by: NeilBrown <neilb@suse.de>
* Set default bitmap-chunksize for internal bitmaps to at least 64MegNeilBrown2009-11-17
| | | | | | | | | 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>
* Update tests and add linear-addNeil Brown2007-05-21
| | | | | | Update the testing scripts to allow for new space calculations for space for bitmaps. Add a test script for adding devices to linear arrays.
* Add tests/05r1-grow-internal-1Neil Brown2006-04-01
|
* Add tests/05r1-grow-internal-1Neil Brown2006-03-29
|
* Add tests/05r1-grow-internal-1Neil Brown2005-09-12