On Sat, 1 Feb 2014 16:56:46 -0800 Marc MERLIN <marc@xxxxxxxxxxx> wrote: > On Sat, Feb 01, 2014 at 04:39:15PM -0800, Marc MERLIN wrote: > > How can I tell I got the size for my array size? > > Aah, the clue seems to be in the kernel logs: > [669348.274368] md7: bitmap file is out of date (0 < 38029) -- forcing full recovery > [669348.299174] created bitmap (15 pages) for device md7 > [669348.316720] md7: bitmap file is out of date, doing full recovery > [669348.380555] md7: bitmap initialized from disk: read 1 pages, set 29809 of 29809 bits > > If I got the math right, 30K bits for 8TB is one bit per 266MB. > > Given that, I'm going to assume that this is not going to impact system > performance much for most operations. > > Is my assumption and conclusion correct? > > Thanks, > Marc You can also use "mdadm --examine-bitmap" on one of the component devices to get more details about the bitmap. My rule-of-thumb (base on zero hard evidence) is that one bit should correspond to approximately 1 second of IO. Your bits correspond to 2 or 3 seconds so that is certainly the right ball park. As always with RAID, performance is highly dependent on load. It is quite easy to add and remove bitmaps to/from a live md array so testing the effect on a particular workload is not that hard. The default mdadm chooses is a bit complex. It first chooses an amount of space to reserve for the bitmap, the it figures what chunk size will allow the bits to fit in the available space. Then makes sure that it as least 64Meg. NeilBrown
Attachment:
signature.asc
Description: PGP signature