JP2010256975A - Disk array controller, method, and program - Google Patents

Disk array controller, method, and program Download PDF

Info

Publication number
JP2010256975A
JP2010256975A JP2009103058A JP2009103058A JP2010256975A JP 2010256975 A JP2010256975 A JP 2010256975A JP 2009103058 A JP2009103058 A JP 2009103058A JP 2009103058 A JP2009103058 A JP 2009103058A JP 2010256975 A JP2010256975 A JP 2010256975A
Authority
JP
Japan
Prior art keywords
disk
redundancy
logical
path
logical disk
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.)
Granted
Application number
JP2009103058A
Other languages
Japanese (ja)
Other versions
JP5252574B2 (en
Inventor
Shinichi Kamise
真一 上瀬
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.)
NEC Solution Innovators Ltd
Original Assignee
NEC System Technologies 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 NEC System Technologies Ltd filed Critical NEC System Technologies Ltd
Priority to JP2009103058A priority Critical patent/JP5252574B2/en
Publication of JP2010256975A publication Critical patent/JP2010256975A/en
Application granted granted Critical
Publication of JP5252574B2 publication Critical patent/JP5252574B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To avoid the risk of a data loss when redundancy is lost due to the failure of a physical disk or the failure of a path, and to avoid the deterioration of a through-put. <P>SOLUTION: When the write-in request of data is newly made from a host device 10 to a disk array controller 11, a processor 80 confirms a logical disk state table 70 and a disk path state table 71, and when redundancy is secured, the processor 80 distributes and arranges data in a logical disk 100 in virtual volumes 50 and 51 without generating any bias under the consideration of load distribution, and the logical disk 100 with no redundancy is not secured as any new data storage region. Also, the data arranged on the logical disk 100 with no redundancy are successively moved to the logical disk 100 with redundancy by a regular monitoring demon task. <P>COPYRIGHT: (C)2011,JPO&INPIT

Description

本発明は、仮想化機能を有するディスクアレイを制御するのに用いて好適なディスクアレイ制御装置及び方法並びにプログラムに関する。   The present invention relates to a disk array control apparatus and method suitable for use in controlling a disk array having a virtualization function, and a program.

アクセス速度の向上や信頼性の向上を図るために、複数の物理ディスクをRAID(Redundant Arrays of Inexpensive Disk)構成とすることが行われている。RAIDタイプには各種のものがあり、アクセス速度を優先するか信頼性を優先するか等に応じて、RAIDのタイプが決定される。また、仮想化機能を有するディスクアレイ装置では、ストレージリソースの利用効率を高めるために、仮想ボリュームが設定できる。例えば特許文献1に示されるように、仮想ボリュームでは、ホスト装置からの要求に応じて、論理ボリュームの記憶領域を動的に割り当てることができる。   In order to improve access speed and reliability, a plurality of physical disks are configured in a RAID (Redundant Array of Inexpensive Disk) configuration. There are various RAID types, and the RAID type is determined according to whether priority is given to access speed or reliability. Also, in a disk array device having a virtualization function, a virtual volume can be set in order to increase the use efficiency of storage resources. For example, as disclosed in Patent Document 1, in a virtual volume, a storage area of a logical volume can be dynamically allocated in response to a request from a host device.

また、障害が発生する前の正常状態の時に論理ディスクのレプリカを作成しておくことによって、ディスクに障害が発生時にレプリカ側の冗長性を活かして安全にコピー動作を行うものが提案されている。   In addition, by creating a replica of a logical disk when it is in a normal state before a failure occurs, it has been proposed to perform a copy operation safely by taking advantage of redundancy on the replica side when a failure occurs in the disk .

特開2008−234158号公報JP 2008-234158 A

仮想化機能を有するディスクアレイ装置においては、負荷分散を考慮して、仮想ボリュームでのデータの配置は、どの論理ディスクに対しても偏り無く規則的に配置していくのが一般的である。ところが、このようにすると、物理ディスクの故障やケーブル等の故障により冗長性を失っている論理ディスクに対しても、データを配置してしまうことになる。ディスクアレイ装置は、冗長性を保つために様々なRAIDタイプの論理ディスクを構成するが、冗長ディスク数以上の物理ディスクが故障すると、論理閉塞状態に陥り、データ損失の危険性が高まることになる。   In a disk array device having a virtualization function, in consideration of load distribution, data is generally arranged in a virtual volume regularly without any bias to any logical disk. However, if this is done, data will be placed even on logical disks that have lost redundancy due to physical disk failures or cable failures. The disk array device configures various RAID type logical disks in order to maintain redundancy. However, when a physical disk exceeding the number of redundant disks fails, the disk array apparatus falls into a logical blockage state and increases the risk of data loss. .

また、高信頼性ディスクアレイ装置では物理ディスクへのアクセス経路を二重化しているのが一般的で、二重化した経路を両方使うことでスループット性能を向上させている。このような構成で、一方の経路に故障が生じると、スループットの低下を招くことになる。   Further, in a highly reliable disk array device, it is general that the access path to the physical disk is duplicated, and throughput performance is improved by using both duplicated paths. With such a configuration, if a failure occurs in one of the paths, the throughput is reduced.

また、障害が発生する前の正常状態の時に論理ディスクのレプリカを作成するものでは、レプリカを作成するためには、2倍のディスクリソースを使う必要がある。また、書き込み要求に対しては、正規のディスクとレプリカディスクの両方に書き込みを行わなければならず、運用性能が劣化してしまう。   Further, in the case of creating a logical disk replica in a normal state before a failure occurs, it is necessary to use twice as many disk resources in order to create a replica. In addition, in response to a write request, it is necessary to write to both a regular disk and a replica disk, which degrades operational performance.

上述の課題を鑑み、本発明は、物理ディスクの故障や経路の故障により冗長性を失っている場合のデータ損失の危険性を回避し、また、スループットの低下を回避できるディスクアレイ制御装置及び方法並びにプログラムを提供することを目的とする。   In view of the above problems, the present invention avoids the risk of data loss when redundancy is lost due to a physical disk failure or a path failure, and a disk array control device and method that can avoid a decrease in throughput. The purpose is to provide a program.

上述の課題を解決するために、本発明は、新たなデータの書き込み要求を受けると、論理ディスクの冗長性及び経路の冗長性が確保されているか否かを判定する手段と、論理ディスクの冗長性及び経路の冗長性が確保されている場合には、仮想ボリューム内の論理ディスクに偏り無く分散してデータを配置し、論理ディスクの冗長性又は経路の冗長性を失っている場合には、仮想ボリューム中の冗長性を失っている論理ディスク及び経路の冗長性を失っている経路に繋がる論理ディスク以外の論理ディスクにデータを配置する手段とを備えることを特徴とするディスクアレイ制御装置である。   In order to solve the above-described problems, the present invention provides a means for determining whether or not logical disk redundancy and path redundancy are ensured when a new data write request is received, and logical disk redundancy. If the data and the path redundancy are secured, the data is distributed evenly on the logical disks in the virtual volume, and if the logical disk redundancy or path redundancy is lost, A disk array control apparatus comprising: a logical disk that has lost redundancy in a virtual volume; and a means for allocating data to a logical disk other than a logical disk connected to a path that has lost path redundancy. .

本発明は、新たなデータの書き込み要求を受けると、論理ディスクの冗長性及び経路の冗長性が確保されているか否かを判定し、論理ディスクの冗長性及び経路の冗長性が確保されている場合には、仮想ボリューム内の論理ディスクに偏り無く分散してデータを配置し、論理ディスクの冗長性又は経路の冗長性を失っている場合には、仮想ボリューム中の冗長性を失っている論理ディスク及び冗長性を失っている経路に繋がる論理ディスク以外の論理ディスクにデータを配置することを特徴とするディスクアレイ制御方法である。   When a new data write request is received, the present invention determines whether logical disk redundancy and path redundancy are ensured, and logical disk redundancy and path redundancy are ensured. If the data is distributed evenly on the logical disks in the virtual volume and the logical disk redundancy or path redundancy is lost, the logical volume that has lost the redundancy in the virtual volume A disk array control method characterized by allocating data to a logical disk other than a logical disk connected to a disk and a path that has lost redundancy.

本発明によれば、新たなデータの書き込み要求を受けると、論理ディスクの冗長性及び経路の冗長性が確保されているか否かを判定し、論理ディスク及び経路の冗長性が確保されている場合には、負荷分散を考慮して、仮想ボリューム内の論理ディスクに偏り無く分散してデータを配置し、論理ディスクの冗長性又は経路の冗長性を失っている場合には、仮想ボリューム中の冗長性を失っている論理ディスク及び冗長性を失っている経路に繋がる論理ディスク以外の論理ディスクにデータを配置している。これにより、冗長ディスク数以上の物理ディスク故障により論理ディスクが閉塞状態となることを回避することができる。すなわちデータ損失の危険性を低減することができる。また、経路故障によりスループットが低減している論理ディスクへのデータ配置を回避しているので、性能劣化を防ぐことができる。   According to the present invention, when a new data write request is received, it is determined whether or not the redundancy of the logical disk and the redundancy of the path are ensured, and the redundancy of the logical disk and the path is ensured. In consideration of load distribution, data is distributed evenly on the logical disks in the virtual volume, and if the logical disk redundancy or path redundancy is lost, the redundancy in the virtual volume The data is arranged on a logical disk other than the logical disk that has lost its reliability and the logical disk connected to the path that has lost its redundancy. Thereby, it is possible to prevent the logical disk from being blocked due to a physical disk failure exceeding the number of redundant disks. That is, the risk of data loss can be reduced. Further, since data allocation to a logical disk whose throughput is reduced due to a path failure is avoided, performance degradation can be prevented.

また、本発明によれば、冗長性の無い論理ディスク上に配置されているデータを、順次、冗長性のある論理ディスクへ移動させる処理を定期的に行うようにしている。このため、ユーザの手間を省き、常に最適なデータ配置状態を保つことができる。
また、本発明によれば、論理ディスクのレプリカを作成する場合と比較してディスクリソースを抑えることができ、また、通常運用における書き込み要求に対しても、性能が劣化することはない。
Further, according to the present invention, the process of sequentially moving data arranged on a logical disk without redundancy to a logical disk with redundancy is performed periodically. For this reason, it is possible to save the user's trouble and always maintain the optimum data arrangement state.
Furthermore, according to the present invention, disk resources can be reduced compared to the case of creating a replica of a logical disk, and the performance is not deteriorated even for a write request in normal operation.

本発明の第1の実施形態のディスクアレイ装置の説明に用いるブロック図である。It is a block diagram used for description of the disk array apparatus of the 1st Embodiment of this invention. 本発明の第1の実施形態のディスクアレイ装置における論理ディスク状態テーブルの一例の説明図である。It is explanatory drawing of an example of the logical disk status table in the disk array apparatus of the 1st Embodiment of this invention. 本発明の第1の実施形態のディスクアレイ装置における論理ディスクや経路の障害の説明図である。It is explanatory drawing of the failure of a logical disk and a path | route in the disk array apparatus of the 1st Embodiment of this invention. 本発明の第1の実施形態のディスクアレイ装置におけるディスク経路状態テーブルの一例の説明図である。It is explanatory drawing of an example of the disk path | route state table in the disk array apparatus of the 1st Embodiment of this invention. 本発明の第1の実施形態のディスクアレイ装置における新規データ格納領域へのデータ格納処理を示すフローチャートである。It is a flowchart which shows the data storage process to the new data storage area in the disk array apparatus of the 1st Embodiment of this invention. 本発明の第1の実施形態のディスクアレイ装置における冗長性の無い論理ディスク上に配置されているデータを冗長性のある論理ディスクへと移動させる処理を示すフローチャートである。It is a flowchart which shows the process which moves the data arrange | positioned on the logical disk without redundancy in the disk array apparatus of the 1st Embodiment of this invention to a logical disk with redundancy.

以下、本発明の実施の形態について図面を参照しながら説明する。
<第1の実施形態>
図1は、本発明の第1の実施形態のディスクアレイ制御装置11の一例を示すものである。図1において、ディスクアレイ制御装置11は、ホストアクセス制御部20、21、22と、プロセッサ80と、論理ディスク状態テーブル70と、ディスク経路状態テーブル71と、データ割当て関連テーブル72と、ディスクアクセス制御部30、31、32とから構成される。
Hereinafter, embodiments of the present invention will be described with reference to the drawings.
<First Embodiment>
FIG. 1 shows an example of a disk array controller 11 according to the first embodiment of this invention. In FIG. 1, the disk array controller 11 includes host access controllers 20, 21, 22, a processor 80, a logical disk state table 70, a disk path state table 71, a data allocation related table 72, and disk access control. It consists of parts 30, 31, 32.

ディスクエンクロージャ40、41、42は、複数の物理ディスク90を収納して構成される。RAIDタイプに応じて複数の物理ディスク90から論理ディスク100が構成される。また、複数の論理ディスク100から仮想ボリューム50、51が構成される。   The disk enclosures 40, 41, 42 are configured to accommodate a plurality of physical disks 90. A logical disk 100 is composed of a plurality of physical disks 90 according to the RAID type. In addition, virtual volumes 50 and 51 are configured from a plurality of logical disks 100.

つまり、ディスクエンクロージャ40、41、42内の複数の物理ディスク90は、RAID構成とすることにより、ホスト装置10からは、論理ディスク100として扱われる。また、ここでは、物理ボリュームとして3つのディスクエンクロージャ40、41、42からなるストレージデバイスが設けられている。これらのストレージデバイスは、仮想化機能により、2つの仮想ボリューム50、51として扱われる。   That is, the plurality of physical disks 90 in the disk enclosures 40, 41, 42 are handled as logical disks 100 by the host device 10 by adopting a RAID configuration. Here, a storage device including three disk enclosures 40, 41, and 42 is provided as a physical volume. These storage devices are handled as two virtual volumes 50 and 51 by the virtualization function.

ホストアクセス制御部20、21、22は、ホスト装置10との間のデータのアクセス制御を行っている。ディスクアクセス制御部30、31、32は、ディスクエンクロージャ40、41、42との間のデータのアクセス制御を行っている。ここでは、ディスクアクセス制御部30、31、32とディスクエンクロージャ40、41、42との間は、それぞれ2系統の経路によって接続されている。すなわち、ディスクアクセス制御部30とディスクエンクロージャ40との間は、経路60及び61によって接続され、ディスクアクセス制御部31とディスクエンクロージャ41との間は、経路62及び63によって接続され、ディスクアクセス制御部32とディスクエンクロージャ42との間は、経路64及び65によって接続されている。このように、物理ディスクへのアクセス経路を二重化することで、スループット性能を向上させている。   The host access control units 20, 21, and 22 perform data access control with the host device 10. The disk access control units 30, 31, and 32 perform data access control with the disk enclosures 40, 41, and 42. Here, the disk access control units 30, 31, 32 and the disk enclosures 40, 41, 42 are connected by two paths. That is, the disk access control unit 30 and the disk enclosure 40 are connected by paths 60 and 61, and the disk access control unit 31 and the disk enclosure 41 are connected by paths 62 and 63. 32 and the disk enclosure 42 are connected by paths 64 and 65. In this way, the throughput performance is improved by duplicating the access path to the physical disk.

論理ディスク状態テーブル70は、論理ディスク100の管理を行うためのテーブルである。この論理ディスク状態テーブル70には、論理ディスクと物理ディスクとの関係が含まれている。ディスク経路状態テーブル71は、ディスクアレイ制御装置11とディスクエンクロージャ40、41、42との間を接続する経路60〜65の管理を行うためのテーブルである。このディスク経路状態テーブル71には、論理ディスクと経路との関係が含まれている。データ割当て関連テーブル72は、各ディスクに割り当てるデータの管理を行うためのテーブルである。   The logical disk status table 70 is a table for managing the logical disk 100. The logical disk status table 70 includes the relationship between logical disks and physical disks. The disk path status table 71 is a table for managing paths 60 to 65 that connect the disk array controller 11 and the disk enclosures 40, 41, 42. The disk path status table 71 includes the relationship between logical disks and paths. The data allocation related table 72 is a table for managing data allocated to each disk.

図2は、論理ディスク状態テーブル70の一例を示すものである。図2(A)に示すように、論理ディスク状態テーブル70は、論理ディスク毎に、RAIDタイプ200、ディスク数201、冗長ディスク数202、冗長パス(経路)数203、物理ディスク番号204、縮退ディスク番号205からなる。   FIG. 2 shows an example of the logical disk status table 70. As shown in FIG. 2A, the logical disk status table 70 includes, for each logical disk, a RAID type 200, a disk number 201, a redundant disk number 202, a redundant path (path) number 203, a physical disk number 204, and a degraded disk. It consists of number 205.

論理ディスク状態テーブル70は、論理ディスク若しくは経路状態が変化した際に、プロセッサ80により更新される。例えば、図3に示すように、ディスクエンクロージャ40中の論理ディスク番号「1」に故障が生じたとする。このような物理ディスク90の故障がプロセッサ80により検出されると、論理ディスク状態テーブルの冗長ディスク数202が図2(B)に示すように更新される。   The logical disk status table 70 is updated by the processor 80 when the logical disk or the path status changes. For example, as shown in FIG. 3, it is assumed that a failure has occurred in the logical disk number “1” in the disk enclosure 40. When such a failure of the physical disk 90 is detected by the processor 80, the number of redundant disks 202 in the logical disk status table is updated as shown in FIG.

図4は、ディスク経路状態テーブル71の一例を示すものである。ディスク経路状態テーブル71は、図4(A)に示すように、経路毎に、その経路に繋がる配下の論理ディスク番号300、冗長経路番号301、冗長経路数302からなる。   FIG. 4 shows an example of the disk path status table 71. As shown in FIG. 4A, the disk path status table 71 includes, for each path, a subordinate logical disk number 300, a redundant path number 301, and a redundant path number 302 connected to the path.

ディスク経路状態テーブル71は、経路状態若しくは論理ディスク構成が変化した際に、プロセッサ80により更新される。例えば、図3に示すように、ディスクアレイ制御装置11とディスクエンクロージャ41との間の経路63に故障が生じたとする。このような経路63の故障がプロセッサ80により検出されると、ディスク経路状態テーブル71の冗長経路数302が図4(B)に示すように更新される。   The disk path status table 71 is updated by the processor 80 when the path status or the logical disk configuration changes. For example, as shown in FIG. 3, it is assumed that a failure has occurred in a path 63 between the disk array control device 11 and the disk enclosure 41. When such a failure of the path 63 is detected by the processor 80, the number of redundant paths 302 in the disk path status table 71 is updated as shown in FIG.

ディスクアレイ制御装置11のプロセッサ80は、ホスト装置10からのデータ格納要求を受け付けた場合、データ格納領域が既に割当て済みか否かを確認し、未割当ての場合には、新規データ格納領域へのデータ格納処理を行う。このとき、本発明の第1の実施形態では、論理ディスク100の冗長性及び経路の冗長性が確保されているか否かを判定し、論理ディスク100の冗長性及び経路の冗長性が確保されている場合には、負荷分散を考慮して、仮想ボリューム50、51内の論理ディスク100に偏り無く分散してデータを配置し、論理ディスク100の冗長性又は経路の冗長性が確保されている場合には、冗長性が無くなっている論理ディスク100又は冗長性が無くなっている経路に繋がる論理ディスク100を、新たなデータ格納領域として確保しないようにしている。また、定期的な監視デーモンタスクによって、冗長性の無い論理ディスク100及び冗長性を失っている経路に繋がる論理ディスク100上に配置されているデータは順次、冗長性のある論理ディスク100へとデータを移動させるようにしている。   When receiving a data storage request from the host device 10, the processor 80 of the disk array controller 11 checks whether or not the data storage area has already been allocated. Perform data storage processing. At this time, in the first embodiment of the present invention, it is determined whether the redundancy of the logical disk 100 and the redundancy of the path are ensured, and the redundancy of the logical disk 100 and the redundancy of the path are ensured. If the load distribution is taken into consideration, the data is distributed evenly on the logical disks 100 in the virtual volumes 50 and 51, and the redundancy of the logical disks 100 or the path is ensured. In this case, the logical disk 100 having no redundancy or the logical disk 100 connected to the path having no redundancy is not secured as a new data storage area. In addition, by the periodic monitoring daemon task, the data arranged on the logical disk 100 without redundancy and the logical disk 100 connected to the path that has lost redundancy are sequentially transferred to the logical disk 100 with redundancy. To move.

図5は、本発明の第1の実施形態において、ホスト装置10からのデータ格納要求を受け付けた場合の新規データ格納領域へのデータ格納処理を示すフローチャートである。   FIG. 5 is a flowchart showing a data storage process in the new data storage area when a data storage request from the host apparatus 10 is accepted in the first embodiment of the present invention.

図5において、まず、プロセッサ80は、図2に示す論理ディスク状態テーブル70の冗長ディスク数202が「0」でないか、若しくは図4に示すディスク経路状態テーブル71の冗長経路数302が「0」でないかを確認する(ステップ401)。冗長ディスク数202または冗長経路数302が「0」であるデータが存在する場合は、プロセッサ80は、仮想ボリューム内の当該論理ディスク以外の論理ディスクからデータ格納領域を確保する(ステップ402)。冗長ディスク数202又は冗長経路数302が「0」であるデータが存在しない場合は、プロセッサ80は、仮想ボリューム内の全論理ディスクからデータ配置が均等になるように論理ディスクを選択し、データ格納領域を確保する(ステップ403)。確保する領域が決定すると、プロセッサ80は、当該領域にデータを格納する(ステップ404)。   5, first, the processor 80 determines that the number of redundant disks 202 in the logical disk status table 70 shown in FIG. 2 is not “0” or the number of redundant paths 302 in the disk path status table 71 shown in FIG. 4 is “0”. (Step 401). If there is data with the redundant disk number 202 or the redundant path number 302 being “0”, the processor 80 secures a data storage area from a logical disk other than the logical disk in the virtual volume (step 402). When there is no data with the number of redundant disks 202 or the number of redundant paths 302 being “0”, the processor 80 selects a logical disk so that the data arrangement is uniform from all the logical disks in the virtual volume, and stores the data. An area is secured (step 403). When the area to be secured is determined, the processor 80 stores data in the area (step 404).

また、図6は、定期的な監視デーモンタスクによって、冗長性の無い論理ディスク上に配置されているデータを冗長性のある論理ディスクへと移動させる処理を示すフローチャートである。   FIG. 6 is a flowchart showing processing for moving data arranged on a logical disk without redundancy to a logical disk with redundancy by a periodic monitoring daemon task.

図6において、まず、監視デーモンタスクがタイマによって一定間隔で起床すると(ステップ501)、冗長性が無い論理ディスク又は冗長性が無い経路につながる論理ディスクの存在を確認する(ステップ502)。冗長性が無い論理ディスク又は冗長性が無い経路につながる論理ディスクが存在した場合は、プロセッサ80は、当該論理ディスク上に既に格納済みデータが有るかを確認する(ステップ503)。格納済みデータが有る場合、プロセッサ80は、データ整合性の保つため当該データ領域をロックし(ステップ504)、該当論理ディスク上のデータを読み出し、冗長性のある論理ディスク上にデータをコピーし、データ割当て管連テーブルを更新する(ステップ505)。そして、プロセッサ80は、当該データ領域のロックを外し(ステップ506)、処理を終了する。これを一定時間毎に繰り返すことにより、冗長性の無い論理ディスクからデータが無くなり、冗長性のある論理ディスクが当該データを格納することになる。   In FIG. 6, first, when the monitoring daemon task wakes up at regular intervals by a timer (step 501), the presence of a logical disk without redundancy or a logical disk connected to a path without redundancy is confirmed (step 502). If there is a logical disk without redundancy or a logical disk connected to a path without redundancy, the processor 80 checks whether there is already stored data on the logical disk (step 503). If there is stored data, the processor 80 locks the data area to maintain data consistency (step 504), reads the data on the logical disk, copies the data to the redundant logical disk, The data allocation management table is updated (step 505). Then, the processor 80 unlocks the data area (step 506) and ends the processing. By repeating this at regular intervals, data is lost from the logical disk without redundancy, and the logical disk with redundancy stores the data.

上述のように、本発明の第1実施形態のディスクアレイ制御装置11では、論理ディスク100の管理を行うための論理ディスク状態テーブル70と、経路60、61、62の管理を行うためのディスク経路状態テーブル71とが設けられている。論理ディスク状態テーブル70は物理ディスク90が故障が検知されると随時更新され、ディスク経路状態テーブル71は経路63の故障が検知されると随時更新される。   As described above, in the disk array control apparatus 11 according to the first embodiment of this invention, the logical disk status table 70 for managing the logical disk 100 and the disk path for managing the paths 60, 61, and 62. A state table 71 is provided. The logical disk status table 70 is updated as needed when a physical disk 90 is detected as failed, and the disk path status table 71 is updated as needed when a failure in the path 63 is detected.

ホスト装置10からディスクアレイ制御装置11に新たなデータの書き込み要求があると、プロセッサ80は、論理ディスク状態テーブル70及びディスク経路状態テーブル71を確認し、冗長性が確保されている場合には、負荷分散を考慮して、仮想ボリューム50、51内の論理ディスク100に偏り無く分散してデータを配置し、冗長性が確保されていない場合には、冗長性が無くなっている論理ディスク100又は冗長性が無くなっている経路に繋がる論理ディスク100を、新たなデータ格納領域として確保しないようにしている。   When there is a new data write request from the host device 10 to the disk array control device 11, the processor 80 checks the logical disk status table 70 and the disk path status table 71, and if redundancy is ensured, In consideration of load distribution, data is distributed evenly on the logical disks 100 in the virtual volumes 50 and 51, and when redundancy is not ensured, the logical disk 100 or redundancy that has lost redundancy. The logical disk 100 connected to the lost path is not secured as a new data storage area.

また、定期的な監視デーモンタスクによって、冗長性の無い論理ディスク100又は冗長性の無い経路に繋がる論理ディスク100上に配置されているデータは、順次、冗長性のある論理ディスク100へとデータを移動させるようにしている。このように、本発明の第1の実施形態では、常に冗長性のある論理ディスクにデータを配置するように制御しているので、データ信頼性の低下や性能劣化を防ぐことができる。   In addition, data arranged on the logical disk 100 without redundancy or the logical disk 100 connected to the path without redundancy is sequentially transferred to the logical disk 100 with redundancy by a periodic monitoring daemon task. I try to move it. As described above, in the first embodiment of the present invention, control is performed so that data is always arranged on a redundant logical disk, so that it is possible to prevent a decrease in data reliability and performance deterioration.

また、本発明の第1に実施形態では、冗長性の無い論理ディスク上に配置されているデータを、順次、冗長性のある論理ディスクへ移動させる処理を定期的に行うようにしている。このため、ユーザの手間を省き、常に最適なデータ配置状態を保つことができる。また、本発明によれば、論理ディスクのレプリカを作成する場合と比較してディスクリソースを抑えることができ、また、通常運用における書き込み要求に対しても、性能が劣化することはない。   In the first embodiment of the present invention, the process of sequentially moving data arranged on a logical disk without redundancy to a logical disk with redundancy is performed periodically. For this reason, it is possible to save the user's trouble and always maintain the optimum data arrangement state. Furthermore, according to the present invention, disk resources can be reduced compared to the case of creating a replica of a logical disk, and the performance is not deteriorated even for a write request in normal operation.

<第2の実施形態>
本発明の第2の実施形態として、その基本的構成は第1の実施形態と同様であるが、実体容量以上の仮想ボリュームを構築でき、実体容量が必要になった時点でディスクを増設する機能すなわちシンプロビジョにング機能を備えたディスクアレイ装置についても、本発明のデータ配置アルゴリズムを適用できる。この場合に、データ信頼性の向上・性能劣化の防止という効果が得られる。
<Second Embodiment>
As the second embodiment of the present invention, the basic configuration is the same as that of the first embodiment, but a virtual volume larger than the actual capacity can be constructed, and the function of adding a disk when the actual capacity becomes necessary That is, the data arrangement algorithm of the present invention can also be applied to a disk array device having a thin provisioning function. In this case, the effects of improving data reliability and preventing performance deterioration can be obtained.

なお、上述の実施形態では、ディスクアレイ制御装置11をホスト装置10とは別のハードウェアで構成しているが、ディスクアレイ制御装置11をホスト装置10内に組み込むようにしても良い。また、ディスクアレイ制御装置11の処理は、コンピュータプログラムによりソフトウェアで実現しても良い。   In the above-described embodiment, the disk array control device 11 is configured by hardware different from the host device 10, but the disk array control device 11 may be incorporated in the host device 10. Further, the processing of the disk array control device 11 may be realized by software by a computer program.

本発明は、上述した実施形態に限定されるものではなく、本発明の要旨を逸脱しない範囲内で様々な変形や応用が可能である。   The present invention is not limited to the above-described embodiments, and various modifications and applications can be made without departing from the gist of the present invention.

10 ホスト装置
11 ディスクアレイ制御装置
20 ホストアクセス制御部
30 ディスクアクセス制御部
40 ディスクエンクロージャ
50、51 仮想ボリューム
60〜65 経路
70 論理ディスク状態テーブル
71 ディスク経路状態テーブル
72 データ割当て関連テーブル
80 プロセッサ
90 物理ディスク
100 論理ディスク
DESCRIPTION OF SYMBOLS 10 Host apparatus 11 Disk array control apparatus 20 Host access control part 30 Disk access control part 40 Disk enclosure 50, 51 Virtual volume 60-65 Path | route 70 Logical disk status table 71 Disk path status table 72 Data allocation related table 80 Processor 90 Physical disk 100 logical disks

Claims (7)

新たなデータの書き込み要求を受けると、論理ディスクの冗長性及び経路の冗長性が確保されているか否かを判定する手段と、
前記論理ディスクの冗長性及び経路の冗長性が確保されている場合には、仮想ボリューム内の論理ディスクに偏り無く分散してデータを配置し、前記論理ディスクの冗長性又は経路の冗長性を失っている場合には、前記仮想ボリューム中の前記冗長性を失っている論理ディスク及び前記経路の冗長性を失っている経路に繋がる論理ディスク以外の論理ディスクにデータを配置する手段と
を備えることを特徴とするディスクアレイ制御装置。
Means for determining whether or not the redundancy of the logical disk and the redundancy of the path are ensured upon receiving a new data write request;
If redundancy of the logical disk and path redundancy are ensured, data is distributed evenly on the logical disks in the virtual volume, and the logical disk or path redundancy is lost. And a means for allocating data to a logical disk other than the logical disk in the virtual volume that has lost the redundancy and the logical disk that is connected to the path that has lost the path redundancy. A disk array control device.
さらに、前記冗長性を失っている論理ディスク及び前記冗長性を失っている経路に繋がる論理ディスク上に配置されているデータを、順次、冗長性のある論理ディスクへ移動させる処理を定期的に行う手段を有することを特徴とする請求項1に記載のディスクアレイ制御装置。   Furthermore, the process of moving the data arranged on the logical disk that has lost the redundancy and the logical disk connected to the path that has lost the redundancy to the logical disk having redundancy is performed periodically. 2. The disk array control apparatus according to claim 1, further comprising: means. さらに、論理ディスクと物理ディスクとの関係を含む論理ディスク状態テーブルを有し、
前記論理ディスク状態テーブルにより、前記論理ディスクの冗長性が確保されているか否かを判定し、
物理ディスクの故障が検知されると、前記論理ディスク状態テーブルが更新される
ことを特徴とする請求項1又は2に記載のディスクアレイ制御装置。
Furthermore, it has a logical disk status table including the relationship between logical disks and physical disks,
Determine whether the logical disk redundancy is ensured by the logical disk status table,
The disk array control apparatus according to claim 1 or 2, wherein the logical disk status table is updated when a physical disk failure is detected.
さらに、論理ディスクと経路との関係を含むディスク経路状態テーブルを有し、
前記ディスク経路状態テーブルにより、前記経路の冗長性が確保されているか否かを判定し、
経路の故障が検知されると、前記ディスク経路状態テーブルが更新される
ことを特徴とする請求項1から3の何れかに記載のディスクアレイ制御装置。
Furthermore, it has a disk path status table including the relationship between logical disks and paths,
It is determined whether or not redundancy of the path is ensured by the disk path state table,
The disk array control apparatus according to any one of claims 1 to 3, wherein the disk path state table is updated when a path failure is detected.
請求項1から4の何れかに記載したディスクアレイ制御装置をコンピュータで実現させることを特徴とするコンピュータプログラム。   A computer program for realizing the disk array control device according to any one of claims 1 to 4 by a computer. 新たなデータの書き込み要求を受けると、論理ディスクの冗長性及び経路の冗長性が確保されているか否かを判定し、
前記論理ディスクの冗長性及び経路の冗長性が確保されている場合には、仮想ボリューム内の論理ディスクに偏り無く分散してデータを配置し、前記論理ディスクの冗長性又は経路の冗長性を失っている場合には、前記仮想ボリューム中の前記冗長性を失っている論理ディスク及び前記冗長性を失っている経路に繋がる論理ディスク以外の論理ディスクにデータを配置する
ことを特徴とするディスクアレイ制御方法。
When a new data write request is received, it is determined whether the redundancy of the logical disk and the redundancy of the path are secured,
If redundancy of the logical disk and path redundancy are ensured, data is distributed evenly on the logical disks in the virtual volume, and the logical disk or path redundancy is lost. The disk array control, wherein the data is arranged on a logical disk other than the logical disk in the virtual volume that has lost the redundancy and the logical disk that is connected to the path that has lost the redundancy. Method.
さらに、前記冗長性を失っている論理ディスク及び前記冗長性を失っている経路に繋がる論理ディスク上に配置されているデータを、順次、冗長性のある論理ディスクへ移動させる処理を定期的に行うことを特徴とする請求項6に記載のディスクアレイ制御方法。   Furthermore, the process of moving the data arranged on the logical disk that has lost the redundancy and the logical disk connected to the path that has lost the redundancy to the logical disk having redundancy is performed periodically. The disk array control method according to claim 6.
JP2009103058A 2009-04-21 2009-04-21 Disk array control device, method, and program Expired - Fee Related JP5252574B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2009103058A JP5252574B2 (en) 2009-04-21 2009-04-21 Disk array control device, method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2009103058A JP5252574B2 (en) 2009-04-21 2009-04-21 Disk array control device, method, and program

Publications (2)

Publication Number Publication Date
JP2010256975A true JP2010256975A (en) 2010-11-11
JP5252574B2 JP5252574B2 (en) 2013-07-31

Family

ID=43317853

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2009103058A Expired - Fee Related JP5252574B2 (en) 2009-04-21 2009-04-21 Disk array control device, method, and program

Country Status (1)

Country Link
JP (1) JP5252574B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012208625A (en) * 2011-03-29 2012-10-25 Fujitsu Ltd Storage system and method for determining abnormality occurring part
JP2014219787A (en) * 2013-05-07 2014-11-20 富士通株式会社 Storage system, control program of information processor, and method for controlling storage system

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10198526A (en) * 1997-01-14 1998-07-31 Fujitsu Ltd Raid device and its access control method
JP2002182862A (en) * 2000-10-12 2002-06-28 Hitachi Ltd Method for taking over primary volume in mirror ring of plural volumes, and disk device
JP2006227964A (en) * 2005-02-18 2006-08-31 Fujitsu Ltd Storage system, processing method and program
JP2007206766A (en) * 2006-01-31 2007-08-16 Fujitsu Ltd Data storage system, data storage control device, and failure part diagnostic method
JP2008234158A (en) * 2007-03-19 2008-10-02 Hitachi Ltd Storage device, and memory area arranging method

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10198526A (en) * 1997-01-14 1998-07-31 Fujitsu Ltd Raid device and its access control method
JP2002182862A (en) * 2000-10-12 2002-06-28 Hitachi Ltd Method for taking over primary volume in mirror ring of plural volumes, and disk device
JP2006227964A (en) * 2005-02-18 2006-08-31 Fujitsu Ltd Storage system, processing method and program
JP2007206766A (en) * 2006-01-31 2007-08-16 Fujitsu Ltd Data storage system, data storage control device, and failure part diagnostic method
JP2008234158A (en) * 2007-03-19 2008-10-02 Hitachi Ltd Storage device, and memory area arranging method

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012208625A (en) * 2011-03-29 2012-10-25 Fujitsu Ltd Storage system and method for determining abnormality occurring part
JP2014219787A (en) * 2013-05-07 2014-11-20 富士通株式会社 Storage system, control program of information processor, and method for controlling storage system

Also Published As

Publication number Publication date
JP5252574B2 (en) 2013-07-31

Similar Documents

Publication Publication Date Title
CN109857334B (en) Storage system and control method thereof
US9348724B2 (en) Method and apparatus for maintaining a workload service level on a converged platform
US7093069B2 (en) Integration of a RAID controller with a disk drive module
US20150286531A1 (en) Raid storage processing
JP2007328468A (en) Storage system and volume management method for storage system
US7308532B1 (en) Method for dynamically implementing N+K redundancy in a storage subsystem
JP2006195977A (en) Method, system, and product for redirecting storage access request
US20100100677A1 (en) Power and performance management using MAIDx and adaptive data placement
US8020032B2 (en) Method for providing deferred maintenance on storage subsystems
US10782898B2 (en) Data storage system, load rebalancing method thereof and access control method thereof
JP7419456B2 (en) Storage system and its control method
JP2011227766A (en) Management method for storage means, virtual computer system and program
US10860224B2 (en) Method and system for delivering message in storage system
JP2010049637A (en) Computer system, storage system and configuration management method
US20100275066A1 (en) Identifying a storage device as faulty for a first storage volume without identifying the storage device as faulty for a second storage volume
JP2008016024A (en) Dynamic adaptive flushing of cached data
JP5252574B2 (en) Disk array control device, method, and program
JP5311211B2 (en) Disk array controller and disk array redundancy method
CN109213427B (en) Method and apparatus for managing storage system
JP2015179419A (en) Cache control apparatus, control method thereof, storage device, and computer program
WO2017026070A1 (en) Storage system and storage management method
JP2019159416A (en) Data management device, file system, data management method, and program
JP7131324B2 (en) STORAGE ACCESS CONTROL DEVICE, STORAGE ACCESS CONTROL METHOD, AND STORAGE ACCESS CONTROL PROGRAM
US10452445B2 (en) Dynamically configurable storage clusters
JP5490067B2 (en) Fault management apparatus and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20120309

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20121121

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20121204

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20130124

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20130319

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20130411

R150 Certificate of patent or registration of utility model

Ref document number: 5252574

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20160426

Year of fee payment: 3

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

LAPS Cancellation because of no payment of annual fees