[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: RAID for large disks



On Sat, Jun 07, 2008 at 12:52:24PM -0400, Mag Gam wrote:
> With the RAID array I am planning to use RAID 5 so my data is still
> protected. My confusion is going with RAID striping (picking the right
> size). Also, Does the filesystem layout need to be specific when I do
> striping? If I am using 128k stripes, should I start my filesystem on 129k
> and end with max-(128+1k)?
> 

You have four or five considerations.

You mentioned you were going to use your 12 disks as two RAID arrays.

If one is going to be for your data and one for a backup of that data - 
2 x RAID 5 and then RAID1 [5 x 500 = ~2.5TB mirrored].

If you need maximum data storage - all your disks in one array in RAID 
5.

11 x 500, one spare - 5.5TB but you rely on the spare :)

If you need data resilience - all your disks in one array in RAID 6 or 
RAID 10

Hardware RAID control is lovely - but you may need battery backup on 
some cards to avoid problems on delayed writes. Hardware RAID control 
also ties you to one manufacturer's cards and/or recovery utilities if a 
RAID fails and you have to recover data.

If you go the hardware route: take the card defaults.

Linux mdadm works well and, under some circumstances, can approach the 
performance of a dedicated hardware RAID card - disks can be swapped 
into any Linux box to recover the RAID.

You can then add LVM on top.

HTH,

Andy


Reply to: