Comment Re:Eh? (Score 1) 36
I'm not going to argue for and against the first part of your comment - all I can say is RAID controllers tend to be fussier than you're giving them credit for. Disks don't have to fully crash for there to be problems - If disk 1 in a RAID5 of 5 disks fails, and there's one sector that's unreadable on disk 3, that can be enough for many RAID controllers to crash out and mark the entire thing as unrecoverable. And... it's not necessarily a bad thing they do, as that does mean there's unrecoverable data and the file system no longer has integrity.
But, regardless, I'd say your final points are good and I agree 100% with them, especially on application level redundancy. That's the direction we should be going in, maybe even deprecating RAID at this point, not because it's inherently bad, but because it encourages practices that may inadvertently mean you have less redundancy than you think you have (if your applications are all reliant on the same hardware, are they really redundant? Unless everyone's buying in to the model, you can easily end up with that situation by accident) without adding much in the way of availability.