US8707089B2 - Storage control device for formatting to storage media, storage control method for formatting to storage media, and medium for storing storage control program for formatting to storage media - Google Patents

Storage control device for formatting to storage media, storage control method for formatting to storage media, and medium for storing storage control program for formatting to storage media Download PDF

Info

Publication number
US8707089B2
US8707089B2 US12/712,246 US71224610A US8707089B2 US 8707089 B2 US8707089 B2 US 8707089B2 US 71224610 A US71224610 A US 71224610A US 8707089 B2 US8707089 B2 US 8707089B2
Authority
US
United States
Prior art keywords
recovery
formatting
region
volume
management table
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
US12/712,246
Other versions
US20100218038A1 (en
Inventor
Kazuhiko Ikeuchi
Mikio Ito
Hidejirou Daikokuya
Chikashi Maeda
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Assigned to FUJITSU LIMITED reassignment FUJITSU LIMITED ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: DAIKOKUYA, HIDEJIROU, IKEUCHI, KAZUHIKO, ITO, MIKIO, MAEDA, CHIKASHI
Publication of US20100218038A1 publication Critical patent/US20100218038A1/en
Application granted granted Critical
Publication of US8707089B2 publication Critical patent/US8707089B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/16Error detection or correction of the data by redundancy in hardware
    • G06F11/20Error detection or correction of the data by redundancy in hardware using active fault-masking, e.g. by switching out faulty elements or by switching in spare elements
    • G06F11/2053Error detection or correction of the data by redundancy in hardware using active fault-masking, e.g. by switching out faulty elements or by switching in spare elements where persistent mass storage functionality or persistent mass storage control functionality is redundant
    • G06F11/2056Error detection or correction of the data by redundancy in hardware using active fault-masking, e.g. by switching out faulty elements or by switching in spare elements where persistent mass storage functionality or persistent mass storage control functionality is redundant by mirroring
    • G06F11/2082Data synchronisation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/16Error detection or correction of the data by redundancy in hardware
    • G06F11/20Error detection or correction of the data by redundancy in hardware using active fault-masking, e.g. by switching out faulty elements or by switching in spare elements
    • G06F11/2053Error detection or correction of the data by redundancy in hardware using active fault-masking, e.g. by switching out faulty elements or by switching in spare elements where persistent mass storage functionality or persistent mass storage control functionality is redundant
    • G06F11/2094Redundant storage or storage space

Definitions

  • the embodiments discussed herein relate to a technique for managing data in a storage apparatus.
  • an actual access to the storage medium is carried out in response to a request from a host such as a data processor. Therefore, in the storage apparatuses, formatting on the storage medium may be performed. Examples of such formatting may include physical formatting, such as count-key-data (CKD) formatting, and logical formatting. Logical formatting divides a data region into processing units, for example blocks, used by a host operating system (OS) and discriminates the blocks from one another. When the storage medium is formatted in this way, accesses such as read/write accesses to the storage medium, corresponding to host commands of the host OS are made possible.
  • CKD count-key-data
  • Logical formatting divides a data region into processing units, for example blocks, used by a host operating system (OS) and discriminates the blocks from one another.
  • a storage control device When a volume is created in a storage apparatus (e.g. a disk array subsystem) upon a request being made by the host, a storage control device generally needs to ensure that data on a disk is in an initialized state. First, the storage control device executes physical formatting on the disk before logical formatting. In physical formatting, writing of zero data onto the target medium, for example, is carried out. For example, when the host requests creation of a certain amount of volume, two regions forming a pair, each in a different disk, are reserved for the volume in order to maintain redundancy of data. Then, physical formatting is performed sequentially from the beginning of the two volume regions forming a pair. At this time, physical formatting is simultaneously or substantially simultaneously performed for corresponding data blocks in the two volume regions forming a pair in order to maintain redundancy.
  • Quick formatting enables an input/output (I/O) access to be made to a volume immediately after the host requests creation of the volume.
  • This quick formatting is carried out by using a bitmap (quick formatting management table) indicating a formatted/unformatted state for each data block in the volume.
  • bitmap quick formatting management table
  • the storage control device When the storage control device receives an I/O access from the host during sequential physical formatting, the storage control device checks whether a data block that is to be subjected to the I/O access has been formatted or not by referring to the aforementioned bitmap. If the data block has been formatted, the storage control device immediately executes the I/O access thereto. If the data block has not been formatted, the storage control device preferentially executes physical formatting, that is quick formatting, on the data block that is to be subjected to the I/O access rather than sequential physical formatting. Upon the completion of such quick formatting, the data block is registered in the aforementioned bitmap as a formatted data block and the I/O access thereto is executed.
  • each of the two volume regions forming a pair is formatted as shown in FIG. 5 .
  • blocks with diagonal lines correspond to formatted data blocks in each region and blank blocks correspond to unformatted data blocks in each region.
  • the formatted data blocks in a region A 1 in FIG. 5 are data blocks that have been formatted by sequential physical formatting
  • the formatted data blocks located in a region A 2 in FIG. 5 are data blocks that have been formatted by quick formatting.
  • the following recovery processing is executed.
  • the disk that has not failed is referred to as the “primary disk” and the disk used to replace the failed disk is referred to as the “secondary disk”.
  • the recovery processing the content of the primary disk is copied to the secondary disk to maintain redundancy.
  • This recovery processing is executed following the sequential formatting performed in the primary disk. For example, after the region A 1 in FIG. 5 is recovered in the secondary disk, whenever the sequential formatting processing is executed on data blocks that follow the region A 1 in the primary disk, the recovery processing for the corresponding data blocks is executed in the secondary disk.
  • the recovery processing is executed following the sequential formatting processing. Therefore, the recovery processing will be completed after the completion of the sequential formatting processing for all the regions in a target volume. That is, redundancy is restored after the completion of the sequential formatting processing for all the regions of the target volume, and thus it takes time to restore redundancy. In other words, the sequential formatting processing and the recovery processing is not performed at the same time or in parallel.
  • a storage control device for managing data in a storage while maintaining redundancy of the data includes a formatting management table, a formatting processing section, a recovery management table and a recovery processing section.
  • the formatting management table manages a formatted region and an unformatted region in a management target volume that is to be managed.
  • the formatting processing section executes formatting of the unformatted region in the management target volume on the basis of the formatting management table.
  • the recovery management table retains a content of the formatting management table at a point of occurrence of a redundancy restoration event when a redundancy restoration event has occurred during formatting being executed by the formatting processing section.
  • the recovery processing section executes recovery of a formatted region, which had been formatted at the point of occurrence of the redundancy restoration event, on the basis of the recovery management table in parallel with the formatting being executed by the formatting processing section.
  • FIG. 1 is a block diagram showing the overall configuration of a storage system (disk array subsystem) in which a storage control device of an embodiment is applied.
  • FIG. 2 is a block diagram showing the functional configuration of storage control devices of the embodiment which are applied in the storage system shown in FIG. 1 .
  • FIG. 3A is a diagram for explaining a recovery operation and a formatting operation of each of the storage control devices shown in FIG. 2 .
  • FIG. 3B is a diagram for explaining a recovery operation and a formatting operation of each of the storage control devices shown in FIG. 2 .
  • FIG. 3C is a diagram for explaining a recovery operation and a formatting operation of each of the storage control devices shown in FIG. 2 .
  • FIG. 4A is a diagram for explaining the recovery operation of each of the storage control devices shown in FIG. 2 .
  • FIG. 4B is a diagram for explaining the recovery operation of each of the storage control devices shown in FIG. 2 .
  • FIG. 4C is a diagram for explaining the recovery operation of each of the storage control devices shown in FIG. 2 .
  • FIG. 5 is a diagram for explaining general quick formatting processing and conventional recovery processing.
  • FIG. 1 is a block diagram showing the overall configuration of the storage system 1 .
  • the storage system 1 of the present embodiment is a RAID (Redundant Array of Inexpensive Disks) system using physical disks such as magnetic disks, magneto-optical disks or optical discs, for example.
  • the storage system 1 is accessed from a host (higher-level device) 100 and has a plurality of storage control devices 10 interconnected with one another via routers (RT) 30 . Further, the storage system includes a plurality of storages 20 managed by the storage control devices 10 .
  • the storage system 1 shown in FIG. 1 includes three storage control devices 10 and three storages 20 .
  • the three storage control devices 10 are respectively denoted as CM# 0 , CM# 1 and CM# 2 (CM is an abbreviation for Centralized Module), and the three storages 20 are respectively denoted as RLU# 0 , RLU# 1 and RLU# 2 (RLU is an abbreviation for RAID group Logical Unit).
  • Each of the RLUs 20 includes three physical disks 21 , 22 and 23 .
  • Each CM 10 is disposed between the host 100 and the three corresponding RLUs 20 .
  • the CM 10 executes access control for each of the RLUs 20 according to an I/O access from the host 100 and manages data of the RLU 20 while maintaining redundancy of the data.
  • FIG. 2 is a block diagram showing the functional configuration of the CMs 10 .
  • the configuration of two CMs (CM# 0 and CM# 1 ) out of the three CMs 10 is illustrated, but the remaining CM, CM# 2 , is also configured in the same way as the CMs 10 shown in FIG. 2 .
  • each CM 10 has a CPU 11 , a channel adaptor (CA) 12 , a device interface (DI) 13 , a cache memory 14 , a quick formatting management table 15 and a recovery management table 16 .
  • the CPU (processing section) 11 executes application programs or the like so as to serve as a formatting processing section 11 a and a recovery processing section 11 b , which are described later in this document.
  • the CA 12 controls a host interface that connects the CM 10 and the host 100 .
  • the DI 13 controls a device interface that connects the CM 10 and each RLU 20 .
  • the cache memory 14 temporarily retains data that is to be subjected to an I/O access received from the host 100 via the CA 12 .
  • data to be written is temporality retained in the cache memory 14 and then written into a volume in one of the RLUs 20 through the DI 13 .
  • the volume may be a predetermined volume.
  • data to be read is read from a volume through the DI 13 , temporarily retained in the cache memory 14 and then read to the host 100 through the CA 12 .
  • the volume may be a predetermined volume.
  • the quick format (QF) management table 15 and the recovery management table 16 are created for each volume in the RLUs 20 , which are managed by the CM 10 .
  • the quick formatting management table 15 and the recovery management table 16 may be created in a storage section such as a random access memory (RAM) included in the CM 10 or in the cache memory 14 .
  • RAM random access memory
  • the QF management table 15 is a bitmap that manages formatted regions/unformatted regions in a volume that is to be managed (such a volume is hereinafter referred to as a management target volume).
  • the formatting processing section 11 a which is realized by the CPU 11 , executes formatting on the unformatted regions in the management target volume on the basis of this QF management table 15 . More specifically, this formatting processing section 11 a carries out sequential physical formatting along with quick formatting.
  • the formatting processing section 11 a when the formatting processing section 11 a creates a new volume in a RLU 20 in response to a request from the host 100 , the formatting processing section 11 a first executes physical formatting on disks to ensure that the data on the disks is in an initialized state. At that time, two regions forming a pair, each on a different disk, are reserved for the volume in order to maintain redundancy of the data, and the formatting processing section 11 a carries out physical formatting on the regions sequentially from the beginning thereof.
  • the formatting processing section 11 a executes the sequential physical formatting described above and further executes quick formatting so that an I/O access to the volume is made possible substantially immediately after the host 100 has requested creation of the volume.
  • This quick formatting is carried out by using the QF management table 15 , which is a bitmap that indicates the formatted/unformatted state for each data block in the volume.
  • the QF management table 15 data blocks on which sequential physical formatting has been performed and data blocks on which quick formatting has been performed by the format processing section 11 a are registered as formatted data blocks.
  • the formatting processing section 11 a When the formatting processing section 11 a receives an I/O access from the host 100 during the sequential physical formatting, the formatting processing section 11 a checks whether a data block that is to be subjected to the I/O access has been formatted or not by referring to the QF management table 15 . If the data block has been formatted, the I/O access thereto is substantially immediately executed. If the data block has not been formatted, the formatting processing section 11 a preferentially executes physical formatting, that is quick formatting, on the data block that is to be subjected to the I/O access rather than sequential physical formatting. Upon the completion of quick formatting, the data block is registered as a formatted data block in the QF management table 15 by the formatting processing section 11 a , and the I/O access thereto is executed.
  • the recovery management table 16 is a bitmap that retains the content of the QF management table 15 at the point of occurrence of a redundancy restoration event when a redundancy restoration event occurs during the above-mentioned formatting performed by the formatting processing section 11 a .
  • redundancy restoration events may include an event where due to degeneration failure or the like of a disk containing one of the two volume regions forming a pair, the disk needs to be replaced by a spare disk or a new disk.
  • the recovery management table 16 the content of the QF management table 15 at the point when formatting by the formatting processing section 11 a is temporarily stopped due to, for example, occurrence of the disk failure described above, is copied.
  • This copy processing may be realized by the function of the formatting processing section 11 a or the recovery processing section 11 b of the CPU 11 or may be realized by another function of the CPU 11 . That is, in the recovery management table 16 , information of formatted regions (formatted data blocks) on which formatting has been completed before the disk failure occurs is stored.
  • the recovery processing section 11 b realized by the CPU 11 executes recovery processing, which will be described later, so as to restore the data redundancy after replacement of the disk as described later with reference to FIGS. 3A and 3B . More specifically, the recovery processing section 11 b executes recovery of the regions that had been formatted at the point of occurrence of a redundancy restoration event on the basis of the recovery management table 16 , in parallel with the above-mentioned formatting processing performed by the formatting processing section 11 a . That is, the recovery processing section 11 b is adapted to execute recovery of only the regions that had been formatted at the point of occurrence of disk failure, in parallel with the formatting processing performed by the formatting processing section 11 a.
  • the recovery processing section 11 b may have the following functions (a) to (c) in addition to a function that executes the above-mentioned basic recovery processing.
  • the recovery processing section 11 b requests a RLU 20 to perform recovery of these data blocks by issuing a single command. That is, when a continuous plurality of data blocks in a single volume are to be subjected to recovery, the recovery processing section 11 b does not carry out recovery processing by issuing a command for each data block but carries out recovery processing for the plurality of data blocks collectively by using a single command.
  • This function (a) is described later in this document with reference to FIG. 4B .
  • the recovery processing section 11 b executes recovery of the volume region without referring to the recovery management table 16 for each recovery target region unit. That is, when the recovery processing section 11 b recognizes that all regions in a certain volume are to be subjected to recovery, the recovery processing section 11 b executes recovery processing (copy processing) for all the regions in the volume without referring to the recovery management table 16 for each region.
  • This function (b) is described later in this document with reference to FIG. 4A .
  • FIGS. 3A to 3C are diagrams (update images of RAID 1 data) for explaining the recovery operation and the formatting operation of the CMs 10 shown in FIG. 2 .
  • Described in the following is recovery processing for a case where, for example, disk failure occurred at a point when the formatting processing section 11 a was executing the sequential physical formatting processing along with quick formatting and when the formatting processing had been completed up until the disk became of the state shown in the left portion of FIG. 3A . It is assumed that the failed disk was replaced by a spare disk or a new disk after the disk failure occurred, as shown in the right portion of FIG. 3A .
  • the disk that has not failed is called the “primary disk” and the disk used to replace or as a substitute for the failed disk is referred to as the “secondary disk”.
  • the content of the QF management table 15 indicating the state of the formatted regions in the primary disk at that point is copied and stored in the recovery management table 16 .
  • the state as shown in the primary disk on the left portion of FIG. 3A is stored in the recovery management table 16 .
  • sequential formatting has been performed for ten data blocks in a region A 1 and quick formatting has been performed for four data blocks A 2 .
  • the secondary disk on the right portion of FIG. 3A has just been replaced and no data has been recovered yet.
  • the content of the QF management table 15 is stored in the recovery management table 16 .
  • the formatting processing to be executed by the formatting processing section 11 a is resumed.
  • recovery processing to be executed by the recovery processing section 11 b is also started. That is, formatting processing performed by the formatting processing section 11 a and recovery processing performed by the recovery processing section 11 b are performed concurrently.
  • the formatting processing section 11 a executes, as with the above-mentioned case, sequential physical formatting along with quick formatting for each volume in the primary disk and the secondary disk.
  • the recovery processing section 11 b of the present embodiment executes recovery only for the regions that had been formatted at the point of occurrence of the disk failure while referring to the formatted regions stored in the recovery management table 16 .
  • FIG. 3B One example of a state where formatting processing and recovery processing are concurrently executed respectively by the formatting processing section 11 a and the recovery processing section 11 b as described above is shown in FIG. 3B .
  • data blocks A 1 ′ and A 2 ′ in the secondary disk corresponding respectively to the data blocks A 1 and A 2 in the primary disk are recovered as shown in FIG. 3B by causing the recovery processing section 11 b to execute the recovery processing while referring to the recovery management table 16 .
  • the formatting processing section 11 a executes formatting processing concurrently. Therefore, during this recovery period, in the example shown in FIG. 3B , the formatting processing section 11 a performs sequential physical formatting for three data blocks A 3 in the primary disk. Also in this primary disk, quick formatting responsive to an I/O access from the host 100 is performed for two data blocks A 4 .
  • Such formatting processing by the formatting processing section 11 a is performed not only on the primary disk but also on the secondary disk. That is, the formatting processing is performed also on data blocks A 3 ′ and A 4 ′ in the secondary disk corresponding to the data blocks A 3 and A 4 in the primary disk.
  • the restoration of data redundancy will be completed for the regions A 3 and A 4 (A 3 ′ and A 4 ′) for which the formatting processing has been completed after the start of the recovery processing. That is, the primary disk and the secondary disk become the same state and data redundancy is maintained, and thus the recovery processing on the disk is completed.
  • the formatting processing section 11 a executes sequential physical formatting along with quick formatting. Then, formatting processing is performed on all the regions in the volume, as shown in FIG. 3C , and the formatting processing section 11 a completes the formatting.
  • FIGS. 4A to 4C are diagrams for explaining those recovery operations.
  • FIGS. 4A to 4C show a case where a management target volume includes three volumes 0 , 1 and 2 .
  • the aforementioned function (a) of the recovery processing section 11 b carries out recovery processing on the plurality of data blocks collectively by issuing a single command. That is, recovery processing is carried out collectively for continuously arranged data blocks instead of carrying out recovery processing by issuing a command for each data block, thereby contributing to an increase in the speed of the recovery processing.
  • the recovery processing section 11 b executes recovery processing for each discrete data block as usual.
  • the content of the QF management table 15 at the point of occurrence of the disk failure is stored in the recovery management table 16 as formatted-state information.
  • the recovery processing section 11 b then executes recovery processing only for the regions that had been formatted at the time the disk failure occurred, on the basis of the content of the recovery management table 16 .
  • the present embodiment markedly reduces the number of recovery target regions and thereby reduces and/or eliminates unnecessary recovery processing.
  • the recovery processing is carried out within an extremely short time, and thus redundancy of data can be secured within a short time.
  • an advantage can also be obtained, in that the period of response delay to an I/O access associated with conflicting operations is shortened.
  • the present disclosure is not limited to the above-mentioned embodiment and can be modified in various forms within the scope of the present disclosure.
  • the storage system 1 includes three CMs 10 and three RLUs 20 , each of the RLUs 20 having three physical disks 21 to 23 is described, but the present disclosure is not limited to this configuration.
  • all or part of the functions of the formatting processing section 11 a and the recovery processing section 11 b described above may be realized by a computer having a CPU, an information processing device, and various terminals therein by executing a application program (storage control program).
  • the program is recorded and provided in the form of a computer-readable recording medium, for example, a flexible disk, a CD (such as a CD-ROM, a CD-R, or a CD-RW) or a DVD (such as a DVD-ROM, a DVD-RAM, a DVD-R, a DVD-RW, a DVD+R, a DVD+RW, or a blue-ray disc).
  • a computer-readable recording medium for example, a flexible disk, a CD (such as a CD-ROM, a CD-R, or a CD-RW) or a DVD (such as a DVD-ROM, a DVD-RAM, a DVD-R, a DVD-RW, a DVD+R, a DVD+RW, or a blue-ray disc).
  • the computer reads the program from the recording medium, transfers the program to an internal storage device or an external storage device, and then stores the program in the device before using the program.
  • the program may be recorded in a storage device (
  • the computer is a concept including hardware and an OS and means hardware that operates under control of the OS. If an OS is not needed and the application program alone operates hardware, the hardware itself corresponds to a computer.
  • the hardware includes at least a microprocessor, such as a CPU, and means for reading a computer program recorded in a recording medium.
  • the aforementioned program includes program codes that cause the above-mentioned computer to realize the functions of the formatting processing section 11 a and the recovery processing section 11 b . Part of the functions may be realized by the OS, instead of the application program.

Abstract

A storage control device for managing data in a storage while maintaining redundancy of the data includes a formatting management table, a formatting processing section, a recovery management table and a recovery processing section. The formatting management table manages a formatted region and an unformatted region in a management target volume. The formatting processing section executes formatting of the unformatted region in the management target volume on the basis of the formatting management table. The recovery management table retains a content of the formatting management table at a point of occurrence of a redundancy restoration event when a redundancy restoration event has occurred during formatting. The recovery processing section executes recovery of a formatted region, which had been formatted at the point of occurrence of the redundancy restoration event, on the basis of the recovery management table in parallel with the formatting.

Description

CROSS-REFERENCE TO RELATED APPLICATIONS
This application is based upon and claims the benefit of priority of the prior Japanese Patent Application No. 2009-43583, filed on Feb. 26, 2009, the entire contents of which are incorporated herein by reference.
FIELD
The embodiments discussed herein relate to a technique for managing data in a storage apparatus.
BACKGROUND
Generally, in storage apparatuses such as those using a magnetic disk, a magneto-optical disk, or an optical disc, for example, an actual access to the storage medium is carried out in response to a request from a host such as a data processor. Therefore, in the storage apparatuses, formatting on the storage medium may be performed. Examples of such formatting may include physical formatting, such as count-key-data (CKD) formatting, and logical formatting. Logical formatting divides a data region into processing units, for example blocks, used by a host operating system (OS) and discriminates the blocks from one another. When the storage medium is formatted in this way, accesses such as read/write accesses to the storage medium, corresponding to host commands of the host OS are made possible.
When a volume is created in a storage apparatus (e.g. a disk array subsystem) upon a request being made by the host, a storage control device generally needs to ensure that data on a disk is in an initialized state. First, the storage control device executes physical formatting on the disk before logical formatting. In physical formatting, writing of zero data onto the target medium, for example, is carried out. For example, when the host requests creation of a certain amount of volume, two regions forming a pair, each in a different disk, are reserved for the volume in order to maintain redundancy of data. Then, physical formatting is performed sequentially from the beginning of the two volume regions forming a pair. At this time, physical formatting is simultaneously or substantially simultaneously performed for corresponding data blocks in the two volume regions forming a pair in order to maintain redundancy.
While the above-mentioned sequential physical formatting is executed, processing called quick formatting is also executed. Quick formatting enables an input/output (I/O) access to be made to a volume immediately after the host requests creation of the volume. This quick formatting is carried out by using a bitmap (quick formatting management table) indicating a formatted/unformatted state for each data block in the volume. In the bitmap, data blocks on which sequential physical formatting has been performed and data blocks on which quick formatting has been performed are registered as formatted data blocks.
When the storage control device receives an I/O access from the host during sequential physical formatting, the storage control device checks whether a data block that is to be subjected to the I/O access has been formatted or not by referring to the aforementioned bitmap. If the data block has been formatted, the storage control device immediately executes the I/O access thereto. If the data block has not been formatted, the storage control device preferentially executes physical formatting, that is quick formatting, on the data block that is to be subjected to the I/O access rather than sequential physical formatting. Upon the completion of such quick formatting, the data block is registered in the aforementioned bitmap as a formatted data block and the I/O access thereto is executed.
By executing the above-mentioned formatting processing, each of the two volume regions forming a pair is formatted as shown in FIG. 5. In FIG. 5, blocks with diagonal lines correspond to formatted data blocks in each region and blank blocks correspond to unformatted data blocks in each region. In addition, the formatted data blocks in a region A1 in FIG. 5 are data blocks that have been formatted by sequential physical formatting, and the formatted data blocks located in a region A2 in FIG. 5 are data blocks that have been formatted by quick formatting.
When a disk containing one of the two volume regions forming a pair has failed during the above-mentioned formatting processing and has been replaced with a spare disk or a new disk, the following recovery processing is executed. Hereinafter, the disk that has not failed is referred to as the “primary disk” and the disk used to replace the failed disk is referred to as the “secondary disk”.
That is, in the recovery processing, the content of the primary disk is copied to the secondary disk to maintain redundancy. This recovery processing is executed following the sequential formatting performed in the primary disk. For example, after the region A1 in FIG. 5 is recovered in the secondary disk, whenever the sequential formatting processing is executed on data blocks that follow the region A1 in the primary disk, the recovery processing for the corresponding data blocks is executed in the secondary disk.
When formatting processing and recovery processing conflict with each other due to failure of a disk during the formatting processing of the disk, the recovery processing is executed following the sequential formatting processing. Therefore, the recovery processing will be completed after the completion of the sequential formatting processing for all the regions in a target volume. That is, redundancy is restored after the completion of the sequential formatting processing for all the regions of the target volume, and thus it takes time to restore redundancy. In other words, the sequential formatting processing and the recovery processing is not performed at the same time or in parallel.
SUMMARY
According to an aspect of the invention, a storage control device for managing data in a storage while maintaining redundancy of the data includes a formatting management table, a formatting processing section, a recovery management table and a recovery processing section. The formatting management table manages a formatted region and an unformatted region in a management target volume that is to be managed. The formatting processing section executes formatting of the unformatted region in the management target volume on the basis of the formatting management table. The recovery management table retains a content of the formatting management table at a point of occurrence of a redundancy restoration event when a redundancy restoration event has occurred during formatting being executed by the formatting processing section. The recovery processing section executes recovery of a formatted region, which had been formatted at the point of occurrence of the redundancy restoration event, on the basis of the recovery management table in parallel with the formatting being executed by the formatting processing section.
The object and advantages of the invention will be realized and attained by means of the elements and combinations particularly pointed out in the claims. It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory and are not restrictive of the invention, as claimed.
BRIEF DESCRIPTION OF DRAWINGS
FIG. 1 is a block diagram showing the overall configuration of a storage system (disk array subsystem) in which a storage control device of an embodiment is applied.
FIG. 2 is a block diagram showing the functional configuration of storage control devices of the embodiment which are applied in the storage system shown in FIG. 1.
FIG. 3A is a diagram for explaining a recovery operation and a formatting operation of each of the storage control devices shown in FIG. 2.
FIG. 3B is a diagram for explaining a recovery operation and a formatting operation of each of the storage control devices shown in FIG. 2.
FIG. 3C is a diagram for explaining a recovery operation and a formatting operation of each of the storage control devices shown in FIG. 2.
FIG. 4A is a diagram for explaining the recovery operation of each of the storage control devices shown in FIG. 2.
FIG. 4B is a diagram for explaining the recovery operation of each of the storage control devices shown in FIG. 2.
FIG. 4C is a diagram for explaining the recovery operation of each of the storage control devices shown in FIG. 2.
FIG. 5 is a diagram for explaining general quick formatting processing and conventional recovery processing.
DESCRIPTION OF EMBODIMENTS
A description of an embodiment of the present invention is provided below with reference to the drawings.
[1] Configuration of the Present Embodiment
First, the overall configuration of a storage system (disk array subsystem) 1 in which a storage control device 10 of the present embodiment is described with reference to FIG. 1 is provided. FIG. 1 is a block diagram showing the overall configuration of the storage system 1.
The storage system 1 of the present embodiment is a RAID (Redundant Array of Inexpensive Disks) system using physical disks such as magnetic disks, magneto-optical disks or optical discs, for example. As shown in FIG. 1, the storage system 1 is accessed from a host (higher-level device) 100 and has a plurality of storage control devices 10 interconnected with one another via routers (RT) 30. Further, the storage system includes a plurality of storages 20 managed by the storage control devices 10.
The storage system 1 shown in FIG. 1 includes three storage control devices 10 and three storages 20. In FIG. 1, the three storage control devices 10 are respectively denoted as CM# 0, CM# 1 and CM#2 (CM is an abbreviation for Centralized Module), and the three storages 20 are respectively denoted as RLU# 0, RLU# 1 and RLU#2 (RLU is an abbreviation for RAID group Logical Unit). Each of the RLUs 20 includes three physical disks 21, 22 and 23.
Each CM 10 is disposed between the host 100 and the three corresponding RLUs 20. The CM 10 executes access control for each of the RLUs 20 according to an I/O access from the host 100 and manages data of the RLU 20 while maintaining redundancy of the data.
Next, the functional configuration of each of the CMs 10, which are applied in the storage system 1 shown in FIG. 1, is described with reference to FIGS. 1 and 2. FIG. 2 is a block diagram showing the functional configuration of the CMs 10. In FIG. 2, the configuration of two CMs (CM# 0 and CM#1) out of the three CMs 10 is illustrated, but the remaining CM, CM# 2, is also configured in the same way as the CMs 10 shown in FIG. 2.
As shown in FIGS. 1 and 2, each CM 10 has a CPU 11, a channel adaptor (CA) 12, a device interface (DI) 13, a cache memory 14, a quick formatting management table 15 and a recovery management table 16. In the CM 10, the CPU (processing section) 11 executes application programs or the like so as to serve as a formatting processing section 11 a and a recovery processing section 11 b, which are described later in this document.
The CA 12 controls a host interface that connects the CM 10 and the host 100. The DI 13 controls a device interface that connects the CM 10 and each RLU 20.
The cache memory 14 temporarily retains data that is to be subjected to an I/O access received from the host 100 via the CA 12. When a writing access is received from the host 100, data to be written is temporality retained in the cache memory 14 and then written into a volume in one of the RLUs 20 through the DI 13. The volume may be a predetermined volume. When a reading access is received from the host 100, data to be read is read from a volume through the DI 13, temporarily retained in the cache memory 14 and then read to the host 100 through the CA 12. The volume may be a predetermined volume.
The quick format (QF) management table 15 and the recovery management table 16 are created for each volume in the RLUs 20, which are managed by the CM 10. The quick formatting management table 15 and the recovery management table 16 may be created in a storage section such as a random access memory (RAM) included in the CM 10 or in the cache memory 14.
The QF management table 15 is a bitmap that manages formatted regions/unformatted regions in a volume that is to be managed (such a volume is hereinafter referred to as a management target volume). The formatting processing section 11 a, which is realized by the CPU 11, executes formatting on the unformatted regions in the management target volume on the basis of this QF management table 15. More specifically, this formatting processing section 11 a carries out sequential physical formatting along with quick formatting.
That is, when the formatting processing section 11 a creates a new volume in a RLU 20 in response to a request from the host 100, the formatting processing section 11 a first executes physical formatting on disks to ensure that the data on the disks is in an initialized state. At that time, two regions forming a pair, each on a different disk, are reserved for the volume in order to maintain redundancy of the data, and the formatting processing section 11 a carries out physical formatting on the regions sequentially from the beginning thereof.
The formatting processing section 11 a executes the sequential physical formatting described above and further executes quick formatting so that an I/O access to the volume is made possible substantially immediately after the host 100 has requested creation of the volume. This quick formatting is carried out by using the QF management table 15, which is a bitmap that indicates the formatted/unformatted state for each data block in the volume. In the QF management table 15, data blocks on which sequential physical formatting has been performed and data blocks on which quick formatting has been performed by the format processing section 11 a are registered as formatted data blocks.
When the formatting processing section 11 a receives an I/O access from the host 100 during the sequential physical formatting, the formatting processing section 11 a checks whether a data block that is to be subjected to the I/O access has been formatted or not by referring to the QF management table 15. If the data block has been formatted, the I/O access thereto is substantially immediately executed. If the data block has not been formatted, the formatting processing section 11 a preferentially executes physical formatting, that is quick formatting, on the data block that is to be subjected to the I/O access rather than sequential physical formatting. Upon the completion of quick formatting, the data block is registered as a formatted data block in the QF management table 15 by the formatting processing section 11 a, and the I/O access thereto is executed.
The recovery management table 16 is a bitmap that retains the content of the QF management table 15 at the point of occurrence of a redundancy restoration event when a redundancy restoration event occurs during the above-mentioned formatting performed by the formatting processing section 11 a. Such redundancy restoration events may include an event where due to degeneration failure or the like of a disk containing one of the two volume regions forming a pair, the disk needs to be replaced by a spare disk or a new disk.
In the recovery management table 16, the content of the QF management table 15 at the point when formatting by the formatting processing section 11 a is temporarily stopped due to, for example, occurrence of the disk failure described above, is copied. This copy processing may be realized by the function of the formatting processing section 11 a or the recovery processing section 11 b of the CPU 11 or may be realized by another function of the CPU 11. That is, in the recovery management table 16, information of formatted regions (formatted data blocks) on which formatting has been completed before the disk failure occurs is stored.
The recovery processing section 11 b realized by the CPU 11 executes recovery processing, which will be described later, so as to restore the data redundancy after replacement of the disk as described later with reference to FIGS. 3A and 3B. More specifically, the recovery processing section 11 b executes recovery of the regions that had been formatted at the point of occurrence of a redundancy restoration event on the basis of the recovery management table 16, in parallel with the above-mentioned formatting processing performed by the formatting processing section 11 a. That is, the recovery processing section 11 b is adapted to execute recovery of only the regions that had been formatted at the point of occurrence of disk failure, in parallel with the formatting processing performed by the formatting processing section 11 a.
The recovery processing section 11 b may have the following functions (a) to (c) in addition to a function that executes the above-mentioned basic recovery processing. (a) When the recovery processing section 11 b refers to the recovery management table 16 and recognizes that a plurality of recovery target region units (data blocks) to be subjected to recovery exist continuous to one another, the recovery processing section 11 b requests a RLU 20 to perform recovery of these data blocks by issuing a single command. That is, when a continuous plurality of data blocks in a single volume are to be subjected to recovery, the recovery processing section 11 b does not carry out recovery processing by issuing a command for each data block but carries out recovery processing for the plurality of data blocks collectively by using a single command. This function (a) is described later in this document with reference to FIG. 4B.
(b) In the case where the management target volume includes a plurality of volume regions, when the recovery processing section 11 b refers to the recovery management table 16 for each volume region and recognizes that all regions within the volume region have been formatted, the recovery processing section 11 b executes recovery of the volume region without referring to the recovery management table 16 for each recovery target region unit. That is, when the recovery processing section 11 b recognizes that all regions in a certain volume are to be subjected to recovery, the recovery processing section 11 b executes recovery processing (copy processing) for all the regions in the volume without referring to the recovery management table 16 for each region. This function (b) is described later in this document with reference to FIG. 4A.
(c) In the case where the management target volume includes a plurality of volume regions, when the recovery processing section 11 b refers to the recovery management table 16 for each volume region and recognizes that all the regions within the volume region have not been formatted, the recovery processing section 11 b skips recovery of the volume region. That is, when no data block to be subjected to recovery exists in a certain volume, the recovery processing section 11 b skips the recovery processing. This function (c) is described later in this document with reference to FIG. 4C.
[2] Operation of the Present Embodiment
Operations of the storage system 1 and the CMs 10 configured as described above is described below with reference to FIGS. 3A to 3C. FIGS. 3A to 3C are diagrams (update images of RAID 1 data) for explaining the recovery operation and the formatting operation of the CMs 10 shown in FIG. 2.
Described in the following is recovery processing for a case where, for example, disk failure occurred at a point when the formatting processing section 11 a was executing the sequential physical formatting processing along with quick formatting and when the formatting processing had been completed up until the disk became of the state shown in the left portion of FIG. 3A. It is assumed that the failed disk was replaced by a spare disk or a new disk after the disk failure occurred, as shown in the right portion of FIG. 3A. Hereinafter, the disk that has not failed is called the “primary disk” and the disk used to replace or as a substitute for the failed disk is referred to as the “secondary disk”.
At the point of occurrence of the disk failure, the content of the QF management table 15 indicating the state of the formatted regions in the primary disk at that point is copied and stored in the recovery management table 16. Here, the state as shown in the primary disk on the left portion of FIG. 3A is stored in the recovery management table 16. In the primary disk on the left portion of FIG. 3A, sequential formatting has been performed for ten data blocks in a region A1 and quick formatting has been performed for four data blocks A2. At this point, the secondary disk on the right portion of FIG. 3A has just been replaced and no data has been recovered yet.
The content of the QF management table 15 is stored in the recovery management table 16. Upon the completion of the disk replacement, the formatting processing to be executed by the formatting processing section 11 a is resumed. In parallel with this formatting processing, recovery processing to be executed by the recovery processing section 11 b is also started. That is, formatting processing performed by the formatting processing section 11 a and recovery processing performed by the recovery processing section 11 b are performed concurrently.
At that time, the formatting processing section 11 a executes, as with the above-mentioned case, sequential physical formatting along with quick formatting for each volume in the primary disk and the secondary disk. At the same time, the recovery processing section 11 b of the present embodiment executes recovery only for the regions that had been formatted at the point of occurrence of the disk failure while referring to the formatted regions stored in the recovery management table 16.
One example of a state where formatting processing and recovery processing are concurrently executed respectively by the formatting processing section 11 a and the recovery processing section 11 b as described above is shown in FIG. 3B. In this case, data blocks A1′ and A2′ in the secondary disk corresponding respectively to the data blocks A1 and A2 in the primary disk are recovered as shown in FIG. 3B by causing the recovery processing section 11 b to execute the recovery processing while referring to the recovery management table 16.
While these data blocks A1′ and A2′ are being recovered, the formatting processing section 11 a executes formatting processing concurrently. Therefore, during this recovery period, in the example shown in FIG. 3B, the formatting processing section 11 a performs sequential physical formatting for three data blocks A3 in the primary disk. Also in this primary disk, quick formatting responsive to an I/O access from the host 100 is performed for two data blocks A4.
Such formatting processing by the formatting processing section 11 a is performed not only on the primary disk but also on the secondary disk. That is, the formatting processing is performed also on data blocks A3′ and A4′ in the secondary disk corresponding to the data blocks A3 and A4 in the primary disk.
As shown in FIG. 3B, at the time the data blocks A1 and A2 (A1′ and A2′) are recovered, the restoration of data redundancy will be completed for the regions A3 and A4 (A3′ and A4′) for which the formatting processing has been completed after the start of the recovery processing. That is, the primary disk and the secondary disk become the same state and data redundancy is maintained, and thus the recovery processing on the disk is completed.
After the completion of the recovery processing on the disk, as shown in FIG. 3B, the formatting processing section 11 a executes sequential physical formatting along with quick formatting. Then, formatting processing is performed on all the regions in the volume, as shown in FIG. 3C, and the formatting processing section 11 a completes the formatting.
In the case where there exist a plurality of volumes within a RAID group of a RLU 20, that is, in the case where a management target volume includes a plurality of volume regions, the following recovery operations can be carried out by the above-mentioned functions (a) to (c) of the recovery processing section 11 b. FIGS. 4A to 4C are diagrams for explaining those recovery operations. FIGS. 4A to 4C show a case where a management target volume includes three volumes 0, 1 and 2.
As shown in FIG. 4A, when it is recognized by using the aforementioned function (b) of the recovery processing section 11 b that all regions in a certain volume (volume 0 in this case) are to be subjected to recovery, recovery processing is executed for all the regions in the volume without referring to the recovery management table (bitmap) 16 for each region. Therefore, unnecessary control referring to the table 16 is eliminated, thereby contributing to the speeding up of the recovery processing.
As shown in FIG. 4B, in the case where a continuous plurality of data blocks in a volume (volume 1 in this case) are to be subjected to recovery, the aforementioned function (a) of the recovery processing section 11 b carries out recovery processing on the plurality of data blocks collectively by issuing a single command. That is, recovery processing is carried out collectively for continuously arranged data blocks instead of carrying out recovery processing by issuing a command for each data block, thereby contributing to an increase in the speed of the recovery processing. For the portions in which data blocks to be subjected to recovery are arranged discontinuously, the recovery processing section 11 b executes recovery processing for each discrete data block as usual.
As shown in FIG. 4C, in the case where there exists no data block to be subjected to recovery within a certain volume (volume 2 in this case), the recovery processing is skipped by using the aforementioned function (c) of the recovery processing section 11 b. Therefore, unnecessary control referring to the table 16 is eliminated, thereby contributing to an increase in the speed of the recovery processing.
[3] Effects of the Present Embodiment
As described above, according to the present embodiment, in the case where formatting processing and recovery processing conflict with each other due to failure of a disk during the formatting processing on the disk, the content of the QF management table 15 at the point of occurrence of the disk failure is stored in the recovery management table 16 as formatted-state information. The recovery processing section 11 b then executes recovery processing only for the regions that had been formatted at the time the disk failure occurred, on the basis of the content of the recovery management table 16.
Therefore, in the present embodiment, only the regions that had been formatted at the time a redundancy restoration event such as occurrence of disk failure occurred are subjected to recovery, and the regions that had not been formatted at that time are not subjected to recovery. Thus, compared to the recovery technique of the related art, the present embodiment markedly reduces the number of recovery target regions and thereby reduces and/or eliminates unnecessary recovery processing. As a result, when formatting processing and recovery processing conflict with each other, the recovery processing is carried out within an extremely short time, and thus redundancy of data can be secured within a short time. In addition, an advantage can also be obtained, in that the period of response delay to an I/O access associated with conflicting operations is shortened.
Further, as mentioned above referring to FIGS. 4A to 4C, it is possible to realize further speeding up of recovery processing by using the aforementioned functions (a) to (c) of the recovery processing section 11 b.
[4] Others
The present disclosure is not limited to the above-mentioned embodiment and can be modified in various forms within the scope of the present disclosure. For example, in the above-mentioned embodiment, a case where the storage system 1 includes three CMs 10 and three RLUs 20, each of the RLUs 20 having three physical disks 21 to 23 is described, but the present disclosure is not limited to this configuration.
Further, all or part of the functions of the formatting processing section 11 a and the recovery processing section 11 b described above may be realized by a computer having a CPU, an information processing device, and various terminals therein by executing a application program (storage control program).
The program is recorded and provided in the form of a computer-readable recording medium, for example, a flexible disk, a CD (such as a CD-ROM, a CD-R, or a CD-RW) or a DVD (such as a DVD-ROM, a DVD-RAM, a DVD-R, a DVD-RW, a DVD+R, a DVD+RW, or a blue-ray disc). For example, the computer reads the program from the recording medium, transfers the program to an internal storage device or an external storage device, and then stores the program in the device before using the program. In addition, the program may be recorded in a storage device (recording medium) such as a magnetic disk, an optical disc, or a magneto-optical disk and provided to the computer via a communication line from the storage device.
Here, the computer is a concept including hardware and an OS and means hardware that operates under control of the OS. If an OS is not needed and the application program alone operates hardware, the hardware itself corresponds to a computer. The hardware includes at least a microprocessor, such as a CPU, and means for reading a computer program recorded in a recording medium. The aforementioned program includes program codes that cause the above-mentioned computer to realize the functions of the formatting processing section 11 a and the recovery processing section 11 b. Part of the functions may be realized by the OS, instead of the application program.
In the technique disclosed in this specification, only regions that had been formatted at the time a redundancy restoration event occurs are to be subjected to recovery and regions that have not been formatted at that time are not subjected to recovery. Therefore, when formatting processing and recovery processing conflict with each other, the recovery processing is carried out within a short time, and thus the redundancy of data is secured within a short time. In addition, the period of response delay associated with conflicting operations is shortened.
All examples and conditional language recited herein are intended for pedagogical objects to aid the reader in understanding the invention and the concepts contributed by the inventor to furthering the art, and are to be construed as being without limitation to such specifically recited examples and conditions, nor does the organization of such examples in the specification relate to a showing of the superiority and inferiority of the invention. Although the embodiment(s) of the present inventions have been described in detail, it should be understood that the various changes, substitutions, and alterations could be made hereto without departing from the spirit and scope of the invention.

Claims (9)

What is claimed is:
1. A storage control device for managing data in a storage while maintaining redundancy of the data, the storage control device comprising:
a processor;
a memory which stores a plurality of instructions, which when executed by the processor, cause the processor to execute,
managing, based on a formatting management table stored in the storage, a formatted region and an unformatted region in a management target volume to be managed;
formatting of the unformatted region in the management target volume on the basis of the formatting management table;
retaining, in a recovery management table stored in the storage, a content of the formatting management table at a point of a failure of a formatted disk when the failure of the disk has occurred during formatting recovering, in parallel with the formatting, a formatted region, which had been formatted at a point of occurrence of a redundancy restoration event, on the basis of the recovery management table; and
determining whether a plurality of recovery target region units to be recovered are continuous with one another,
wherein in a case where the management target volume includes a plurality of volume regions, when the recovery processing section refers to the recovery management table for each volume region and recognizes that all regions within the volume region have not been formatted, the recovery processing section skips recovery of the volume region.
2. The storage control device according to claim 1, wherein when the recovery processing section references the recovery management table, the recovery processing section requests the storage to execute recovery of the plurality of recovery target region units by issuing a single command.
3. The storage control device according to claim 1, wherein in a case where the management target volume includes a plurality of volume regions, when the recovery processing section refers to the recovery management table for each volume region and recognizes that all regions within the volume region have been formatted, the recovery processing section executes recovery of the volume region without referring to the recovery management table for each recovery target region unit to be subjected to recovery.
4. A storage control method in which a processing section manages data in a storage while maintaining redundancy of the data, the storage control method comprising:
managing, based on a formatting management table stored in a storage section, a formatted region and an unformatted region in a management target volume to be managed;
executing, with the processing section, formatting of the unformatted region in the management target volume on the basis of the formatting management table;
retaining, in a recovery management table stored in the storage section, a content of the formatting management table at a point of a failure of a formatted disk when the failure of the disk has occurred during the formatting;
executing, with a processing section, in parallel with the formatting, recovery of a formatted region, which had been formatted at a point of occurrence of a redundancy restoration event, on the basis of the recovery management table; and
determining whether a plurality of recovery target region units to be recovered are continuous with one another,
wherein in a case where the management target volume includes a plurality of volume regions, when, in the recovery, the processing section refers to the recovery management table for each volume region and recognizes that all regions within the volume region have not been formatted, the processing section skips recovery of the volume region.
5. The storage control method according to claim 4, wherein when, in the recovery, the processing section references the recovery management table, the processing section requests the storage to execute recovery of the plurality of recovery target region units by issuing a single command.
6. The storage control method according to claim 4, wherein in a case where the management target volume includes a plurality of volume regions, when, in the recovery, the processing section refers to the recovery management table for each volume region and recognizes that all regions within the volume region have been formatted, the processing section executes recovery of the volume region without referring to the recovery management table for each recovery target region unit to be subjected to recovery.
7. A non-transitory computer-readable recording medium encoded with a computer-executable storage control program for causing a computer to manage data in a storage while maintaining redundancy of the data, execution of the storage control program causing the computer to execute:
formatting, on the basis of a formatting management table for managing a formatted region and an unformatted region in a management target volume that is to be managed, the unformatted region in the management target volume;
recovering, in parallel with the formatting, a formatted region, which had been formatted at a point of occurrence of a redundancy restoration event, on the basis of a recovery management table for retaining a content of the formatting management table at a point of a failure of a formatted disk when the failure of the disk occurs during the formatting; and
determining whether a plurality of recovery target region units to be recovered are continuous with one another,
wherein in a case where the management target volume includes a plurality of volume regions, when the recovery management table is referred to for each volume region and it is recognized that all regions within the volume region have not been formatted, the recovering includes skipping recovery of the volume region.
8. The computer-readable recording medium according to claim 7, wherein the recovering includes requesting the storage to execute recovery of a plurality of recovery target region units to be recovered by issuing a single command when the recovery management table is referenced.
9. The computer-readable recording medium according to claim 7, wherein in a case where the management target volume includes a plurality of volume regions, when the recovery management table is referred to for each volume region and it is recognized that all regions within the volume region have been formatted, the recovering includes executing recovery of the volume region without referring to the recovery management table for each recovery target region unit to be recovered.
US12/712,246 2009-02-26 2010-02-25 Storage control device for formatting to storage media, storage control method for formatting to storage media, and medium for storing storage control program for formatting to storage media Active US8707089B2 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2009-43583 2009-02-26
JP2009043583A JP5218147B2 (en) 2009-02-26 2009-02-26 Storage control device, storage control method, and storage control program

Publications (2)

Publication Number Publication Date
US20100218038A1 US20100218038A1 (en) 2010-08-26
US8707089B2 true US8707089B2 (en) 2014-04-22

Family

ID=42631958

Family Applications (1)

Application Number Title Priority Date Filing Date
US12/712,246 Active US8707089B2 (en) 2009-02-26 2010-02-25 Storage control device for formatting to storage media, storage control method for formatting to storage media, and medium for storing storage control program for formatting to storage media

Country Status (2)

Country Link
US (1) US8707089B2 (en)
JP (1) JP5218147B2 (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5729043B2 (en) * 2011-03-17 2015-06-03 富士通株式会社 Storage device and control device
JP6119736B2 (en) * 2012-03-19 2017-04-26 富士通株式会社 Data access method, program, and data access apparatus
US9037819B2 (en) * 2012-06-25 2015-05-19 Inernational Business Machines Corporation Source cleaning cascaded volumes using reference counts
US9081753B2 (en) * 2013-03-14 2015-07-14 Microsoft Technology Licensing, Llc Virtual disk recovery and redistribution

Citations (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10124261A (en) 1996-10-17 1998-05-15 Mitsubishi Electric Corp Mirror disk control method/system
JP2000132507A (en) 1998-10-27 2000-05-12 Internatl Business Mach Corp <Ibm> Command processing method for scsi protocol and device used for the processing method
JP2001175422A (en) 1999-12-20 2001-06-29 Nec Corp Disk array device
US6442604B2 (en) * 1997-03-25 2002-08-27 Koninklijke Philips Electronics N.V. Incremental archiving and restoring of data in a multimedia server
US6453396B1 (en) * 1999-07-14 2002-09-17 Compaq Computer Corporation System, method and computer program product for hardware assisted backup for a computer mass storage system
US20030018851A1 (en) 2001-07-19 2003-01-23 Fujitsu Limited RAID controller and control method thereof
US6795895B2 (en) * 2001-03-07 2004-09-21 Canopy Group Dual axis RAID systems for enhanced bandwidth and reliability
JP2005284980A (en) 2004-03-30 2005-10-13 Toshiba Solutions Corp Initialization processing method for duplex system and remote disk mirroring
US20060212748A1 (en) * 2005-03-15 2006-09-21 Fujitsu Limited Storage control apparatus and method
US20070067667A1 (en) * 2005-09-22 2007-03-22 Fujitsu Limited Write back method for RAID apparatus
US20070101187A1 (en) * 2005-10-28 2007-05-03 Fujitsu Limited RAID system, RAID controller and rebuilt/copy back processing method thereof
US20070233640A1 (en) * 2006-03-30 2007-10-04 Tirthankar Lahiri Method and system for faster instance startup for large resource configurations
US7480829B2 (en) * 2005-11-15 2009-01-20 International Business Machines Corporation Method, system and computer program product for recovery of formatting in repair of bad sectors in flash memory
US7594137B2 (en) * 2006-01-25 2009-09-22 Hitachi, Ltd. Storage system and data restoration method thereof
US7620784B2 (en) * 2006-06-09 2009-11-17 Microsoft Corporation High speed nonvolatile memory device using parallel writing among a plurality of interfaces
US7725760B2 (en) * 2003-09-23 2010-05-25 Symantec Operating Corporation Data storage system
US20100229033A1 (en) * 2009-03-09 2010-09-09 Fujitsu Limited Storage management device, storage management method, and storage system

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6433770A (en) * 1987-07-29 1989-02-03 Nec Corp Disk controller
JPH08234923A (en) * 1995-02-27 1996-09-13 Toshiba Corp On-line copying method for duplex storage device
US7062644B2 (en) * 2001-05-30 2006-06-13 International Business Machines Corporation Method, system, and program for initializing a storage device comprising multiple storage units through a storage controller
JP4643456B2 (en) * 2006-01-13 2011-03-02 株式会社日立製作所 How to set up access

Patent Citations (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10124261A (en) 1996-10-17 1998-05-15 Mitsubishi Electric Corp Mirror disk control method/system
US6442604B2 (en) * 1997-03-25 2002-08-27 Koninklijke Philips Electronics N.V. Incremental archiving and restoring of data in a multimedia server
JP2000132507A (en) 1998-10-27 2000-05-12 Internatl Business Mach Corp <Ibm> Command processing method for scsi protocol and device used for the processing method
US6453396B1 (en) * 1999-07-14 2002-09-17 Compaq Computer Corporation System, method and computer program product for hardware assisted backup for a computer mass storage system
JP2001175422A (en) 1999-12-20 2001-06-29 Nec Corp Disk array device
US6795895B2 (en) * 2001-03-07 2004-09-21 Canopy Group Dual axis RAID systems for enhanced bandwidth and reliability
US20030018851A1 (en) 2001-07-19 2003-01-23 Fujitsu Limited RAID controller and control method thereof
JP2003029933A (en) 2001-07-19 2003-01-31 Fujitsu Ltd Raid controller and control method therefor
US7725760B2 (en) * 2003-09-23 2010-05-25 Symantec Operating Corporation Data storage system
JP2005284980A (en) 2004-03-30 2005-10-13 Toshiba Solutions Corp Initialization processing method for duplex system and remote disk mirroring
US20050246576A1 (en) 2004-03-30 2005-11-03 Masaaki Takayama Redundant system utilizing remote disk mirroring technique, and initialization method for remote disk mirroring for in the system
US20060212748A1 (en) * 2005-03-15 2006-09-21 Fujitsu Limited Storage control apparatus and method
US20070067667A1 (en) * 2005-09-22 2007-03-22 Fujitsu Limited Write back method for RAID apparatus
US20070101187A1 (en) * 2005-10-28 2007-05-03 Fujitsu Limited RAID system, RAID controller and rebuilt/copy back processing method thereof
US7562249B2 (en) * 2005-10-28 2009-07-14 Fujitsu Limited RAID system, RAID controller and rebuilt/copy back processing method thereof
US7480829B2 (en) * 2005-11-15 2009-01-20 International Business Machines Corporation Method, system and computer program product for recovery of formatting in repair of bad sectors in flash memory
US7594137B2 (en) * 2006-01-25 2009-09-22 Hitachi, Ltd. Storage system and data restoration method thereof
US20070233640A1 (en) * 2006-03-30 2007-10-04 Tirthankar Lahiri Method and system for faster instance startup for large resource configurations
US7467279B2 (en) * 2006-03-30 2008-12-16 Oracle International Corporation Method and system for faster instance startup for large resource configurations
US7620784B2 (en) * 2006-06-09 2009-11-17 Microsoft Corporation High speed nonvolatile memory device using parallel writing among a plurality of interfaces
US20100229033A1 (en) * 2009-03-09 2010-09-09 Fujitsu Limited Storage management device, storage management method, and storage system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
Japanese Office Action mailed Sep. 4, 2012 for corresponding Japanese Application No. 2009-043583, with English-language Translation.

Also Published As

Publication number Publication date
US20100218038A1 (en) 2010-08-26
JP5218147B2 (en) 2013-06-26
JP2010198420A (en) 2010-09-09

Similar Documents

Publication Publication Date Title
US6883112B2 (en) Storage device, backup and fault tolerant redundant method and computer program code of plurality storage devices
US7107486B2 (en) Restore method for backup
US6073221A (en) Synchronization of shared data stores through use of non-empty track copy procedure
US20060077726A1 (en) Data transfer method, storage apparatus and computer-readable storage medium
US9319067B2 (en) Storage control apparatus, storage system, and storage control method
US9003140B2 (en) Storage system, storage control apparatus, and storage control method
US20090254722A1 (en) Data storage apparatus
US8707089B2 (en) Storage control device for formatting to storage media, storage control method for formatting to storage media, and medium for storing storage control program for formatting to storage media
JP4405421B2 (en) Storage device and program.
US20130212428A1 (en) Information storage medium library array apparatus, information recording method and information recording program
US7984236B2 (en) Data transfer
US20120011317A1 (en) Disk array apparatus and disk array control method
US20140380090A1 (en) Storage control device and storage control method
US20130031320A1 (en) Control device, control method and storage apparatus
US20130194904A1 (en) Writing system, writing device, and writing method
JP2010122898A (en) Recordable memory device
US10310954B2 (en) Control device and method for controlling storage devices
US20070174739A1 (en) Disk device, method of writing data in disk device, and computer product
US8930748B2 (en) Storage apparatus and controller
US8667218B2 (en) Storage apparatus comprising RAID groups of RAID 1 series and control method of writing to RAID group of RAID 1 series
US20100058141A1 (en) Storage device and control device
US20220091746A1 (en) Storage device and storage control method
JP5585930B2 (en) Disk array device and data control method
JP2005316697A (en) Disk array system and method for data backup
JPS59197947A (en) System for updating information of doubled file

Legal Events

Date Code Title Description
AS Assignment

Owner name: FUJITSU LIMITED, JAPAN

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:IKEUCHI, KAZUHIKO;ITO, MIKIO;DAIKOKUYA, HIDEJIROU;AND OTHERS;REEL/FRAME:024067/0386

Effective date: 20100217

STCF Information on status: patent grant

Free format text: PATENTED CASE

MAFP Maintenance fee payment

Free format text: PAYMENT OF MAINTENANCE FEE, 4TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1551)

Year of fee payment: 4

MAFP Maintenance fee payment

Free format text: PAYMENT OF MAINTENANCE FEE, 8TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1552); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

Year of fee payment: 8