Re: RAID6 and crashes (reporting back re. --bitmap)
From: Roman Mamedov <hidden>
Date: 2010-06-11 04:55:21
Attachments
- signature.asc [application/pgp-signature] 198 bytes
From: Roman Mamedov <hidden>
Date: 2010-06-11 04:55:21
On Fri, 11 Jun 2010 00:46:47 -0400 Miles Fidelman [off-list ref] wrote:
Looks like my original --bitmap internal creation set a very large chunk
size initially
md3 : active raid6 sda4[0] sdd4[3] sdc4[2] sdb4[1]
947417088 blocks level 6, 64k chunk, algorithm 2 [4/4] [UUUU]
bitmap: 6/226 pages [24KB], 1024KB chunk
unless that --bitmap-chunk=131072 recommendation is translates to
131072KB (if so, are you really running 131MB chunks?)Yes, this is correct. This will only mean that after an unclean shutdown, at least 128MB-sized areas of the array will be invalidated for a resync, and not smaller areas with 1MB-granularity like on yours currently. 128 megabytes is just about 1 second of read throughput on modern drives, so I am okay with that. Several 128MB-windows here and there are still faster to resync than the whole array. And this had an extemely good effect on write performance for me (increased it by more than 1.5x) compared to a small chunk. Test for yourself, first without the bitmap, then with various chunk sizes of it (ensure there's no other load on the array, and note the speeds): dd if=/dev/zero of=/your-raid/zerofile bs=1M count=2048 conv=notrunc,fdatasync -- With respect, Roman