• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

RAID 5 Parity Corruption

DVDBob

Member
A rather large computer company is telling me that in a RAID 5 array, if a drive fails, and is not replaced soon, parity corruption can occur.

In my years of experience with RAID systems, it was my understanding that the parity information is written to each drive separately, and is used to rebuild a failed drive. If the parity is determined on every write, how can the abscence of a drive cause corruption?

Is this company feeding me a line of bull? (I beleive they are but need some verification) Does anyone have any links they can provide that might explain a little better.


Thanks in advance.
 
RAID5 arrays spread the data across the drive set in a redundant manner. When one drive fails, the redundancy allows reconstructing the data anyway, but the redundancy is gone - meaning that the correction of soft errors suffers, and if one more drive fails, gone are your data.

Do backups, and have spare drives, maybe even "hot" spares. Real RAID controllers manage the stuff for you.

regards, Peter
 
The longer you run in 'critical' mode, the higher the probability of a problem that would lose data or that could prevent you from successfully rebuilding the array. If the RAID card fails with the array 'critical' the replacement card may not be able to recover the array or could result in bad data since the parity can not be assumed to be coherent (double failure has occured... card + drive).
 
Back
Top