On-the-fly reconstruction of the failed disk in RAID

Hai Jin
DOI: https://doi.org/10.1145/311124.311141
1999-01-01
ACM SIGOPS Operating Systems Review
Abstract:The most obvious advantage of RAID is the higher reliability of the storage system. It provides some kinds of fault tolerant mechanism to protect the data in the array. If one disk in the array fails, RAID controller can rebuild the failure data on the failed disk through the data and check information stored on the other disks. In the case that the failed disk is replaced by a new disk in the array, RAID controller can reconstruct the failure data to the newly replaced disk. It is important that this operation is carried out while the user performs the normal read/write operation, which is on-the-fly construction. In this paper, an algorithm based on the on-the-fly reconstruction of failed disk in the RAID is proposed. More details on the read/write operation while on-the-fly reconstruction is carried on are also discussed.
What problem does this paper attempt to address?