I apologize for the way this may be laid out, I'm putting my thoughts down the best I can (I'm a bit scatter brained at the moment). Assume everything is a question
So Assuming I'm using a Linux OS for the base, dual controller SAS setup What different ways do we have to configure the system for a SAM-SD setup?
to make things simple, lets not talk about how to make the cluster, but assume there's four server, each server has 100TB attached to each controller (10 10TB drives, yes I know they don't exist but for easy numbers we'll use it).
Starting from the ground goind up (before clustering). There are a couple options for redundancy. Are all of these feasible? are all of these feasible for HA?
- JBOD on each controller, md for software RAID 0 (200TB Total Storage)
- JBOD on each controller, md for software RAID 1 between controllers (100TB Total Storage)
- Raid 5/6 on each controller, md for software RAID 0 between controllers (160-180TB Total Storage)
- Raid 5/6 on each controller, md for software RAID 1 between controllers (80-90TB Total Storage)
- RAID 1 Array on each controller, md for software RAID 0 between controllers (100TB Total Storage)
- RAID 1 Array on each controller, md for software RAID 1 between controllers (100TB Total Storage)
I think this would related to the number of SANs you have, for example, if you have 4 SANS in the cluster, JBOD with RAID 0 might be fine for you???
I feel like RAID 5/6 might be pointless? Sure you can support 1 to 2 failed drives in each hardware array, but considering you are supporting multiple software arrays this might just be extra overhead with no real benefit? or maybe the rebuild time on a big RAID 5/6 array is worth having this fail safe in place?
Hardware RAID 1, with software RAID 1, in a cluster, seems super over redundant, or maybe not if the data is that important to you (which I can see it being that important).
Also is the cluster for redundancy? or higher storage amounts? or some kind of both? (Can you do that?)
Maybe a question should be what is the normal setup for a dual controller SAN?
Any input is welcome!