On 09/23/2014 10:15 PM, Helmut Tessarek wrote: > On 23.09.14 23:05 , stan hoeppner wrote: >> It confuses many people who are new to md RAID1. The above is the >> *bitmap* chunk size, not the array chunk size. There is no array chunk >> size for RAID1 as there is no striping. You must have striping to have >> chunks. With md RAID1 every 4KB page write is simply mirrored to each >> physical disk. > > Thanks for the info. I'm used to big ass storage subsystems, but new to SW > RAID. I seems I have some catching up to do. If you create any striped arrays, especially parity arrays, with md make sure to manually specify chunk size and match it to your workload. The current default is 512KB. This is too large for a great many workloads, specifically those that are metadata heavy or manipulate many small files. 512KB wastes space and with parity arrays causes RMW, hammering throughput and increasing latency. Cheers, Stan _______________________________________________ xfs mailing list xfs@xxxxxxxxxxx http://oss.sgi.com/mailman/listinfo/xfs