This application is based upon and claims the benefit of priority from Japanese Patent Application No. 2013-079372, filed Apr. 5, 2013, the entire contents of which are incorporated herein by reference.
Embodiments described herein relate generally to a drive array apparatus, a controller, a data storage apparatus, and a method for rebuilding a drive array.
In recent years, still larger capacities of storage systems managed by, for example, a server are pushed forward. To build a large-capacity storage system, a drive array apparatus capable of realizing high reliability and high performance is indispensable. The drive array apparatus is also called a RAID (Redundant Array of Independent Disks) apparatus or a disk array apparatus. The drive array apparatus may be denoted as the RAID apparatus below.
Normally, a RAID apparatus includes a plurality of hard disk drives (HDDs). In recent years, a hybrid configuration using a plurality of HDDs and SSDs (solid state drives) is also developed for a RAID apparatus. Incidentally, HDD and SSD may generically be denoted as the data storage drive.
When a specific storage area of a constituent HDD fails, a RAID apparatus restores data recorded in the storage area and copies all data of the HDD to a spare data storage drive (hereinafter, simply a spare drive). The RAID apparatus can be reconfigured by such rebuilding.
When a RAID apparatus is reconfigured by rebuilding as described above, an HDD in which a failure has occurred in a specific storage area is made unavailable and the HDD is replaced by another HDD. Thus, the execution time needed for rebuilding including the work time for HDD replacement increases, leading to a heavy burden of storage system operation including the cost of HDD replacement. Against such a background, improved RAID apparatuses allowing continued use of an HDD have been proposed.
A conventional improved RAID apparatus uses a management table that manages the storage area (accessed by LBA) for each head of each HDD to perform rebuilding that restores data of the storage area corresponding to a failed head. Such rebuilding allows continued use of HDDs by inhibiting HDD replacement. However, such rebuilding requires a large-capacity management table that manages all LBA corresponding to each head and a great deal of time is needed for processing to reference and update the management table. Therefore, while the continued use of HDDs is possible, the execution time needed for rebuilding may not be reducible in the end.
In general, according to one embodiment, a drive array apparatus includes a plurality of data storage drives constituting a drive array and a controller. The controller divides all data storage areas of each of the data storage drives into a plurality of logical unit areas and associates and manages each of the logical unit areas and each of the data storage drives. The controller identifies a logical unit area of an error occurrence object based on a notification from a data storage drive where an error occurred, restores data of the identified logical unit area, and performs reconfiguration processing of the drive array.
Various embodiments will be described hereinafter with reference to the accompanying drawings.
[System Configuration]
As shown in
The RAID apparatus 10 includes a RAID controller 11 and a drive array 12. The RAID controller 11 manages the configuration of the drive array 12 and controls the drive array 12 in accordance with the command from the server 13. Incidentally, the RAID controller 11 may be a module called a RAID card provided on the host 13 side.
As shown in
As shown in
For the sake of convenience, LUN0 to LUN3 corresponding to data storage areas divided into four partitions are allocated to each HDD 2N. Further, the HDD 2N includes four heads 0 to 3 and a logical address (hereinafter, LBA: Logical Block Address) is allocated to each data storage area (that is, each disk surface). In the present embodiment, LUN0 to LUN3 correspond to all LBA of the heads 0 to 3, respectively. If a data storage area corresponding to LUN in each HDD 2N fails, data can be restored using data corresponding to the LUN in other HDDs. Incidentally, the present embodiment can also be applied to an SSD in which no head is present as a data storage drive. In this case, LUN may be a logical unit number indicating a logical unit area corresponding to a data storage area (that is, for example, a nonvolatile memory chip) that is independent of the head.
The HDD 2N stores a LUN/LBA table 210 in which LUN and LBA are associated. When, for example, as shown in
To access the drive array 12, the RAID controller 11 selects the HDDs 20 to 24 (using an OPEN ADDRESS frame) via the SAS interface and specifies the command to be executed by an SSP (Serial SCSI Protocol) command frame. The SSP command frame is also simply called the SSP frame and contains a header and a command information unit (CIU). More specifically, as shown in
Further, as shown in
In the RAID map table 110, “HS” other than HDD numbers 0 to 3 is a code indicating the spare drive 24. The status information includes Act (Active), OPR (Operative), MFC (Malfunction), OPR (Operative), OFL (Offline), SWP (Swapping), and IPR (Inoperative). “Act” indicates that the applicable LUN is incorporated as a portion of the drive array 12. “OPR” indicates that the applicable HDD is operable. “MFC” indicates that the applicable LUN is in a failed state. “OFL” indicates that the applicable HDD is offline. “SWP” indicates that the applicable LUN is being swapped. “IPR” indicates that the applicable HDD is not physically present. In the HS (spare drive 24), “HDD x” indicates that data of HDD x (x: 0 to 3) is being swapped (SWP).
[Reconfiguration of the RAID Apparatus]
Rebuilding in the present embodiment will be described below with reference to
As shown in
As shown in
The RAID controller 11 identifies the HDD number (HDD0) and LUN (LUN0) of the error occurrence object based on the notification from the HDD 20 and the reference to the RAID map table 110 (block 1201). The RAID controller 11 performs rebuilding for the identified HDD 20 and LUN0.
More specifically, as shown in
After performing the rebuilding, as shown in
By performing the rebuilding described above, as shown in
Similarly, as shown in
The HDD 21 notifies the RAID controller 11 of an error occurrence via an interface. The RAID controller 11 identifies the HDD number (HDD1) and LUN (LUN2) of the error occurrence object based on the notification from the HDD 21 and the reference to the RAID map table 110. The RAID controller 11 performs rebuilding for the identified HDD 21 and LUN2.
That is, as shown in
After performing the rebuilding, as shown in
By performing the rebuilding described above, as shown in
According to the present embodiment, as described above, the data storage area of each HDD is managed by LUN in the drive array 12 and thus, an area where an error occurred can be identified by LUN. Therefore, rebuilding can be performed for each LUN and there is no need to replace, for example, one HDD unit so that the man-hours of work needed for rebuilding can significantly be reduced. Accordingly, the time needed for rebuilding necessary to reconfigure a RAID can be reduced and continued use of each HDD can be realized.
Further, according to the method in the present embodiment, instead of identifying the head where an error occurred and performing rebuilding based on LBA corresponding to the head, the rebuilding unit is LUN. Thus, the RAID controller 11 in the present embodiment has the RAID map table 110 associating HDD and LUN without needing a vast amount of table information to search for all LBA corresponding to the head as an error occurrence object. Therefore, the RAID controller 11 in the present embodiment can easily identify an error location to be rebuilt.
On the other hand, the LUN/LBA table 210 is stored in each HDD. In other words, according to the present embodiment, table information needed for rebuilding can be divided into the RAID map table 110 and the LUN/LBA table 210 to be distributed between the RAID controller and each HDD. Thus, table information managed by the RAID controller 11 can be minimized.
The RAID reconfiguration using the spare drive 24 is described in the present embodiment, but the present embodiment is not limited to such an example and a method of realizing the RAID reconfiguration using an HDD other than the HDD as an error occurrence object can also be utilized.
Also in the present embodiment, a case of the RAID configuration of, for example, the RAID level 5 is described, but the present embodiment is not limited to such an example and can also be applied when the RAID configuration has other RAID levels. Further, the interface is not limited to the SAS interface and the present embodiment can also be applied when other interface standards are adopted.
While certain embodiments have been described, these embodiments have been presented by way of example only, and are not intended to limit the scope of the inventions. Indeed, the novel embodiments described herein may be embodied in a variety of other forms; furthermore, various omissions, substitutions and changes in the form of the embodiments described herein may be made without departing from the spirit of the inventions. The accompanying claims and their equivalents are intended to cover such forms or modifications as would fall within the scope and spirit of the inventions.
Number | Date | Country | Kind |
---|---|---|---|
2013-079372 | Apr 2013 | JP | national |
Number | Name | Date | Kind |
---|---|---|---|
7293193 | Tanaka et al. | Nov 2007 | B2 |
7587631 | Shimmitsu | Sep 2009 | B2 |
8473777 | Rangachari et al. | Jun 2013 | B1 |
20080010500 | Shimmitsu | Jan 2008 | A1 |
20140068182 | Terry | Mar 2014 | A1 |
Number | Date | Country |
---|---|---|
2005-107839 | Apr 2005 | JP |
2007-087109 | Apr 2007 | JP |
2007-334593 | Dec 2007 | JP |
4821448 | Sep 2011 | JP |
Number | Date | Country | |
---|---|---|---|
20140304547 A1 | Oct 2014 | US |