vote up 0 vote down star

The discussion on RAID 5's URE error rate during recover and how that can affect a rebuild leads me down the path of asking about other forms of raid. According to this article:

http://blogs.zdnet.com/storage/?p=162

the 10^14 is going to affect you when your array gets to be about 12 TB. Wouldn't this error rate equally apply to a raid 1 setup with disk sizes on 12TB and greater ? I know we're not there yet, but I want to make sure I'm understanding the problem.

Does raid 10 solve this problem as long as you keep your individual disk sizes under say 1.5 TB? What I mean is, if during recovery in a 12 TB array, you only have a 1.5 TB disk recovering and basically only have a 1/8 chance of recovery failure for that portion.

flag

Actually your answer is in the comments at the end of the article. The author made a mis-calculation, URE is based on a single drive, not the entire array as the auther assumed. – Ady Oct 29 '08 at 18:25

closed as not programming related by jjnguy Oct 29 '08 at 18:12

1 Answer

vote up 1 vote down check

You can avoid this problem with any RAID controller that does background data checks and reallocation of sectors when they get weak. Most good controllers do this: when they are not heavily loaded they will attempt to read through the drives and if they find weak sectors they will move them or even flag the drive as failing if there are enough reallocations pending. This is no different from SMART alerts about drive condition, except the controller polls idle drives.

This article appears to be scaremongering based on poorly designed RAID controllers that don't do such checks. At the end of the day, RAID isn't a backup in the first place, so one should be maintaining proper protection in that direction as well. However, things are not as grim as that article makes them seem if you buy from reputable vendors and ensure that background validation is happening.

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.