summaryrefslogtreecommitdiffstats
path: root/tests/05r1-internalbitmap-v1c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mdadm/tests: bitmap cases enhanceXiao Ni2024-05-281-12/+10
| | | | | | | | | It fails because bitmap dirty number is smaller than 400 sometimes. It's not good to compare bitmap dirty bits with a number. It depends on the test machine, it can flush soon before checking the number. So remove related codes. Signed-off-by: Xiao Ni <xni@redhat.com> Signed-off-by: Mariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com>
* Remove some trailing white spaceNeilBrown2015-07-021-3/+3
| | | | | | It looks ugly in my editor. Signed-off-by: NeilBrown <neilb@suse.de>
* Create: round off size for RAID1 arrays.NeilBrown2012-03-221-3/+3
| | | | | | | | | | | 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-171-1/+1
| | | | | | | | | 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 up some internalbitmap testsNeil Brown2006-06-161-0/+1
|
* Add tests/05r1-internalbitmap-v1cNeil Brown2005-08-251-0/+47