A symmetric triple parity (TP) technique in an array comprising a number p of storage devices, such as disks, with p being a prime number is provided. The p disks are organized as one row parity disk, two symmetric parity disks and p-3 data disks. Phantom diagonal and anti-diagonal parity disks assumed to be present are further assumed to contain a predetermined value, thereby enabling parity encoding/decoding utilizing the phantom (anti-) diagonal disks. Row parity and symmetric parity values are included within the computation of the diagonal and anti-diagonal parities; accordingly, the two symmetric parity and the row parity values may be computed using the same technique as used for a triple parity erasure, i.e., in a symmetric fashion.
|
1. A method comprising:
providing an array with a predetermined number of storage devices p configured to store data and three parity values, wherein p is a prime number;
dividing each of the predetermined storage device into blocks;
organizing the blocks into stripes, the stripes having a same number of blocks in each of the predetermined storage device;
defining a diagonal parity along a plurality of diagonal parity sets;
defining an anti-diagonal parity along a plurality of anti-diagonal parity sets;
assigning a predetermined value to the diagonal parity and anti-diagonal parity; and
computing parity for the predetermined storage devices using values written to a plurality of the predetermined storage devices and the predetermined values assigned to the diagonal and anti-diagonal parity sets, the computed parity enabling recovery from three concurrent failures of storage devices in a storage array.
20. A computer readable medium containing executable program instructions executed by a processor, comprising:
program instructions that divide each of a predetermined storage devices p, configured to store data and three parity values, into blocks, wherein p is a prime number;
program instructions that organize the blocks into stripes, the stripes having a same number of blocks in each of the predetermined storage device;
program instructions that define a diagonal parity along a plurality of diagonal parity sets;
program instructions that define an anti-diagonal parity along a plurality of anti-diagonal parity sets;
program instructions that assign a predetermined value to the diagonal parity and anti-diagonal parity; and
program instructions that compute parity for the predetermined storage is devices using values written to a plurality of the predetermined storage devices and the predetermined values assigned to the diagonal and anti-diagonal parity sets, the computed parity enabling recovery from three concurrent failures of storage devices in a storage array.
10. A system configured to enable recovery from three or fewer concurrent failures of storage devices, the system comprising:
an array having a predetermined number of storage devices p configured to store data and three parity values, wherein p is a prime number;
a storage operating system including a device storage layer configured to implement a symmetric triple parity (TP) technique configured to,
detect that three storage devices have concurrently failed;
compute a diagonal parity along diagonal parity sets,
compute an anti-diagonal parity along anti-diagonal parity sets, the diagonal and anti-diagonal parity are assigned a predetermined value,
compute parity for the predetermined storage devices using values written to a plurality of the predetermined storage devices and the predetermined values assigned to the diagonal and anti-diagonal parity sets, the computed parity enabling recovery from three concurrent failures of storage devices in a storage array; and
a processing element configured to execute the storage operating system to thereby invoke storage access operations to and from the array in accordance with the triple parity technique.
2. The method of
4. The method of
5. The method of
6. The method of
7. The method of
8. The method of
11. The method of
13. The method of
14. The method of
15. The system of
16. The system of
18. The system of
19. The system of
|
The present application is a continuation of U.S. patent application Ser. No. 11/648,709, which was filed on Dec. 29, 2006, now U.S. Pat. No. 7,613,984, by Atul Goel entitled SYSTEM AND METHOD FOR SYMMETRIC TRIPLE PARITY FOR FAILING STORAGE DEVICES, which is a continuation in part of U.S. patent application Ser. No. 11/304,369, filed on Dec. 15, 2005, now U.S. Pat. No. 7,640,484, entitled TRIPLE PARITY TECHNIQUE FOR ENABLING EFFICIENT RECOVERY FROM TRIPLE FAILURES IN A STORAGE ARRAY, which is a continuation in part of U.S. patent application Ser. No. 10/035,607, filed on Dec. 28, 2001, now U.S. Pat. No. 6,993,701, issued Jan. 31, 2006, entitled ROW-DIAGONAL PARITY TECHNIQUE FOR ENABLING EFFICIENT RECOVERY FROM DOUBLE FAILURES IN A STORAGE ARRAY, all applications are hereby incorporated by reference.
The present invention relates to arrays of storage systems and, more specifically, to a technique for symmetric parity computation and reconstruction to tolerate up to three failing storage devices of a storage array.
A storage system typically comprises one or more storage devices into which data may be entered, and from which data may be obtained, as desired. The storage system may be implemented in accordance with a variety of storage architectures including, but not limited to, a network-attached storage environment, a storage area network and a disk assembly directly attached to a client or host computer. The storage devices are typically disk drives, wherein the term “disk” commonly describes a self-contained rotating magnetic media storage device. The term “disk” in this context is synonymous with hard disk drive (HDD) or direct access storage device (DASD).
The disks within a storage system are typically organized as one or more groups, wherein each group is operated as a Redundant Array of Independent (or Inexpensive) Disks (RAID). Most RAID implementations enhance the reliability/integrity of data storage through the redundant writing of data “stripes” across a given number of physical disks in the RAID group, and the appropriate storing of redundant information with respect to the striped data. The redundant information enables recovery of data lost when a storage device fails.
In the operation of a disk array, it is anticipated that a disk can fail. A goal of a high performance storage system is to make the mean time to data loss (MTTDL) as long as possible, preferably much longer than the expected service life of the system. Data can be lost when one or more disks fail, making it impossible to recover data from the device. Typical schemes to avoid loss of data include mirroring, backup and parity protection. Mirroring is an expensive solution in terms of consumption of storage resources, such as disks. Backup does not protect data modified since the backup was created. Parity schemes are common because they provide a redundant encoding of the data that allows for a single erasure (loss of one disk) with the addition of just one disk drive to the system.
Parity protection is used in computer systems to protect against loss of data on a storage device, such as a disk. A parity value may be computed by summing (usually modulo 2) data of a particular word size (usually one bit) across a number of similar disks holding different data and then storing the results on an additional similar disk. That is, parity may be computed on vectors 1-bit wide, composed of bits in corresponding positions on each of the disks. When computed on vectors 1-bit wide, the parity can be either the computed sum or its complement; these are referred to as even and odd parity respectively. Addition and subtraction on 1-bit vectors are both equivalent to exclusive-OR (XOR) logical operations. The data is then protected against the loss of any one of the disks, or of any portion of the data on any one of the disks. If the disk storing the parity is lost, the parity can be regenerated from the data. If one of the data disks is lost, the data can be regenerated by adding the contents of the surviving data disks together and then subtracting the result from the stored parity.
Typically, the disks are divided into parity groups, each of which comprises one or more data disks and a parity disk. A parity set is a set of blocks, including several data blocks and one parity block, where the parity block is the XOR of all the data blocks. A parity group is a set of disks from which one or more parity sets are selected. The disk space is divided into stripes, with each stripe containing one block from each disk. The blocks of a stripe are usually at the same locations on each disk in the parity group. Within a stripe, all but one block are blocks containing data (“data blocks”) and one block is a block containing parity (“parity block”) computed by the XOR of all the data. If the parity blocks are all stored on one disk, thereby providing a single disk that contains all (and only) parity information, a RAID-4 implementation is provided. If the parity blocks are contained within different disks in each stripe, usually in a rotating pattern, then the implementation is RAID-5. The term “RAID” and its various implementations are well-known and disclosed in A Case for Redundant Arrays of Inexpensive Disks (RAID), by D. A. Patterson, G. A. Gibson and R. H. Katz, Proceedings of the International Conference on Management of Data (SIGMOD), June 1988.
As used herein, the term “encoding” means the computation of a redundancy value over a predetermined subset of data blocks, whereas the term “decoding” means the reconstruction of a data or parity block by using a subset of data blocks and redundancy values. If one disk fails in the parity group, the contents of that disk can be decoded (reconstructed) on a spare disk or disks by adding all the contents of the remaining data blocks and subtracting the result from the parity block. Since two's complement addition and subtraction over 1-bit fields are both equivalent to XOR operations, this reconstruction consists of the XOR of all the surviving data and parity blocks. Similarly, if the parity disk is lost, it can be recomputed in the same way from the surviving data.
Parity schemes generally provide protection against a single disk failure within a parity group. These schemes can also protect against multiple disk failures as long as each failure occurs within a different parity group. However, if two disks fail concurrently within a parity group, then an unrecoverable loss of data is suffered. Failure of two disks concurrently within a parity group is a fairly common occurrence, particularly because disks “wear out” and because of environmental factors with respect to the operation of the disks. In this context, the failure of two disks concurrently within a parity group is referred to as a “double failure”.
A double failure typically arises as a result of a failure of one disk and a subsequent failure of another disk while attempting to recover from the first failure. The recovery or reconstruction time is dependent upon the level of activity of the storage system. That is, during reconstruction of a failed disk, it is possible that the storage system remains “online” and continues to serve requests (from clients or users) to access (i.e., read and/or write) data. If the storage system is busy serving requests, the elapsed time is for reconstruction increases. The reconstruction process time also increases as the size and number of disks in the storage system increases, as all of the surviving disks must be read to reconstruct the lost data. Moreover, the double disk failure rate is proportional to the square of the number of disks in a parity group. However, having small parity groups is expensive, as each parity group requires an entire disk devoted to redundant data.
Another failure mode of disks is media read errors, wherein a single block or sector of a disk cannot be read. The unreadable data can be reconstructed if parity is maintained in the storage array. However, if one disk has already failed, then a media read error on another disk in the array will result in lost data. This is a second form of double failure. It can easily be shown that the minimum amount of redundant information required to correct a double failure is two units. Therefore, the minimum number of parity disks that can be added to the data disks is two. This is true whether the parity is distributed across the disks or concentrated on the two additional disks.
A known double failure correcting parity scheme is an EVENODD XOR-based technique that allows a serial reconstruction of lost (failed) disks. The EVENODD technique is disclosed in an article of IEEE Transactions on Computers, Vol. 44, No. 2, titled EVENODD: An Efficient Scheme for Tolerating Double Disk Failures in RAID Architectures, by Blaum et al, February 1995. A variant of EVENODD is disclosed in U.S. Pat. No. 5,579,475, titled METHOD AND MEANS FOR ENCODING AND REBUILDING THE DATA CONTENTS OF UP TO TWO UNAVAILABLE DASDS IN A DASD ARRAY USING SIMPLE NON-RECURSIVE DIAGONAL AND ROW PARITY, by Blaum, et al., issued on Nov. 26, 1996. The above-mentioned article and patent are hereby incorporated by reference as though fully set forth herein.
In certain storage environments, it is common to utilize a significant number of lower quality disk drives, such as, e.g., in near line storage systems for use as short term storage before data is backed up to tape or other long-term archival systems. However, as the number of disks in an array increases, the probability that multiple failures will occur also increases. The probability is exacerbated by a lower mean time to failure (MTTF) of less expensive storage devices. Thus, it is possible to have storage systems is experiencing triple failures, that is, the concurrent failures of three devices in the storage array. Furthermore, numerous storage protocols, such as Serial Attached SCSI (SAS), Fibre Channel (FC), etc., have resulted in increasingly complex architectures for disk shelves which have resulted in a concomitant increase in the number of failures experienced by the disk shelves, thereby resulting in loss of access to each disk connected to a failed disk shelf.
One technique for correcting triple failures is an extension of the EVENODD technique termed the STAR technique, which is described in Efficient and Effective Schemes for Streaming Media Delivery, by Cheng Wang, dated August 2005, the contents of which is hereby incorporated by reference.
A noted disadvantage of such EVENODD and/or STAR techniques is that they utilize asymmetric parity algorithms that require different computational steps when encoding and/or decoding parity. Furthermore, asymmetric algorithms imply that each disk is not treated identically. As a result, configuration management tasks must know and identify whether a disk is of a particular type, e.g., whether a disk is a parity disk and/or a data disk. For example, a reconstruction technique may involve a plurality of differing algorithms depending on the number of failed data and/or parity disks as well as the type of failed parity disks, e.g., row parity, diagonal parity, etc. The asymmetric nature of these algorithms imposes additional computational complexity when implementing parity-based systems. This additional complexity may be especially noticeable when utilizing embedded systems to implement parity-based computations.
A further noted disadvantage of asymmetric parity algorithms is that utilization of floating parity, i.e., parity stored on any of the storage devices within a parity group instead of on one or more dedicated parity storage devices, is not feasible when utilizing asymmetric parity algorithms. This is because floating parity relies on a scheme where some blocks on the newly added disk(s) are re-assigned as parity, converting their old locations within the parity set to data. However, because of the special properties of some of the parity disks, e.g., diagonal/anti-diagonal, asymmetric algorithms cannot move/relocate parity blocks on these disks to newly added disks.
The present invention comprises a symmetric triple parity (TP) technique that utilizes an algorithm for parity computation is identical to that used for triple reconstruction. The TP technique is preferably used in an array comprising a number p of storage devices, such as disks, with p being a prime number. The disks are divided into blocks and the blocks are organized into stripes. The blocks of rows selected to form a stripe are typically contiguous on each disk, although this is not a requirement of the invention. Illustratively, the p disks are organized as three symmetric parity disks and p-3 data disks. Furthermore, in the illustrative embodiment, phantom diagonal and anti-diagonal parity disks are assumed to be present in the array. Moreover, the contents of the phantom diagonal and/or anti-diagonal parity disk are assumed to be a predetermined value, for example, zero, thereby enabling parity encoding/decoding utilizing the phantom (anti-) diagonal disks. By assuming that the phantom (anti-)diagonal disks contain a predetermined value, missing values may be computed among the data, symmetric parity and/or row parity disks in accordance with a symmetric algorithm.
The technique further assumes that the phantom diagonal parity disk stores parity information computed along diagonal parity sets (“diagonals”) of the array. The blocks in a stripe are organized into p diagonals, each of which contains p-1 blocks from the data, symmetric parity and row parity disks, and all but one of which stores its parity in a block on the diagonal parity disk. Similarly, the technique assumes that the phantom anti-diagonal parity disk stores parity information computed along anti-diagonal parity sets (“anti-diagonals”) of the array. Notably, the anti-diagonals have a slope that is orthogonal to the diagonals.
In the event of a triple failure, the symmetric TP technique is invoked by computing a total of p 4-tuple sums along an intermediate (i.e., middle) disk of the failed disks via generation of a number of crosses. The 4-tuple sums are thereafter reduced to a total of p-1 pairwise sums on the middle disk. The reduced pairwise sums form a solvable system of linear equations. Illustratively, the data on the middle disk is first recovered by solving the system of equations. Once a first block on the middle disk has been resolved, is its solution may be substituted into other equations until all blocks on the middle disk have been recovered. Once the middle disk has been recovered, the system performs a row-diagonal parity technique to recover the remaining two disks. In the case of an initial write operation, encoding of the initial parity information on the three parity disks utilizes the same algorithm as recovering three failed disks.
In accordance with the illustrative embodiment, the three parity values are included within the computation of the phantom diagonal and phantom anti-diagonal parities. The three parity values may be computed using the same technique as used for a triple parity erasure. During an initial write operation, a TP computation algorithm of the technique utilizes the “a priori” knowledge that the (anti-) diagonal parity values are set to a predetermined value, so that when the p-3 data blocks are written, the values of the three parity disks may be computed using TP reconstruction algorithm, thereby generating appropriate parity values to store on the parity disks. In the event of a failure of up to three disks of the array, data is reconstructed using the same algorithm as utilized for initial parity computation, i.e., in a symmetric fashion.
The above and further advantages of the invention may be better understood by referring to the following description in conjunction with the accompanying drawings in which like reference numerals indicate identical or functionally similar elements:
In the illustrative embodiment, the storage system 120 comprises a processor 122, a memory 124, a network adapter 125 and a storage adapter 128 interconnected by a system bus 132. The memory 124 comprises storage locations that are addressable by the processor and adapters for storing software program code and data structures associated with the present invention. The processor and adapters may, in turn, comprise processing elements and/or logic circuitry configured to execute the software code and manipulate the data structures. A storage operating system 200, portions of which are typically resident in memory and executed by the processing elements, functionally organizes the system 120 by, inter alia, invoking storage operations executed by the storage system. It will be apparent to those skilled in the art that other processing and memory means, including various computer readable media, may be used for storing and executing program is instructions pertaining to the inventive technique described herein.
The network adapter 125 comprises a plurality of ports adapted to couple the storage system 120 to one or more clients 110 over point-to-point links, wide area networks, virtual private networks implemented over a public network (Internet) or a shared local area network (hereinafter “network 105”). The network adapter 125 thus may comprise the mechanical, electrical and signaling circuitry needed to connect the storage system to the network 105, such as a computer network. Illustratively, the network 105 may be embodied as an Ethernet network or a Fibre Channel (FC) network. Each client 110 may communicate with the storage system 120 over network 105 by exchanging discrete frames or packets of data according to pre-defined protocols, such as TCP/IP.
The storage adapter 128 cooperates with the storage operating system 200 executing on the system 120 to access information requested by a user (or client). The information may be stored on any type of attached array of writeable storage device media such as video tape, optical, DVD, magnetic tape, bubble memory, electronic random access memory, micro-electro mechanical and any other similar media adapted to store information, including data and parity information. However, as illustratively described herein, the information is preferably stored on disks 150, such as HDD and/or DASD, of array 140. The storage adapter includes input/output (I/O) interface circuitry that couples to the disks over an I/O interconnect arrangement, such as a conventional high-performance, FC serial link topology.
Storage of information on array 140 is preferably implemented as one or more storage “volumes” that comprise a cluster of physical storage disks 150, defining an overall logical arrangement of disk space. Each volume is generally, although not necessarily, associated with its own file system. The disks within a volume/file system are typically organized as one or more groups, wherein each group is operated as a Redundant Array of Independent (or Inexpensive) Disks (RAID). Most RAID implementations enhance the reliability/integrity of data storage through the redundant writing of data “stripes” across a given number of physical disks in the RAID group, and the appropriate storing of parity information with respect to the striped data.
The present invention comprises a symmetric “triple” parity (TP) technique that provides triple failure parity correcting recovery using row parity, symmetric parity and diagonal and anti-diagonal parity in a disk array. The inventive technique is preferably implemented by a disk storage layer (shown at 240 of
Broadly stated, the invention comprises p storage devices where p is a prime number. The storage devices are divided into blocks, where the blocks are the same size. The blocks are then organized into stripes that contain a same number of blocks in each device, wherein each stripe contains p-1 rows of blocks. That is, each stripe, one block is selected from each of all but one of the devices that are not the phantom diagonal or phantom anti-diagonal parity device in that stripe, with the further restriction that no two of the selected blocks belong to the same row. This is called a diagonal parity set or “diagonal”. A diagonal may be formed, for example, by numbering the data, and parity devices from 0 to p-1, numbering the rows from 0 to p-2, and then assigning the block at device i, row j to diagonal (i+j) mod(p). The formation of diagonals continues (e.g., wraps around within the group of p-1 rows) until all blocks that are not on the phantom diagonal and anti-diagonal parity devices in the stripe are assigned to diagonals, with the further restriction that no two diagonals exclude all blocks from the same device. There are p diagonals. A similar technique is utilized to assign parity and blocks to anti-diagonal parity sets or “anti-diagonals.” The formation of anti-diagonals continues (e.g., wraps around within a group of p-1 rows) until all blocks that are not on the phantom anti-diagonal parity and diagonal devices in the stripe are assigned to anti-diagonals, with the further restriction that no two anti-diagonals excludes all blocks from the same device. An anti-diagonal may be formed, for example, by numbering the data, and parity devices from 0 to p-1, numbering the rows from 0 to p-2, and then assigning the block at is device i, row j to diagonal (p-1-i+j) mod(p).
By assuming that the phantom (anti-)diagonal parity disks have a zero (or other predetermined) value, a triple parity recovery technique can be made symmetric to enable the same procedure to be performed for both encoding and decoding.
Parity is generally calculated as an exclusive-OR (XOR) of data blocks to form a parity block. The XOR operation is generally performed over the same 1-bit field in each input block to produce a single corresponding bit of output. As noted, the XOR operation is equivalent to two's complement addition or subtraction of two 1-bit fields. Redundant parity information may also be computed as the sum of same-sized multi-bit fields (e.g., 8, 16, 32, 64, 128 bits) in all the inputs. For example, the equivalent of parity may be computed by adding data using two's complement addition on 32-bit fields to produce each 32 bits of redundant information. This is only the case assuming non-reliance on the fact that an XOR operation directed to the same input twice into a block produces the original content of the block, as the XOR of a block with itself produces zero.
It will be apparent to those skilled in the art that a block (for purposes of parity computation) may or may not correspond to a file block, a database block, a disk sector or any other conveniently sized unit. There is no requirement that the block size used for parity computation have any relation to any other block sizes used in the system. However, it is expected that one or more integer number of parity blocks will fit into a unit defined to be one or more integer number of disk sectors. In many cases, some number of blocks will correspond to file system or database blocks, and will typically be of size 4 k (4096) bytes or some higher power of two bytes (e.g., 8 k, 16 k, 32 k, 64 k, 128 k, 256 k).
The illustrative system described herein preferably performs full stripe write operations. In particular, individual file blocks that are typically 4 k or 8 k bytes may be divided into smaller blocks used only for parity computation, so that full stripes of, e.g., 4 k byte sized blocks can be written to the disks of the array. When full stripes are written to disk, all parity computations may be performed in memory before the results are written to disk, thus reducing the burden of computing and updating parity on disk.
To facilitate access to the disks, the storage operating system 200 implements a write-anywhere file system that cooperates with virtualization modules to provide a function that “virtualizes” the storage space provided by disks. The file system logically organizes the information as a hierarchical structure of named directory and file objects (hereinafter “directories” and “files”) on the disks. Each “on-disk” file may be implemented as set of disk blocks configured to store information, such as data, whereas the directory may be implemented as a specially formatted file in which names and links to other files and directories are stored. The virtualization system allows the file system to further logically organize information as a hierarchical structure of named virtual disks (vdisks) on the disks, thereby providing an integrated NAS and SAN system approach to storage by enabling file-based (NAS) access to the files and directories, while further enabling block-based (SAN) access to the vdisks on a file-based storage platform.
In the illustrative embodiment, the storage operating system is preferably the NetApp® Data ONTAP® operating system available from Network Appliance, Inc., Sunnyvale, Calif. that implements a Write Anywhere File Layout (WAFL®) file system. However, it is expressly contemplated that any appropriate storage operating system, including a write in-place file system, may be enhanced for use in accordance with the inventive principles described herein. As such, where the term “Data ONTAP” is employed, it should be taken broadly to refer to any storage operating system that is otherwise adaptable to the teachings of this invention.
As used herein, the term “storage operating system” generally refers to the computer-executable code operable on a computer that manages data access and may, in the case of a storage system, implement data access semantics, such as the Data ONTAP® storage operating system, which is implemented as a microkernel. The storage operating system can also be implemented as an application program operating over a general-purpose operating system, such as UNIX® or Windows XP®, or as a general-purpose operating system with configurable functionality, which is configured for storage applications as described herein.
In addition, it will be understood to those skilled in the art that the inventive technique described herein may apply to any type of special-purpose (e.g., storage serving appliance) or general-purpose computer, including a standalone computer or portion thereof, embodied as or including a storage system. Moreover, the teachings of this invention can be adapted to a variety of storage system architectures including, but not limited to, a network-attached storage environment, a storage area network and disk assembly directly-attached to a client or host computer. The term “storage system” should therefore be taken broadly to include such arrangements in addition to any subsystems configured to perform a storage function and associated with other equipment or systems.
An iSCSI driver layer 228 provides block protocol access over the TCP/IP network protocol layers, while a FC driver layer 230 operates with the network adapter to receive and transmit block access requests and responses to and from the storage system. The FC and iSCSI drivers provide FC-specific and iSCSI-specific access control to the luns (vdisks) and, thus, manage exports of vdisks to either iSCSI or FCP or, alternatively, to both iSCSI and FCP when accessing a single vdisk on the storage system. In addition, is the storage operating system includes a disk storage layer 240, such as a RAID system, that implements a disk storage protocol, such as a RAID protocol, and a disk driver layer 250 that implements a disk access protocol such as, e.g., a SCSI protocol.
In the illustrative embodiment of the present invention, the disk storage layer (e.g., RAID system 240) implements the novel symmetric TP technique. Illustratively, during write operations, the RAID system 240 encodes data according to an encoding technique described below and, in response to the detection of one or more failures of storage devices, executes a novel TP reconstruction algorithm of the technique, also described further below. It should be noted that in alternate embodiments, the novel symmetric TP technique may be implemented by modules of the storage operating system other than the RAID system 240. As such, the description of the RAID system 240 implementing the novel symmetric TP technique should be taken as exemplary only.
Bridging the disk software layers with the integrated network protocol stack layers is a virtualization system 255 that is implemented by a file system 265 interacting with virtualization modules illustratively embodied as, e.g., vdisk module 270 and SCSI target module 260. It should be noted that the vdisk module 270, the file system 265 and SCSI target module 260 can be implemented in software, hardware, firmware, or a combination thereof. The vdisk module 270 interacts with the file system 265 to enable access by administrative interfaces in response to a system administrator issuing commands to the multi-protocol storage system 120. In essence, the vdisk module 270 manages SAN deployments by, among other things, implementing a comprehensive set of vdisk (lun) commands issued through a user interface by a system administrator. These vdisk commands are converted to primitive file system operations (“primitives”) that interact with the file system 265 and the SCSI target module 260 to implement the vdisks.
The SCSI target module 260, in turn, initiates emulation of a disk or lun by providing a mapping procedure that translates luns into the special vdisk file types. The SCSI target module is illustratively disposed between the FC and iSCSI drivers 230, 228 and the file system 265 to thereby provide a translation layer of the virtualization system 255 between the SAN block (lun) space and the file system space, where luns are is represented as vdisks. By “disposing” SAN virtualization over the file system 265, the multi-protocol storage system reverses the approaches taken by prior systems to thereby provide a single unified storage platform for essentially all storage access protocols.
The file system 265 is illustratively a message-based system; as such, the SCSI target module 260 transposes a SCSI request into a message representing an operation directed to the file system. For example, the message generated by the SCSI target module may include a type of operation (e.g., read, write) along with a pathname (e.g., a path descriptor) and a filename (e.g., a special filename) of the vdisk object represented in the file system. The SCSI target module 260 passes the message into the file system 265 as, e.g., a function call, where the operation is performed.
The file system 265 illustratively implements the WAFL file system having an on-disk format representation that is block-based using, e.g., 4 kilobyte (KB) blocks and using modes to describe the files. The WAFL file system uses files to store metadata describing the layout of its file system; these metadata files include, among others, an mode file. A file handle, i.e., an identifier that includes an mode number, is used to retrieve an mode from disk. A description of the structure of the file system, including on-disk modes and the mode file, is provided in the U.S. Pat. No. 5,819,292 entitled METHOD FOR MAINTAINING CONSISTENT STATES OF A FILE SYSTEM AND FOR CREATING USER-ACCESSIBLE READ-ONLY COPIES OF A FILE SYSTEM, by David Hitz, et al.
Operationally, a request from the client 110 is forwarded as a packet over the computer network 105 and onto the storage system 120 where it is received at the network adapter 125. A network driver processes the packet and, if appropriate, passes it on to a network protocol and file access layer for additional processing prior to forwarding to the write-anywhere file system 265. Here, the file system generates operations to load (retrieve) the requested data from disk 150 if it is not resident “in-core,” i.e., in the memory 124. If the information is not in the memory, the file system 265 indexes into the mode file using the mode number to access an appropriate entry and retrieve a logical volume block number (vbn). The file system then passes a message structure including is the logical vbn to the RAID system 240; the logical vbn is mapped to a disk identifier and disk block number (disk,dbn) and sent to an appropriate driver (e.g., SCSI) of the disk driver system 250. The disk driver accesses the dbn from the specified disk 150 and loads the requested data block(s) in memory for processing by the storage system. Upon completion of the request, the storage system (and operating system) returns a reply to the client 110 over the network 105.
It should be noted that the software “path” through the storage operating system layers described above needed to perform data storage access for the client request received at the storage system may alternatively be implemented in hardware. That is, in an alternate embodiment of the invention, a storage access request data path may be implemented as logic circuitry embodied within a field programmable gate array (FPGA) or an application specific integrated circuit (ASIC). This type of hardware implementation increases the performance of the storage service provided by storage system 120 in response to a request issued by client 110. Moreover, in another alternate embodiment of the invention, the processing elements of adapter 125, 128 may be configured to offload some or all of the packet processing and storage access operations, respectively, from processor 122, to thereby increase the performance of the storage service provided by the system. It is expressly contemplated that the various processes, architectures and procedures described herein can be implemented in hardware, firmware or software.
As used herein, the term “storage operating system” generally refers to the computer-executable code operable to perform a storage function in a storage system, e.g., that manages data access and may implement file system semantics. In this sense, the Data ONTAP software is an example of such a storage operating system implemented as a microkernel and including a file system layer to implement file system semantics and manage data access. The storage operating system can also be implemented as an application program operating over a general-purpose operating system, such as UNIX® or Windows XP®, or as a general-purpose operating system with configurable functionality, which is configured for storage applications as described herein.
In addition, it will be understood to those skilled in the art that the inventive technique described herein may apply to any type of special-purpose (e.g., file server, filer or is storage system) or general-purpose computer, including a standalone computer or portion thereof, embodied as or including a storage system 120. An example of a storage system that may be advantageously used with the present invention is described in U.S. patent application Ser. No. 10/215,917 titled, MULTI-PROTOCOL STORAGE APPLIANCE THAT PROVIDES INTEGRATED SUPPORT FOR FILE AND BLOCK ACCESS PROTOCOLS, by Brian Pawlowski, et al., filed on Aug. 8, 2002. Moreover, the teachings of this invention can be adapted to a variety of storage system architectures including, but not limited to, a network-attached storage environment, a storage area network and disk assembly directly-attached to a client or host computer. The term “storage system” should therefore be taken broadly to include such arrangements in addition to any subsystems configured to perform a storage function and associated with other equipment or systems.
The present invention comprises a symmetric triple parity (TP) technique that reduces the overhead of computing parity for a storage array adapted to enable efficient recovery from the concurrent failure of up to three storage devices in the array. The TP technique is preferably used in an array comprising a number p of storage devices, such as disks, with p being a prime number. The disks are divided into blocks and the blocks are organized into stripes. The blocks of rows selected to form a stripe are typically contiguous on each disk, although this is not a requirement of the invention. Illustratively, the p disks are organized as three parity disks and p-3 data disks. Furthermore, in the illustrative embodiment, phantom diagonal and anti-diagonal parity disks are assumed to be present in the array. Moreover, the contents of the phantom diagonal and/or anti-diagonal parity disk are assumed to be a predetermined value, for example, zero, thereby enabling parity encoding/decoding utilizing the phantom (anti-) diagonal disks. By assuming that the phantom (anti-)diagonal disks contain a predetermined value, missing values may be computed among the data, and symmetric parity disks in accordance with a symmetric algorithm.
The technique further assumes that the phantom diagonal parity disk stores parity is information computed along diagonal parity sets (“diagonals”) of the array. The blocks in a stripe are organized into p diagonals, each of which contains p-1 blocks from the data and symmetric parity disks, and all but one of which stores its parity in a block on the diagonal parity disk. Similarly, the technique assumes that the anti-diagonal parity disk stores parity information computed along anti-diagonal parity sets (“anti-diagonals”) of the array. Notably, the anti-diagonals have a slope that is orthogonal to the diagonals.
In the event of a triple failure, the symmetric TP technique is invoked by computing a total of p 4-tuple sums along an intermediate (i.e., middle) disk of the failed disks via generation of a number of crosses. The 4-tuple sums are thereafter reduced to a total of p-1 pairwise sums on the middle disk. The reduced pairwise sums form a solvable system of linear equations. Illustratively, the data on the middle disk is first recovered by solving the system of equations. Once a first block on the middle disk has been resolved, its solution may be substituted into other equations until all blocks on the middle disk have been recovered. Once the middle disk has been recovered, the system performs a row-diagonal parity technique to recover the remaining two disks. In the case of an initial write operation, encoding of the initial parity information the three parity disks utilizes the same algorithm as recovering three failed disks.
In accordance with the illustrative embodiment, row parity and symmetric parity values are included within the computation of the diagonal and anti-diagonal parities. The three symmetric parity values may be computed using the same technique as used for a triple parity erasure. During an initial write operation, a TP computation algorithm of the technique utilizes the “a priori” knowledge that the (anti-) diagonal parity values are set to a predetermined value, so that when the p-3 data blocks are written, the values of the three symmetric parity disks may be computed using TP reconstruction algorithm, thereby generating appropriate parity values to store on the symmetric parity disks. In the event of a failure of up to three disks of the array, data is reconstructed using the same algorithm as utilized for initial parity computation, i.e., in a symmetric fashion.
The data blocks, symmetric parity blocks and the row parity blocks are numbered such that each block belongs to a diagonal parity set and, within each row, each block belongs to a different diagonal parity set.
Before initiating the encoding the parity, it should be noted that for each of the p disks, the XOR sum of blocks along each diagonal and anti-diagonal is zero. The procedure 700 begins in step 705 and continues to step 712 where the RAID system computes an algebraic operation, e.g., an XOR sum of the missing blocks on the three failed disks is along each of the three dimensions—row, diagonal and anti-diagonal. Illustratively, computing this sum at this point helps to reduce the number of XOR operations required to reconstruct the remaining two disks once the middle disk has been recovered.
For the purposes of description of procedure 700, assume that disks D0, D1 and SP2 have failed. For example, the row parity sum of missing blocks D00, D01 and SP03 (blocks on the first row of
D00⊕D01⊕SP03=RP0⊕SP02
Similarly, the row parity sum of missing blocks D30, D31, and SP33 (blocks on the fourth row of
D30⊕D31⊕SP33=RP3⊕SP32
The anti-diagonal parity sum of missing blocks D00, D11 and SP33 (referencing
D00⊕D11⊕SP33=ADP0⊕SP22
The diagonal parity sum of missing blocks D30, D21 and SP03 (referencing
D30⊕D21⊕SP03=DP3⊕SP12
The RAID system then computes a total of p 4-tuple sums on the failed middle disk (steps 714-718). In step 713, the disks are ordered by defining a distance between the columns of the failed disks as:
g=Y−X
h=Z−Y
The RAID system then identifies the failed disks as X, Y and Z having a value equal to the index of the three failed disks in the array and wherein the disks are labeled from 0-p1. Thus, for example, if disks D0, D1 and SP2 from array 500 fail, then X=0, Y=1 and Z=3. It should be noted that other orderings of failed disks is possible. For a write operation, the failed disks are X=2, Y=3 and Z=4, i.e., to compute the parity for disks SP1, SP2 and RP. However, using the example of procedure 700 wherein X=0, Y=1 and Z=3, is then g=1−0=1 and h=3−1=2. By this definition, the Y disk is the middle disk.
In step 714, the RAID system selects a row k. For example, assume k=0. The system then retrieves the sum of the row parity of blocks on the failing (missing) disks corresponding to the selected row (step 715). In this example, the sum for row k=0 was previously computed as D00⊕D01⊕SP03=RP0⊕SP02. In step 716, the system retrieves the diagonal for the block within row k that is on disk Z. Illustratively, assuming k=0, the sum of the missing blocks on this diagonal is D30⊕D21⊕SP03=DP3⊕SP12. The RAID system then retrieves the anti-diagonal for the block on row k on disk X in step 717. Illustratively, this is equal to D00⊕D11⊕SP33=ADP0⊕SP22.
As used herein, the row on which the (anti-)diagonal terminates is termed row q. In step 718, the RAID system retrieves the row parity sum of blocks on the missing disks corresponding to row q, which is illustratively D30⊕D31⊕SP33=RP3⊕SP32.
In the illustrative embodiment, at each step 715-718, the retrieved sum is XORed together with the previous sum. For the example of row k=0, the total is:
D00⊕D01⊕SP03⊕D30⊕D31⊕SP33⊕D00⊕D11⊕SP33⊕D30⊕D21⊕SP03=RP0⊕SP02⊕RP3⊕SP32⊕ADP0⊕SP22⊕DP3⊕SP12
which reduces to:
D01⊕D11⊕D21⊕D31=RP0⊕SP02⊕RP3⊕SP32⊕ADP0⊕SP22⊕DP3⊕SP12
The right hand side of this equation is known, thereby leaving an equation with four unknowns on the middle disk. To solve for the missing data, p such sums are computed by starting crosses at different stripes. Since the array only contains p-1 rows, the pth 4-tuple sum is formed by constructing a cross using the phantom row D40, D41, SP42, SP43, and RP4 and the dropped diagonal and anti-diagonal corresponding to Z and X respectively. More generally, duplicate terms in the top and bottom rows at each cross are canceled, thereby resulting in the sum of at most four blocks on the middle disk.
In this example, the first cross (based on row 0) results in a tuple comprising [0, 1, 2, 3] which represents the index of the blocks on the middle disk that are summed. By generating p crosses, the tuple corresponding to row k can be represented by [k, k+g, k+h, k+h+g] wherein all of the addition is performed modulo p.
It should be noted that the step of computing 4-tuple sums can be performed assuming an arbitrary ordering of the failed disks. In the above example the order chosen is X=0, Y=1 and Z=3. Alternately, a different ordering X=0, Y=3 and Z=1 could have been chosen. In this alternate case the middle disk would be Y=2 and the values are g=Y−X=3 and h=Z−Y=−2. It is thus apparent that for 3 disk failures there is a total of 6 possible orderings. Since each ordering results in a different set of values for g and h, the number of XOR operations required to solve the set of linear equations represented by the 4-tuple sums in order to recover the middle disk is different. For example, if the middle disk is recovered by first reducing the set of 4-tuple sums to pairwise sums, then the number of 4-tuples required would be different. Hence, to minimize the number of XOR operations required, the ordering that results in the fewest set of tuples required to reduce to a pairwise sum is chosen.
Also, the distance between erasure columns is notable in this step. Clearly, if g=h, then two additional blocks on the middle disk cancel out, thereby converting the 4-tuple to a 2-tuple. Hence the next step is not required for equidistant failures. Also, representing the tuple corresponding to row ‘0’ as [0, g, h, h+g], one can generalize equidistant failures to the condition g==h mod(p) or [(g−h) mod p=0]. This condition implies that the second and the third blocks within the 4-tuple are identical and hence cancel out.
Once the 4-tuple sums have been constructed, the RAID system illustratively reduces the 4-tuple sums to pairwise sums on the middle disk in step 720. To form a pairwise sum, the system selects a subset of the equations such that the common blocks cancel out leaving only two blocks. Computing the sum for the subset results in a pairwise sum of blocks on the middle disk. It should be noted that the 4-tuple sums represent a set of linear equations that can be solved in a number of ways. Reduction to pairwise sums is one illustrative embodiment.
There may be multiple ways for choosing a subset of tuples to reduce them to a pairwise sum. In one embodiment, the subset of tuples is chosen by starting with a tuple corresponding to row k and choosing subsequent tuples at an offset g (or h) from the last. At each step, common blocks are cancelled and the process continues until only two unknown blocks are left remaining. This results in a pairwise sum.
For example, starting with the 4-tuple sum corresponding to row 0, i.e., [0, g, h, g+h], it is apparent that choosing another tuple at an offset g, helps cancel two blocks while adding two new blocks, thus keeping the total number of unknown blocks the same. This is because the tuple corresponding to row g is [g, 2 g, h+g, 2 g+h] which helps cancel common blocks g and h+g since they are present in both tuples. (all additions and multiplications are here assumed to be modulo p). Hence, starting with the 4-tuple corresponding to row 0 (treating this as the first step), and selecting consecutive tuples at an offset g, step m results in the sum of blocks [0, (m*g) mod p, h, (m*g+h)mod p].
Given that p is a prime and the condition {g, h<p} holds, one can always find an m (0<m<p) such that [(m*g+h) mod p]=0 is true. Similarly, one can always find an m such that [(m*g−h) mod p]=0 is true. Hence, by choosing a m such that [(m*g+h) mod p]=0, the first and the fourth blocks in the result [0, (m*g) mod p, h, (m*g+h) mod p] can be cancelled after the mth step. Alternatively, by choosing an m such that ‘[(m*g−h) mod p]=0, the second and the third blocks can be cancelled after the mth step. Since only two unknown blocks are left, the process of selecting tuples can be terminated at this step. Repeating the above step by starting with 4-tuple sums at each of the p-1 rows results in p-1 pairwise sums
By performing algebraic operations, one of the equations results in a single unknown equaling a known quantity, which in this case is zero, which may then be substituted into the previous equations to solve for all unknowns on the middle disk, thereby recovering the middle disk in step 725.
Specifically, as the construction of the array uses only p-1 rows, the pth block on is disk Y is zero. Thus, the value of the block that is pairwise XORed with the pth block is known at the completion of creation of the pairwise sums, i.e., an equation results with only one unknown. By substituting the solution to the recovered block, and using the other pairwise sums, the remaining blocks on the middle disk may be recovered. At this point, the RAID system has reconstructed the middle disk leaving only two failed disks. As this problem has been solved previously using row diagonal parity, the system implements such R-D parity to recover the missing two disks. Accordingly, once the middle disk has been recovered, the RAID system utilizes R-D parity to recover the remaining two disks in step 730 before completing in step 735. R-D parity is described in the above-incorporated U.S. patent application Ser. No. 10/035,607, filed on Dec. 28, 2001, now U.S. Pat. No. 6,993,701, issued Jan. 31, 2006, entitled ROW-DIAGONAL PARITY TECHNIQUE FOR ENABLING EFFICIENT RECOVERY FROM DOUBLE FAILURES IN A STORAGE ARRAY.
It should be noted that the symmetric TP technique of the present invention may also be utilized in recovering from triple failures in other applications that rely on redundant data streams. For example, the TP technique may be utilized in data communication applications, where additional data is transmitted to reduce the reliance on retransmissions to recover from up to three lost and/or corrupted packets. Additionally, it should be noted that in alternate embodiments, other algebraic operations, other than XOR operations, may be utilized.
It should be understood that the principles of the present invention may be utilized with any asymmetrical horizontal erasure code to generate a symmetric variant thereof. As such, the above description relating to symmetric triple erasure code algorithms is to be taken as exemplary only. More generally, any horizontal erasure code and technique may be modified to generate a symmetric variant in accordance with the principles of the present invention by introducing one or more symmetric parity disks and utilizing one or more phantom parity disks containing predetermined values to thereby enable parity encoding and decoding to occur utilizing identical algorithms.
The foregoing description has been directed to specific embodiments of this invention. Additionally, the procedures, processes and/or modules described herein may be implemented in hardware, software, embodied as a computer-readable medium having program instructions, firmware, or a combination thereof. It will be apparent, however, that other variations and modifications may be made to the described embodiments, with the attainment of some or all of their advantages. Therefore, it is the object of the appended claims to cover all such variations and modifications as come within the true spirit and scope of the invention.
Patent | Priority | Assignee | Title |
9378092, | Dec 18 2013 | Fujitsu Limited | Storage control apparatus and storage control method |
9940196, | Apr 21 2016 | NetApp, Inc. | Methods and systems for offloading RAID parity reconstruction |
Patent | Priority | Assignee | Title |
3876978, | |||
4092732, | May 31 1977 | International Business Machines Corporation | System for recovering data stored in failed memory unit |
4201976, | Dec 23 1977 | International Business Machines Corporation | Plural channel error correcting methods and means using adaptive reallocation of redundant channels among groups of channels |
4205324, | Dec 23 1977 | International Business Machines Corporation | Methods and means for simultaneously correcting several channels in error in a parallel multi channel data system using continuously modifiable syndromes and selective generation of internal channel pointers |
4375100, | Oct 24 1979 | Matsushita Electric Industrial Company, Limited | Method and apparatus for encoding low redundancy check words from source data |
4435807, | Jun 26 1980 | Orchard error correction system | |
4467421, | May 08 1981 | Storage Technology Corporation | Virtual storage system and method |
4517663, | Sep 04 1979 | Fujitsu Fanuc Limited | Method of rewriting data in non-volatile memory, and system therefor |
4547882, | Mar 01 1983 | The Board of Trustees of the Leland Stanford Jr. University; BOARD OF TRUSTEES OF THE LELAND STANFORD JR UNIVERSITY THE, A NON-PROFIT ORGANIZATION | Error detecting and correcting memories |
4667326, | Dec 20 1984 | Advanced Micro Devices, Inc. | Method and apparatus for error detection and correction in systems comprising floppy and/or hard disk drives |
4688221, | Dec 28 1983 | Hitachi, Ltd. | Error recovery method and apparatus |
4722085, | Feb 03 1986 | Unisys Corporation | High capacity disk storage system having unusually high fault tolerance level and bandpass |
4755978, | Feb 18 1986 | Sony Corporation | Disc player |
4761785, | Jun 12 1986 | International Business Machines Corporation | Parity spreading to enhance storage access |
4775978, | Jan 12 1987 | Seagate Technology, INC | Data error correction system |
4796260, | Mar 30 1987 | InterDigital Technology Corp | Schilling-Manela forward error correction and detection code method and apparatus |
4817035, | Mar 16 1984 | CII Honeywell Bull; CII HONEYWELL BULL, A CORP OF FRANCE | Method of recording in a disk memory and disk memory system |
4825403, | May 16 1983 | Data General Corporation | Apparatus guaranteeing that a controller in a disk drive system receives at least some data from an invalid track sector |
4837680, | Aug 28 1987 | International Business Machines Corporation | Controlling asynchronously operating peripherals |
4847842, | Nov 19 1987 | InterDigital Technology Corp | SM codec method and apparatus |
4849929, | Mar 16 1984 | Cii Honeywell Bull (Societe Anonyme) | Method of recording in a disk memory and disk memory system |
4849974, | Aug 03 1987 | InterDigital Technology Corp | PASM and TASM forward error correction and detection code method and apparatus |
4849976, | Aug 03 1987 | InterDigital Technology Corp | PASM and TASM forward error correction and detection code method and apparatus |
4870643, | Nov 06 1987 | Intel Corporation | Parallel drive array storage system |
4899342, | Feb 01 1988 | RTPC CORPORATION; TM PATENTS, L P | Method and apparatus for operating multi-unit array of memories |
4989205, | Jun 28 1988 | Storage Technology Corporation | Disk drive memory |
4989206, | Jun 28 1988 | Storage Technology Corporation | Disk drive memory |
5077736, | Jun 28 1988 | Storage Technology Corporation | Disk drive memory |
5088081, | Mar 28 1990 | Intel Corporation | Method and apparatus for improved disk access |
5101492, | Nov 03 1989 | HEWLETT-PACKARD DEVELOPMENT COMPANY, L P | Data redundancy and recovery protection |
5128810, | Aug 02 1988 | SILICON GRAPHICS INTERNATIONAL, CORP | Single disk emulation interface for an array of synchronous spindle disk drives |
5148432, | Nov 14 1988 | EMC Corporation | Arrayed disk drive system and method |
5163131, | Sep 08 1989 | NetApp, Inc | Parallel I/O network file server architecture |
5166936, | Jul 20 1990 | HEWLETT-PACKARD DEVELOPMENT COMPANY, L P | Automatic hard disk bad sector remapping |
5179704, | Mar 13 1991 | TAIWAN SEMICONDUCTOR MANUFACTURING CO , LTD | Method and apparatus for generating disk array interrupt signals |
5202979, | May 08 1985 | RTPC CORPORATION; TM PATENTS, L P | Storage system using multiple independently mechanically-driven storage units |
5208813, | Oct 23 1990 | EMC Corporation | On-line reconstruction of a failed redundant array system |
5210860, | Jul 20 1990 | HEWLETT-PACKARD DEVELOPMENT COMPANY, L P | Intelligent disk array controller |
5218689, | Aug 16 1988 | SILICON GRAPHICS INTERNATIONAL, CORP | Single disk emulation interface for an array of asynchronously operating disk drives |
5233618, | Mar 02 1990 | EMC Corporation | Data correcting applicable to redundant arrays of independent disks |
5235601, | Dec 21 1990 | EMC Corporation | On-line restoration of redundancy information in a redundant array system |
5237658, | Oct 01 1991 | HEWLETT-PACKARD DEVELOPMENT COMPANY, L P | Linear and orthogonal expansion of array storage in multiprocessor computing systems |
5257367, | Jun 02 1987 | STORAGE COMPUTER CORP | Data storage system with asynchronous host operating system communication link |
5271012, | Feb 11 1991 | INTERNATIONAL BUSINESS MACHINES CORPORATION, ARMONK, NY 10504 A CORP OF NY | Method and means for encoding and rebuilding data contents of up to two unavailable DASDs in an array of DASDs |
5274799, | Jan 04 1991 | EMC Corporation | Storage device array architecture with copyback cache |
5305326, | Mar 06 1992 | DATA GENERAL CORPORATION, A CORP OF DE | High availability disk arrays |
5351246, | Jun 21 1991 | International Business Machines Corporation | Method and means for coding and rebuilding that data contents of unavailable DASDs or rebuilding the contents of DASDs in error in the presence of reduced number of unavailable DASDs in a DASD array |
5375128, | Oct 18 1990 | INTERNATIONAL BUSINESS MACHINES CORPORATION, ARMONK, NY 10504 A CORP OF NY | Fast updating of DASD arrays using selective shadow writing of parity and data blocks, tracks, or cylinders |
5410667, | Apr 17 1992 | Storage Technology Corporation | Data record copy system for a disk drive array data storage subsystem |
5513192, | Aug 28 1992 | Sun Microsystems, Inc. | Fault tolerant disk drive system with error detection and correction |
5537567, | Mar 14 1994 | International Business Machines Corporation | Parity block configuration in an array of storage devices |
5579475, | Feb 11 1991 | International Business Machines Corporation | Method and means for encoding and rebuilding the data contents of up to two unavailable DASDS in a DASD array using simple non-recursive diagonal and row parity |
5623595, | Sep 26 1994 | Alcatel Lucent | Method and apparatus for transparent, real time reconstruction of corrupted data in a redundant array data storage system |
5657468, | Aug 17 1995 | Xenogenic Development Limited Liability Company | Method and apparatus for improving performance in a reduntant array of independent disks |
5805788, | May 20 1996 | Hewlett Packard Enterprise Development LP | Raid-5 parity generation and data reconstruction |
5812753, | Oct 13 1995 | Veritas Technologies LLC | Method for initializing or reconstructing data consistency within an array of storage elements |
5819292, | Jun 03 1993 | NetApp, Inc | Method for maintaining consistent states of a file system and for creating user-accessible read-only copies of a file system |
5862158, | Feb 14 1996 | GLOBALFOUNDRIES Inc | Efficient method for providing fault tolerance against double device failures in multiple device systems |
5884098, | Apr 18 1996 | EMC Corporation | RAID controller system utilizing front end and back end caching systems including communication path connecting two caching systems and synchronizing allocation of blocks in caching systems |
5948110, | Jun 04 1993 | NetApp, Inc | Method for providing parity in a raid sub-system using non-volatile memory |
5950225, | Feb 28 1997 | NetApp, Inc | Fly-by XOR for generating parity for data gleaned from a bus |
5963962, | May 31 1995 | Network Appliance, Inc. | Write anywhere file-system layout |
6038570, | Jun 03 1993 | Network Appliance, Inc. | Method for allocating files in a file system integrated with a RAID disk sub-system |
6092215, | Sep 29 1997 | International Business Machines Corporation | System and method for reconstructing data in a storage array system |
6138125, | Mar 31 1998 | AVAGO TECHNOLOGIES INTERNATIONAL SALES PTE LIMITED | Block coding method and system for failure recovery in disk arrays |
6138126, | May 31 1995 | NetApp, Inc | Method for allocating files in a file system integrated with a raid disk sub-system |
6138201, | Apr 15 1998 | Sony Corporation; Sony Electronics Inc. | Redundant array of inexpensive tape drives using data compression and data allocation ratios |
6158017, | Jul 15 1997 | SAMSUNG ELECTRONICS CO , LTD | Method for storing parity and rebuilding data contents of failed disks in an external storage subsystem and apparatus thereof |
6198413, | Jul 01 1999 | International Business Machines Corporation | Partitioned DC balanced (0,6) 16B/18B transmission code with error correction |
6223300, | Nov 21 1997 | ALPS Electric Co., Ltd. | Disk array apparatus |
6247157, | May 13 1998 | Intel Corporation | Method of encoding data signals for storage |
6289356, | Jun 03 1993 | Network Appliance, Inc. | Write anywhere file-system layout |
6532548, | Sep 21 1999 | Oracle America, Inc | System and method for handling temporary errors on a redundant array of independent tapes (RAIT) |
6557123, | Aug 02 1999 | Tandberg Data Corporation | Data redundancy methods and apparatus |
6571326, | Mar 08 2001 | INTEL NDTM US LLC | Space allocation for data in a nonvolatile memory |
6581185, | Jan 24 2000 | Oracle America, Inc | Apparatus and method for reconstructing data using cross-parity stripes on storage media |
6671772, | Sep 20 2000 | Hierarchical file system structure for enhancing disk transfer efficiency | |
6742137, | Aug 17 1999 | PMC-SIERRA, INC | Object oriented fault tolerance |
6779095, | Jun 19 2000 | Oracle America, Inc | Apparatus and method for instant copy of data using pointers to new and original data in a data location |
6993701, | Dec 28 2001 | NetApp, Inc | Row-diagonal parity technique for enabling efficient recovery from double failures in a storage array |
7073115, | Dec 28 2001 | Network Appliance, Inc | Correcting multiple block data loss in a storage array using a combination of a single diagonal parity group and multiple row parity groups |
7203892, | Dec 28 2001 | Network Appliance, Inc. | Row-diagonal parity technique for enabling efficient recovery from double failures in a storage array |
7328305, | Nov 03 2003 | Network Appliance, Inc. | Dynamic parity distribution technique |
7409625, | Dec 28 2001 | Network Appliance, Inc. | Row-diagonal parity technique for enabling efficient recovery from double failures in a storage array |
20020083037, | |||
20020124137, | |||
20040030668, | |||
20070089045, | |||
20080016435, | |||
EP1324200, | |||
RE34100, | Feb 02 1990 | Seagate Technology LLC | Data error correction system |
WO113236, | |||
WO229539, |
Executed on | Assignor | Assignee | Conveyance | Frame | Reel | Doc |
Mar 10 2008 | Network Appliance, Inc | NetApp, Inc | CHANGE OF NAME SEE DOCUMENT FOR DETAILS | 026395 | /0388 | |
Sep 15 2009 | NetApp, Inc. | (assignment on the face of the patent) | / |
Date | Maintenance Fee Events |
Jun 16 2011 | ASPN: Payor Number Assigned. |
Jan 12 2015 | M1551: Payment of Maintenance Fee, 4th Year, Large Entity. |
Jan 14 2019 | M1552: Payment of Maintenance Fee, 8th Year, Large Entity. |
Feb 27 2023 | REM: Maintenance Fee Reminder Mailed. |
Aug 14 2023 | EXP: Patent Expired for Failure to Pay Maintenance Fees. |
Date | Maintenance Schedule |
Jul 12 2014 | 4 years fee payment window open |
Jan 12 2015 | 6 months grace period start (w surcharge) |
Jul 12 2015 | patent expiry (for year 4) |
Jul 12 2017 | 2 years to revive unintentionally abandoned end. (for year 4) |
Jul 12 2018 | 8 years fee payment window open |
Jan 12 2019 | 6 months grace period start (w surcharge) |
Jul 12 2019 | patent expiry (for year 8) |
Jul 12 2021 | 2 years to revive unintentionally abandoned end. (for year 8) |
Jul 12 2022 | 12 years fee payment window open |
Jan 12 2023 | 6 months grace period start (w surcharge) |
Jul 12 2023 | patent expiry (for year 12) |
Jul 12 2025 | 2 years to revive unintentionally abandoned end. (for year 12) |