Four disks - RAID 10 or two mirrored pairs?

Posted by ewwhite on Server Fault See other posts from Server Fault or by ewwhite
Published on 2011-01-06T16:34:00Z Indexed on 2011/01/06 16:55 UTC
Read the original article Hit count: 329

Filed under:
|
|

I have this discussion with developers quite often. The context is an application running in Linux that has a medium amount of disk I/O. The servers are HP ProLiant DL3x0 G6 with four disks of equal size @ 15k rpm, backed with a P410 controller and 512MB of battery or flash-based cache. There are two schools of thought here, and I wanted some feedback...

1). I'm of the mind that it makes sense to create an array containing all four disks set up in a RAID 10 (1+0) and partition as necessary. This gives the greatest headroom for growth, has the benefit of leveraging the higher spindle count and better fault-tolerance without degradation.

2). The developers think that it's better to have multiple RAID 1 pairs. One for the OS and one for the application data, citing that the spindle separation would reduce resource contention. However, this limits throughput by halving the number of drives and in this case, the OS doesn't really do much other than regular system logging.

Additionally, the fact that we have the battery RAID cache and substantial RAM seems to negate the impact of disk latency...

What are your thoughts?

© Server Fault or respective owner

Related posts about raid

Related posts about hardware-raid