[CentOS] 40TB File System Recommendations

Wed Apr 13 13:18:25 UTC 2011
Ross Walker <rswwalker at gmail.com>

On Apr 13, 2011, at 8:45 AM, Christopher Chan <christopher.chan at bradbury.edu.hk> wrote:

> On Wednesday, April 13, 2011 04:00 PM, Sorin Srbu wrote:
> 
>> With today's CPU-performance and RAM available, software raids are not a problem
>> to power.
>> 
> 
> That depends. Software raid is fine for raid1 and raid0. If you want 
> raid5 or raid6, you have to use hardware raid with bbu cache that 
> matches the size of the array notwithstanding the limiting to 10 disks 
> max. consideration.
> 
> cpu performance/amount of RAM available is a non-issue and has been for 
> a decade.

The battery backed cache is essential in avoiding the parity write hole as well as avoiding the performance penalty of short writes, those less then the stripe width  where the remaining chunks need to be read to calculate the new parity, as the cache can attempt to cache the write until it gets a full stripe width and/or cache future writes until the read-calc-write is completed.

-Ross