JP4905810B2 - Storage device, area allocation method, and program - Google Patents

Storage device, area allocation method, and program Download PDF

Info

Publication number
JP4905810B2
JP4905810B2 JP2008256756A JP2008256756A JP4905810B2 JP 4905810 B2 JP4905810 B2 JP 4905810B2 JP 2008256756 A JP2008256756 A JP 2008256756A JP 2008256756 A JP2008256756 A JP 2008256756A JP 4905810 B2 JP4905810 B2 JP 4905810B2
Authority
JP
Japan
Prior art keywords
area
disk
data
allocation
policy
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.)
Expired - Fee Related
Application number
JP2008256756A
Other languages
Japanese (ja)
Other versions
JP2010086420A (en
Inventor
貴之 福谷
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 Corp
Original Assignee
NEC Corp
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 Corp filed Critical NEC Corp
Priority to JP2008256756A priority Critical patent/JP4905810B2/en
Publication of JP2010086420A publication Critical patent/JP2010086420A/en
Application granted granted Critical
Publication of JP4905810B2 publication Critical patent/JP4905810B2/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)

Description

本発明は、ストレージ装置に構成された仮想的な論理ディスクの領域割り当て方法、この方法を実行可能なストレージ装置及びプログラムに関する。   The present invention relates to an area allocation method for a virtual logical disk configured in a storage apparatus, a storage apparatus capable of executing this method, and a program.

複数の物理ディスクの集合によってRAIDを構成し、これを大容量ディスクとして扱い、その中に複数の論理ディスクを作成する、ディスクアレイ装置を代表とするストレージ装置がある。近年、ストレージ装置の分野では、シン・プロビジョニング技術が注目されている。   There is a storage device represented by a disk array device, in which a RAID is configured by a set of a plurality of physical disks, this is handled as a large capacity disk, and a plurality of logical disks are created therein. In recent years, thin provisioning technology has attracted attention in the field of storage devices.

シン・プロビジョニング技術は、物理ディスク群からディスクプール領域を構成し、ディスクプール領域から論理ディスクを構成するストレージ装置において、論理ディスクの容量を仮想化し、データの書き込みに応じてオンデマンドで領域を割り当てる技術である。そして、シン・プロビジョニング技術は、容量効率、導入/運用の簡易化、エコの観点から需要が増える傾向にある。   Thin provisioning technology configures a disk pool area from a group of physical disks, virtualizes the capacity of the logical disk in a storage device that configures a logical disk from the disk pool area, and allocates the area on demand according to data writing Technology. Thin provisioning technology tends to increase in demand from the viewpoint of capacity efficiency, ease of introduction / operation, and ecology.

但し、従来のシン・プロビジョニング技術を利用していないストレージ装置の運用と比較すると、シン・プロビジョニング技術を利用したストレージ装置では、性能劣化が生じてしまう。よって、性能劣化を防ぐような技術が要件として求められている。この点について以下に説明する。   However, compared with the operation of a storage device that does not use the conventional thin provisioning technology, the storage device that uses the thin provisioning technology causes performance degradation. Therefore, a technology that prevents performance degradation is required as a requirement. This will be described below.

シン・プロビジョニング技術を利用していない従来からのストレージ装置では、論理ディスクの構成時に物理ディスクの領域が割り当てられる。これに対して、シン・プロビジョニング技術を利用したストレージ装置では、論理ディスクに対するデータの書き込みに応じて領域が割り当てられる。   In a conventional storage apparatus that does not use the thin provisioning technology, a physical disk area is allocated when a logical disk is configured. On the other hand, in a storage apparatus using the thin provisioning technology, an area is allocated in accordance with the writing of data to the logical disk.

よって、データの書き込み要求があったタイミングで論理ディスクに対する領域の割り当て状況が確認され、また、未割り当ての領域が存在する場合は、領域を割り当てる動作が必要となる。このため、シン・プロビジョニング技術を利用したストレージ装置では、I/Oレスポンスが劣化するという問題がある。   Therefore, the allocation status of the area to the logical disk is confirmed at the timing when the data write request is made. If there is an unallocated area, an operation of allocating the area is necessary. For this reason, the storage apparatus using the thin provisioning technology has a problem that the I / O response deteriorates.

また、シン・プロビジョニング技術を利用したストレージ装置は、各ホスト計算機から書き込み要求があったタイミングで、領域を確保する。このため、書き込みによる割り当ての順序に従って、各論理ディスクに領域を割り当てるので、ディスクプールの領域が、連続で確保されず断片化される場合がある。そして、このことによっても、I/Oレスポンスが劣化するという問題が生じてしまう。   In addition, a storage apparatus using the thin provisioning technology secures an area at the timing when a write request is issued from each host computer. For this reason, since areas are allocated to the respective logical disks in accordance with the allocation order by writing, the disk pool areas may be fragmented without being continuously secured. This also causes a problem that the I / O response deteriorates.

I/Oレスポンスの劣化を防ぐ技術として、ディスクプール領域から割り当てる論理領域の割り当て単位を論理ディスク毎に指定し、性能が優先される論理ディスクに対しては、割り当て単位を大きくすることで、割り当てた領域の断片化を防ぐ公知の技術がある。しかし、上記の技術では、ディスクプール内に構築された論理ディスクの数だけ割り当て単位の設定が必要になるため、管理コストがかかるという別の問題が生じてしまう。   As a technique to prevent I / O response deterioration, the allocation unit of the logical area to be allocated from the disk pool area is specified for each logical disk, and the allocation unit is increased for the logical disk for which performance is prioritized. There are known techniques to prevent fragmentation of the regions. However, the above technique requires another setting of allocation units as many as the number of logical disks constructed in the disk pool, which causes another problem of increased management costs.

これらの課題を解決する技術として、特許文献1に開示されている技術が挙げられる。特許文献1に開示された技術では、先ず、割り当て単位の異なる複数のディスクプール領域が作成される。そして、ホスト計算機から論理ディスクに対して書き込み要求があった際に、書き込み要求があったI/Oサイズに応じて、割り当てが行われる最適なディスクプール領域が選択され、割り当てサイズが決定される。このため、特許文献1に開示された技術によれば、性能劣化(I/Oレスポンス)が防止されると考えられる。
特開2007−265270号公報
As a technique for solving these problems, there is a technique disclosed in Patent Document 1. In the technique disclosed in Patent Document 1, first, a plurality of disk pool areas having different allocation units are created. When a write request is issued from the host computer to the logical disk, an optimal disk pool area to be allocated is selected according to the I / O size for which the write request has been made, and the allocation size is determined. . For this reason, according to the technique disclosed in Patent Document 1, it is considered that performance degradation (I / O response) is prevented.
JP 2007-265270 A

しかしながら、特許文献1に開示された技術には、以下の問題が存在する。1点目は、運用形態に応じ、一つの論理ディスクに対し異なるI/Oパターンがある場合に、I/Oサイズに応じて割り当てが行われると、最初の書き込み時のI/Oパターンを基準にして割り当てが行われているため、必ずしも最適な割り当てが行われない点である。この場合、I/Oレスポンスの劣化が生じてしまう。   However, the technique disclosed in Patent Document 1 has the following problems. The first point is that when there are different I / O patterns for one logical disk according to the operation mode, if the allocation is performed according to the I / O size, the I / O pattern at the time of the first writing is used as a reference. Therefore, the optimum assignment is not always performed. In this case, the I / O response is deteriorated.

2点目は、I/Oサイズに応じて割り当てが行われ、I/Oサイズが大きい場合に必ず大きなディスクプール領域が割り当てられるため、性能よりも容量効率を重視する運用には、対応できない点である。この場合は、容積効率が低下してしまう。   The second point is that allocation is performed according to the I / O size, and a large disk pool area is always allocated when the I / O size is large. It is. In this case, the volumetric efficiency is lowered.

本発明の目的は、上記問題を解消し、シン・プロビジョニング技術を適用した際に、一つの論理ディスクに対して異なるI/Oパターンが存在している場合のI/Oレスポンスの劣化を低減し、且つ、容積効率の向上を図り得る、ストレージ装置、記憶領域割り当て方法、及びプログラムを提供することにある。   An object of the present invention is to solve the above problems and reduce degradation of I / O response when different I / O patterns exist for one logical disk when thin provisioning technology is applied. Another object of the present invention is to provide a storage device, a storage area allocation method, and a program that can improve volumetric efficiency.

上記目的を達成するため、本発明におけるストレージ装置は、物理ディスク群で形成されたディスクプール内に、仮想的な論理ディスクを構築する、ストレージ装置であって、
外部のホスト計算機からデータの書き込み要求に応じて、前記データを書き込むためのデータ領域を前記ディスクプール内に確保して、前記データの書き込みを行い、且つ、前記データのI/Oパターンを判別する、データ書き込み部と、
前記データ書き込み部による前記データ領域の確保の際に、前記データ書き込み部が、ディスクプール領域の割り当てを要求した場合に、前記論理ディスクに設定されている割り当てポリシーに従って、前記データ領域として使用される前記ディスクプール領域を割り当る、ディスクプール領域割り当て部と、
前記データ書き込み部によって判別された前記I/Oパターンに応じて、前記論理ディスクに設定されている割り当てポリシーを変更する、割り当てポリシー管理部とを備える、ことを特徴とする。
To achieve the above object, a storage apparatus according to the present invention is a storage apparatus that constructs a virtual logical disk in a disk pool formed by a group of physical disks,
In response to a data write request from an external host computer, a data area for writing the data is secured in the disk pool, the data is written, and the I / O pattern of the data is determined. , Data writing part,
When the data writing unit requests allocation of a disk pool area when the data writing unit secures the data area, it is used as the data area according to the allocation policy set in the logical disk. A disk pool area allocation unit for allocating the disk pool area;
And an allocation policy management unit that changes an allocation policy set in the logical disk according to the I / O pattern determined by the data writing unit.

また、上記目的を達成するため、本発明における領域割り当て方法は、物理ディスク群で形成されたディスクプール内に、仮想的な論理ディスクを構築する際にディスクプール領域を割り当てるための、領域割り当て方法であって、
(a)外部のホスト計算機からデータの書き込み要求に応じて、前記データを書き込むためのデータ領域を前記ディスクプール内に確保して、前記データの書き込みを行う、ステップと、
(b)前記データのI/Oパターンを判別する、ステップと、
(c)前記(a)のステップにおける前記データ領域の確保の際に、ディスクプール領域の割り当てが必要となった場合に、前記論理ディスクに設定されている割り当てポリシーに従って、前記データ領域として使用される前記ディスクプール領域を割り当る、ステップと、
(d)前記(a)のステップで判別された前記I/Oパターンに応じて、前記論理ディスクに設定されている割り当てポリシーを変更する、ステップとを備える、ことを特徴とする。
In order to achieve the above object, an area allocation method according to the present invention is an area allocation method for allocating a disk pool area when constructing a virtual logical disk in a disk pool formed of physical disk groups. Because
(A) in response to a data write request from an external host computer, securing a data area for writing the data in the disk pool, and writing the data;
(B) determining an I / O pattern of the data; and
(C) When allocation of a disk pool area becomes necessary when the data area is secured in the step (a), it is used as the data area according to an allocation policy set for the logical disk. Allocating the disk pool area
(D) changing the allocation policy set in the logical disk in accordance with the I / O pattern determined in the step (a).

更に、上記目的を達成するため、本発明におけるプログラムは、物理ディスク群で形成されたディスクプール内に、仮想的な論理ディスクを構築する際に、ディスクプール領域の割り当てを、コンピュータに実行させるためのプログラムであって、
前記コンピュータに、
(a)外部のホスト計算機からデータの書き込み要求に応じて、前記データを書き込むためのデータ領域を前記ディスクプール内に確保して、前記データの書き込みを行う、ステップと、
(b)前記データのI/Oパターンを判別する、ステップと、
(c)前記(a)のステップにおける前記データ領域の確保の際に、ディスクプール領域の割り当てが必要となった場合に、前記論理ディスクに設定されている割り当てポリシーに従って、前記データ領域として使用される前記ディスクプール領域を割り当る、ステップと、
(d)前記(a)のステップで判別された前記I/Oパターンに応じて、前記論理ディスクに設定されている割り当てポリシーを変更する、ステップとを実行させる、ことを特徴とする。
Furthermore, in order to achieve the above object, the program according to the present invention causes a computer to allocate a disk pool area when constructing a virtual logical disk in a disk pool formed of physical disk groups. The program of
In the computer,
(A) in response to a data write request from an external host computer, securing a data area for writing the data in the disk pool, and writing the data;
(B) determining an I / O pattern of the data; and
(C) When allocation of a disk pool area becomes necessary when the data area is secured in the step (a), it is used as the data area according to an allocation policy set for the logical disk. Allocating the disk pool area
(D) The step of changing the allocation policy set in the logical disk in accordance with the I / O pattern determined in the step (a) is executed.

以上のように本発明によれば、シン・プロビジョニング技術を適用した際に、一つの論理ディスクに対して異なるI/Oパターンが存在している場合のI/Oレスポンスの劣化を低減できる。また、本発明によれば、容積効率の向上を図ることもできる。   As described above, according to the present invention, when thin provisioning technology is applied, it is possible to reduce degradation of I / O response when different I / O patterns exist for one logical disk. Further, according to the present invention, it is possible to improve the volumetric efficiency.

(実施の形態)
以下、本発明の実施の形態におけるストレージ装置、領域割り当て方法、及びプログラムについて、図1〜図10を参照しながら説明する。最初に、本発明の実施の形態におけるストレージ装置の構成について、図1〜図6を用いて説明する。
(Embodiment)
Hereinafter, a storage apparatus, an area allocation method, and a program according to an embodiment of the present invention will be described with reference to FIGS. First, the configuration of the storage apparatus according to the embodiment of the present invention will be described with reference to FIGS.

図1は、本発明の実施の形態におけるストレージ装置の構成を示すブロック図である。図2は、図1に示す論理ディスク領域管理テーブルの一例を示す図である。図3は、図1に示すディスクプール領域管理テーブルの一例を示す図である。図4は、図1に示す割り当てポリシー管理テーブルの一例を示す図である。図5は、図1に示す割り当てポリシー設定テーブルの一例を示す図である。図6は、図1に示すI/Oパターン積算テーブルの一例を示す図である。   FIG. 1 is a block diagram showing a configuration of a storage apparatus according to an embodiment of the present invention. FIG. 2 is a diagram showing an example of the logical disk area management table shown in FIG. FIG. 3 is a diagram showing an example of the disk pool area management table shown in FIG. FIG. 4 is a diagram showing an example of the allocation policy management table shown in FIG. FIG. 5 is a diagram showing an example of the allocation policy setting table shown in FIG. FIG. 6 is a diagram showing an example of the I / O pattern integration table shown in FIG.

図1に示すストレージシステムは、本実施の形態におけるストレージ装置100と、ホスト計算機300と、ホスト計算機310と、ホスト計算機320とで構成される。ストレージ装置100は、シン・プロビジョニング技術を利用している。ストレージ装置100は、物理ディスク群110からディスクプール200を構成し、ディスクプール200内に仮想的な論理ディスク(論理ディスク群120)を構築する。   The storage system shown in FIG. 1 includes the storage apparatus 100 according to the present embodiment, a host computer 300, a host computer 310, and a host computer 320. The storage apparatus 100 uses a thin provisioning technology. The storage apparatus 100 configures a disk pool 200 from the physical disk group 110 and constructs a virtual logical disk (logical disk group 120) in the disk pool 200.

ホスト計算機300、310、320は、SAN環境でストレージ装置100に接続されている。ホスト計算機300、310、320は、ストレージ装置100上に構築された仮想的な論理ディスク群120を利用する。   The host computers 300, 310, and 320 are connected to the storage apparatus 100 in a SAN environment. The host computers 300, 310, and 320 use a virtual logical disk group 120 constructed on the storage apparatus 100.

また、図1に示すように、ストレージ装置100は、データ書き込み部130と、ディスクプール領域割り当て部140と、割り当てポリシー管理部150とを備えている。このうち、データ書き込み部130は、外部のホスト計算機300、310、320からのデータの書き込み要求に応じて、データを書き込むためのデータ領域をディスクプール200内に確保して、データの書き込みを実行する。また、データ書き込み部130は、データの書き込み要求があると、データのI/Oパターンを判別する。   As illustrated in FIG. 1, the storage apparatus 100 includes a data writing unit 130, a disk pool area allocation unit 140, and an allocation policy management unit 150. Among these, the data writing unit 130 secures a data area for writing data in the disk pool 200 in response to a data write request from the external host computer 300, 310, 320, and executes the data write. To do. In addition, when there is a data write request, the data writing unit 130 determines a data I / O pattern.

ディスクプール領域割り当て部140は、データ書き込み部130によるデータ領域の確保の際に、論理ディスク120a〜120cに設定されている割り当てポリシーに従って、データ領域として使用されるディスクプール領域を割り当る。また、ディスクプール領域割り当て部140による割り当ては、データ書き込み部130が、ディスクプール領域の割り当てを要求した場合に行われる。   The disk pool area allocation unit 140 allocates a disk pool area to be used as a data area according to the allocation policy set for the logical disks 120a to 120c when the data writing unit 130 secures the data area. The allocation by the disk pool area allocation unit 140 is performed when the data writing unit 130 requests allocation of a disk pool area.

割り当てポリシー管理部150は、データ書き込み部130によって判別されたI/Oパターン(例えば、シーケンシャルI/OとランダムI/O)に応じて、論理ディスク120a〜120cに設定されている割り当てポリシーを変更する。なお、図1においては、論理ディスクとしては、三つの論理ディスクが示されているが、本実施の形態において、論理ディスクの個数は限定されるものではない。   The allocation policy management unit 150 changes the allocation policy set in the logical disks 120a to 120c according to the I / O pattern (for example, sequential I / O and random I / O) determined by the data writing unit 130. To do. In FIG. 1, three logical disks are shown as logical disks. However, in the present embodiment, the number of logical disks is not limited.

このように、ストレージ装置100においては、論理ディスクに設定した割り当てポリシーに応じて、ディスクプール領域が割り当てられ、この割り当てポリシーは、I/Oパターンに応じて変更される。よって、ストレージ装置100によれば、一つの論理ディスクに対して異なるI/Oパターンが存在している場合であっても、最適な割り当てが行われ、I/Oレスポンスの劣化が低減される。   Thus, in the storage apparatus 100, a disk pool area is allocated according to the allocation policy set for the logical disk, and this allocation policy is changed according to the I / O pattern. Therefore, according to the storage apparatus 100, even when different I / O patterns exist for one logical disk, optimal allocation is performed, and deterioration of I / O response is reduced.

また、ストレージ装置100では、I/Oパターンに応じて、割り当てポリシーが設定されるので、I/Oサイズが大きい場合であっても、小さなディスクプール領域を割り当てることができる。よって、ストレージ装置100によれば、容積効率の向上も図られる。   In the storage apparatus 100, since an allocation policy is set according to the I / O pattern, a small disk pool area can be allocated even when the I / O size is large. Therefore, according to the storage apparatus 100, the volumetric efficiency can be improved.

ここで、ストレージ装置100の構成について、更に具体的に説明する。ストレージ装置100は、更に、データ領域再配置部160、論理ディスク領域管理テーブル170、ディスクプール領域管理テーブル180、割り当てポリシー管理テーブル190、I/Oパターン積算テーブル210、及び割り当てポリシー設定テーブル220を備えている。   Here, the configuration of the storage apparatus 100 will be described more specifically. The storage apparatus 100 further includes a data area relocation unit 160, a logical disk area management table 170, a disk pool area management table 180, an allocation policy management table 190, an I / O pattern integration table 210, and an allocation policy setting table 220. ing.

本実施の形態では、データ書き込み部130は、ホスト計算機300、310、320からデータの書き込み要求があると、先ず、論理ディスク領域管理テーブル170(図2参照)を参照し、データの書き込みが可能な領域(データ領域)の有無を確認する。   In the present embodiment, when there is a data write request from the host computer 300, 310, 320, the data writing unit 130 first refers to the logical disk area management table 170 (see FIG. 2) and can write the data. The presence or absence of a new area (data area).

図2に示す論理ディスク領域管理テーブル170は、ストレージ装置100が保有するテーブルである。論理ディスク領域管理テーブル170は、論理ディスクID、論理ディスクアドレス、及び割り当て物理ブロックIDを項目として構築されている。つまり、論理ディスク領域管理テーブル170は、仮想的な論理ディスクの一意の番号と、ディスクプール領域が割り当たっている論理ディスクのアドレスと、その論理ディスクに割り当たっている物理ブロックのIDとを一覧にしたテーブルである。   A logical disk area management table 170 shown in FIG. 2 is a table held by the storage apparatus 100. The logical disk area management table 170 is constructed with items of a logical disk ID, a logical disk address, and an assigned physical block ID. In other words, the logical disk area management table 170 lists the unique number of the virtual logical disk, the address of the logical disk to which the disk pool area is allocated, and the ID of the physical block allocated to the logical disk. It is a table.

また、論理ディスク120a〜120cに、書き込み可能な領域がない場合は、データ書き込み部130は、ディスクプール200から領域を確保するよう、ディスクプール領域割り当て部140に割り当てを要求する。更に、データ書き込み部130は、ディスクプール領域割り当て部140がディスクプール領域をいずれかの論理ディスク(120a〜120c)に割り当てることにより、データ領域が確保されると、この論理ディスクに対してデータの書き込みを実行する。   If there is no writable area in the logical disks 120a to 120c, the data writing unit 130 requests the disk pool area allocation unit 140 to allocate an area from the disk pool 200. Further, when the data pool is secured by the disk pool area allocation unit 140 allocating the disk pool area to any one of the logical disks (120a to 120c), the data writing unit 130 allocates data to this logical disk. Perform writing.

また、データ書き込み部130は、本実施の形態では、その後、書き込むデータのI/OサイズとI/Oパターン(アクセス方法)を判別し、I/Oパターン積算テーブル210(図6参照)を更新する。   In this embodiment, the data writing unit 130 subsequently determines the I / O size and I / O pattern (access method) of the data to be written, and updates the I / O pattern integration table 210 (see FIG. 6). To do.

図6に示すI/Oパターン積算テーブル210は、ストレージ装置100が保有するテーブルである。I/Oパターン積算テーブル210は、I/Oサイズ、I/Oパターン(アクセス方法)、及びディスクプール200に構成される論理ディスク(LD01〜LD03)を項目として構築されている。I/Oパターン積算テーブル210は、論理ディスク毎にデータの書き込みが合った場合のI/Oパターンをカウントして得られた一覧である。   An I / O pattern integration table 210 illustrated in FIG. 6 is a table held by the storage apparatus 100. The I / O pattern integration table 210 is constructed with items of I / O size, I / O pattern (access method), and logical disks (LD01 to LD03) configured in the disk pool 200. The I / O pattern integration table 210 is a list obtained by counting I / O patterns when data is written for each logical disk.

ディスクプール領域割り当て部140は、ストレージ装置100上で動作している。ディスクプール領域割り当て部140は、本実施の形態では、データ書き込み部130からディクスプール領域の割り当て要求を受けると、割り当てポリシー管理テーブル190(図4参照)を参照する。そして、ディスクプール領域割り当て部140は、これを参照しながら各論理ディスク(120a〜120c)に設定されているディスクプール200の割り当てポリシーに従って、データ領域を割り当てる。その後、ディスクプール領域割り当て部140は、論理ディスク領域管理テーブル170(図2参照)とディスクプール領域管理テーブル180(図3参照)とを更新する。   The disk pool area allocation unit 140 operates on the storage apparatus 100. In this embodiment, when the disk pool area allocation unit 140 receives a disk pool area allocation request from the data writing unit 130, the disk pool area allocation unit 140 refers to the allocation policy management table 190 (see FIG. 4). Then, the disk pool area allocation unit 140 allocates a data area according to the allocation policy of the disk pool 200 set for each logical disk (120a to 120c) with reference to this. Thereafter, the disk pool area allocation unit 140 updates the logical disk area management table 170 (see FIG. 2) and the disk pool area management table 180 (see FIG. 3).

図4に示す割り当てポリシー管理テーブル190は、ストレージ装置100が保有するテーブルである。割り当てポリシー管理テーブル190は、論理ディスクID、割り当てポリシー、割り当てポリシー毎に設定された割り当て単位を項目として構築されている。また、割り当て単位は、一回の割り当て時に割り当て可能なディスクプール領域の大きさを意味している。割り当てポリシー管理テーブル190は、論理ディスク毎に設定された割り当てポリシーと、割り当て単位との組み合わせを一覧にしたテーブルである。   An allocation policy management table 190 illustrated in FIG. 4 is a table held by the storage apparatus 100. The allocation policy management table 190 is constructed with the logical disk ID, the allocation policy, and the allocation unit set for each allocation policy as items. The allocation unit means the size of the disk pool area that can be allocated at one allocation. The allocation policy management table 190 is a table that lists combinations of allocation policies set for each logical disk and allocation units.

また、図4に示すように、本実施の形態では、割り当てポリシーとして、割り当て単位が異なる、二つの割り当てポリシー(速度重視または容量重視)が設定される。速度重視における割り当て単位は、容量重視における割り当て単位よりも大きく設定されている、各割り当てポリシーと割り当て単位との関係は、図5に示す割り当てポリシー設定テーブル220の通りである。図5に示す割り当てポリシー設定テーブル220は、割り当てポリシーと割り当て単位との組み合わせを一覧にしたテーブルである。   Also, as shown in FIG. 4, in this embodiment, two allocation policies (speed-oriented or capacity-oriented) with different allocation units are set as the allocation policy. The allocation unit in the priority on speed is set larger than the allocation unit in the priority on capacity. The relationship between each allocation policy and the allocation unit is as shown in the allocation policy setting table 220 shown in FIG. The allocation policy setting table 220 shown in FIG. 5 is a table that lists combinations of allocation policies and allocation units.

図3に示すディスクプール領域管理テーブル180も、ストレージ装置100が保有するテーブルである。ディスクプール領域管理テーブル180は、物理ブロックID、ディスクプールアドレス、割り当て論理ディスクID、及び割り当てフラグを項目として構築されている。ディスクプール領域管理テーブル180は、物理ディスクIDが、どのアドレスを論理ブロック(120a〜120d)に割り当てられており、物理ディスクを構成する各物理ブロックが割り当て済みであるかどうかを一覧にしたテーブルである。   The disk pool area management table 180 shown in FIG. 3 is also a table held by the storage apparatus 100. The disk pool area management table 180 is constructed with items of physical block ID, disk pool address, assigned logical disk ID, and assignment flag. The disk pool area management table 180 is a table that lists which physical disk ID is assigned to which logical block (120a to 120d) and each physical block constituting the physical disk has been assigned. is there.

割り当てポリシー管理部150は、ストレージ装置100上で動作している。割り当てポリシー管理部150は、本実施の形態では、定期的に、I/Oパターン積算テーブル210(図6参照)と、割り当てポリシー管理テーブル190(図4参照)とを参照する。そして、割り当てポリシー管理部150は、I/Oパターンの種類毎に積算された数と、設定された閾値とを比較し、比較結果に基づいて、論理ディスク(120a〜120c)に設定されている割り当てポリシーを変更する。なお、図6において、「★」は、閾値となっていることを示している。   The allocation policy management unit 150 operates on the storage apparatus 100. In the present embodiment, the allocation policy management unit 150 refers to the I / O pattern integration table 210 (see FIG. 6) and the allocation policy management table 190 (see FIG. 4) periodically. Then, the allocation policy management unit 150 compares the number integrated for each type of I / O pattern with the set threshold value, and is set in the logical disks (120a to 120c) based on the comparison result. Change the allocation policy. In FIG. 6, “★” indicates a threshold value.

具体的には、割り当てポリシー管理部150は、I/Oパターンの積算数が、予め設定された閾値を上回っている論理ディスクがあった場合は、割り当てポリシーを一時的に変更して、割り当て単位を変更する。例えば、図6に示すLD01の割り当てポリシーが容量重視に設定されている場合に、I/Oサイズが1以下で、I/Oパターンがランダムに設定された「I/O」の積算数が、閾値の「25」となったとする。この場合、割り当てポリシー管理部150はLD01の割り当てポリシーを速度重視に変更し、割り当て単位を大きくする。この結果、I/Oレスポンスの低下が抑制される。変更後、割り当てポリシー管理部150は、割り当てポリシー管理テーブル190を更新する。   Specifically, the allocation policy management unit 150 temporarily changes the allocation policy when there is a logical disk in which the total number of I / O patterns exceeds a preset threshold, To change. For example, when the allocation policy of LD01 shown in FIG. 6 is set to emphasize capacity, the integrated number of “I / O” in which the I / O size is 1 or less and the I / O pattern is randomly set is It is assumed that the threshold value is “25”. In this case, the allocation policy management unit 150 changes the allocation policy of LD01 to emphasize speed, and increases the allocation unit. As a result, a decrease in I / O response is suppressed. After the change, the allocation policy management unit 150 updates the allocation policy management table 190.

また、割り当てポリシー管理部150は、I/Oパターンの積算数が閾値を下回った場合は、論理ディスクの割り当てポリシーを再度変更して、割り当て単位を元に戻す。その後、割り当てポリシー管理部150は、割り当てポリシー管理テーブル190を再度更新する。   Further, when the integrated number of I / O patterns falls below the threshold value, the allocation policy management unit 150 changes the allocation policy of the logical disk again and restores the allocation unit to the original. Thereafter, the allocation policy management unit 150 updates the allocation policy management table 190 again.

データ領域再配置部160は、ストレージ装置100上で動作し、定期的に論理ディスク領域管理テーブル170(図2参照)と割り当てポリシー管理テーブル190(図4参照)とを参照し、ディスクプール領域を使用するデータ領域を再配置する。   The data area rearrangement unit 160 operates on the storage apparatus 100 and periodically refers to the logical disk area management table 170 (see FIG. 2) and the allocation policy management table 190 (see FIG. 4) to determine the disk pool area. Relocate the data area to be used.

データ領域再配置部160は、割り当てポリシーが速度重視に設定されている論理ディスクの場合、不連続の複数の物理ブロックそれぞれに割り当てられている複数のデータ領域が、連続する複数の物理ブロックそれぞれに割り当てられるように、複数のデータ領域を再配置する、   In the case of a logical disk in which the allocation policy is set to emphasize speed, the data area relocation unit 160 has a plurality of data areas allocated to each of a plurality of discontinuous physical blocks to each of a plurality of continuous physical blocks. Rearrange multiple data areas to be allocated,

具体的には、データ領域再配置部160は、割り当てポリシーが速度重視に設定されている場合、データ領域として、論理ディスクの物理ブロックIDが不連続に割り当てられ、更に、連続化可能な割り当て単位が存在するかどうか判定する。存在する場合は、データ領域再配置部160は、ディスクプール領域割り当て部140にディスクプール領域の割り当てを要求する。そして、データ領域再配置部160は、割り当てた領域に、元のデータをコピーし、コピー前のデータ領域を削除することで、不連続なデータ領域を連続なデータ領域とする。   Specifically, when the allocation policy is set to emphasize speed, the data area relocation unit 160 allocates the physical block IDs of the logical disks discontinuously as data areas, and further allows allocation units that can be continuous. Determine if exists. If it exists, the data area relocation unit 160 requests the disk pool area allocation unit 140 to allocate a disk pool area. Then, the data area rearrangement unit 160 copies the original data to the allocated area and deletes the data area before copying, thereby making the discontinuous data area a continuous data area.

また、データ領域再配置部160は、割り当てポリシーが容量重視に設定されている論理ディスクの場合、連続している複数の物理ブロックそれぞれに割り当てられている各データ領域中に、解放可能な領域が存在するかどうかを判定する。そして、解放可能な領域が存在する場合は、データ領域再配置部160は、これをディスクプール領域とする。   In addition, in the case of a logical disk in which the allocation policy is set to emphasize capacity, the data area relocation unit 160 includes a releasable area in each data area allocated to each of a plurality of consecutive physical blocks. Determine if it exists. If a releasable area exists, the data area rearrangement unit 160 sets this as a disk pool area.

具体的には、データ領域再配置部160は、割り当てポリシーが容量重視に設定されている場合において、速度重視の場合の割り当て単位でデータ領域が連続で割り当たっている、物理ブロックIDを判定の対象とする。そして、データ領域再配置部160は、判定の対象となるデータ領域を、容量重視の場合の割り当て単位で分割し、この場合に解放できるディスクプール領域が存在するかどうかを判定する。そして、存在している場合は、データ領域再配置部160は、その領域を解放しディスクプール200に戻すことで、その領域を再利用可能にする。   Specifically, the data area rearrangement unit 160 determines physical block IDs in which data areas are continuously allocated in allocation units when speed is important when the allocation policy is set to focus on capacity. set to target. Then, the data area rearrangement unit 160 divides the data area to be determined by the allocation unit when the capacity is important, and determines whether there is a disk pool area that can be released in this case. If it exists, the data area rearrangement unit 160 releases the area and returns it to the disk pool 200, thereby making the area reusable.

次に、ストレージ装置100の各部の機能について、各部の連係を中心に、時系列に沿って説明する。先ず、ディスクプール200に仮想的な論理ディスク群120が構築される。この場合、ストレージ装置100のディスクプール領域割り当て部140は、構築した仮想的な論理ディスク(120a〜120c)毎に割り当てポリシーを設定する。   Next, the function of each unit of the storage apparatus 100 will be described in chronological order, focusing on the linkage of each unit. First, a virtual logical disk group 120 is constructed in the disk pool 200. In this case, the disk pool area allocation unit 140 of the storage apparatus 100 sets an allocation policy for each constructed virtual logical disk (120a to 120c).

新しい仮想的な論理ディスク群120に対し、ホスト計算機300、310、320からデータの書き込みが実施されると、データ書き込み部130は、ディスクプール領域管理テーブル180(図3参照)を参照する。そして、データ書き込み部130は、書き込み可能なディスクプール領域の有無を判定する。   When data is written from the host computers 300, 310, and 320 to the new virtual logical disk group 120, the data writing unit 130 refers to the disk pool area management table 180 (see FIG. 3). Then, the data writing unit 130 determines whether there is a writable disk pool area.

書き込むためのディスクプール領域が存在しない場合は、データ書き込み部130は、ディスクプール領域割り当て部140に対して、ディスクプール領域の割り当てを要求する。ディスクプール領域の割り当て要求を受けたディスクプール領域割り当て部140は、割り当てポリシー管理テーブル190(図4参照)を参照し、割り当てポリシーに設定されている割り当て単位分のディスクプール領域を割り当てる。   If there is no disk pool area for writing, the data writing unit 130 requests the disk pool area allocation unit 140 to allocate the disk pool area. Upon receiving the disk pool area allocation request, the disk pool area allocation unit 140 refers to the allocation policy management table 190 (see FIG. 4) and allocates the disk pool area for the allocation unit set in the allocation policy.

ディスクプール領域の割り当てが実施されると、ディスクプール領域割り当て部140は、ディスクプール領域管理テーブル180(図3参照)と、論理ディスク領域管理テーブル170(図2参照)とを更新する。そして、ディスクプール領域割り当て部140は、ディスクプール領域を割り当てたことを、データ書き込み部130に通知する。   When the disk pool area allocation is performed, the disk pool area allocation unit 140 updates the disk pool area management table 180 (see FIG. 3) and the logical disk area management table 170 (see FIG. 2). Then, the disk pool area allocation unit 140 notifies the data writing unit 130 that the disk pool area has been allocated.

ディスクプール領域割り当て部140から領域を確保したことを受け、データ書き込み部130は、確保された領域にデータを書き込む。そして、データ書き込み部130は、書き込みを行ったデータのI/Oサイズや、I/Oパターン(アクセス方法)を含む特性をI/Oパターン積算テーブル210に登録する。   In response to securing the area from the disk pool area allocation unit 140, the data writing unit 130 writes data in the secured area. Then, the data writing unit 130 registers the characteristics including the I / O size of the written data and the I / O pattern (access method) in the I / O pattern integration table 210.

また、ストレージ装置100が上述した動作を行うと同時に、割り当てポリシー管理部150が、定期的にI/Oパターン積算テーブル210を監視する。割り当てポリシー管理部150は、積算数の閾値の設定を含むI/Oパターンの判別方法を用いて、予め設定された割り当てポリシーがI/Oパターンと整合しなくなり、更に、I/Oパターンに起因して閾値変更の必要性が生じているかどうかを判定する。閾値変更の必要性が生じている場合は、割り当てポリシー管理部150は、割り当てポリシー管理テーブル190の割り当て単位を一時的に変更する。   Further, at the same time when the storage apparatus 100 performs the above-described operation, the allocation policy management unit 150 periodically monitors the I / O pattern integration table 210. The allocation policy management unit 150 uses the I / O pattern discrimination method including setting of the threshold value of the total number, and the preset allocation policy becomes inconsistent with the I / O pattern, and is further attributed to the I / O pattern. Then, it is determined whether or not the threshold value needs to be changed. If there is a need to change the threshold value, the allocation policy management unit 150 temporarily changes the allocation unit of the allocation policy management table 190.

更に、割り当て単位が一時的に変更された状態で、積算数が閾値を下回った場合は、割り当てポリシー管理部150は、割り当て単位を元に戻す動作を実行する。また、割り当てポリシー管理部150は、定期的にI/Oパターン積算テーブル210をリセットする。   Furthermore, when the allocation unit is temporarily changed and the cumulative number falls below the threshold value, the allocation policy management unit 150 executes an operation for returning the allocation unit. Also, the allocation policy management unit 150 periodically resets the I / O pattern integration table 210.

また、データ領域再配置部160は、定期的に動作する。そして、データ領域再配置部160は、論理ディスク(120a〜120c)の割り当てポリシーが速度重視であり、論理ディスク(120a〜120c)の物理ブロックIDが不連続に割り当てられ、連続化可能な割り当て単位がある場合は、連続な物理ブロックをデータ領域に割り当て、データを再配置する。   The data area rearrangement unit 160 operates periodically. In the data area relocation unit 160, the allocation policy of the logical disks (120a to 120c) is speed-oriented, and the physical block IDs of the logical disks (120a to 120c) are allocated discontinuously and can be made continuous. If there is, a continuous physical block is allocated to the data area and the data is rearranged.

更に、データ領域再配置部160は、論理ディスクの割り当てポリシーが容量重視である場合に、速度重視のときの割り当て単位でデータ領域が連続で割り当てられた物理ブロックIDが存在するかどうか判定する。存在する場合は、データ領域再配置部160は、容量重視のときの割り当て単位で分割すると、ディスクプール領域として解放できるデータ領域が存在するかどうかを更に判定する。存在する場合は、データ領域再配置部160は、このデータ領域を元のディスクプール領域に戻し、最適なディスクプール運用が実施可能となる。   Further, the data area relocation unit 160 determines whether there is a physical block ID in which data areas are continuously allocated in allocation units when the priority is on speed when the allocation policy of the logical disk is priority on capacity. If it exists, the data area rearrangement unit 160 further determines whether or not there is a data area that can be released as a disk pool area when it is divided by the allocation unit when capacity is important. If the data area exists, the data area relocation unit 160 returns the data area to the original disk pool area, and the optimum disk pool operation can be performed.

次に、本発明の実施の形態における領域割り当て方法について図7〜図10を用いて説明する。本実施の形態における領域割り当て方法は、図1に示した本実施の形態におけるストレージ装置を動作させることによって実施される。このため、本実施の形態における領域割り当て方法は、適宜図1〜図6を参酌しながら、ストレージ装置100の動作と共に説明する。   Next, an area allocation method according to the embodiment of the present invention will be described with reference to FIGS. The area allocation method in the present embodiment is implemented by operating the storage apparatus in the present embodiment shown in FIG. For this reason, the area allocation method in the present embodiment will be described together with the operation of the storage apparatus 100 while referring to FIGS. 1 to 6 as appropriate.

図7は、ストレージ装置を構成するデータ書き込み部の動作を示すフロー図である。図8は、ストレージ装置を構成するディスクプール領域割り当て部の動作を示すフロー図である。図9は、ストレージ装置を構成する割り当てポリシー管理部の動作を示すフロー図である。図10は、ストレージ装置を構成するデータ領域再配置部の動作を示すフロー図である。   FIG. 7 is a flowchart showing the operation of the data writing unit constituting the storage apparatus. FIG. 8 is a flowchart showing the operation of the disk pool area allocation unit constituting the storage apparatus. FIG. 9 is a flowchart showing the operation of the allocation policy management unit constituting the storage apparatus. FIG. 10 is a flowchart showing the operation of the data area rearrangement unit constituting the storage apparatus.

最初に、図7を用いて、データ書き込み部130による処理について説明する。データ書き込み部130は、ホスト計算機300、310、320からのデータ書き込み要求を受けると、動作する。そして、図7に示すように、データ書き込み部130は、論理ディスク領域管理テーブル170を参照(S22)し、データの書き込み要求があった論理ディスクに書き込みを行うためのディスクプール領域があるかどうかを確認する(S24)。   First, processing performed by the data writing unit 130 will be described with reference to FIG. The data writing unit 130 operates when receiving a data write request from the host computers 300, 310, 320. Then, as shown in FIG. 7, the data writing unit 130 refers to the logical disk area management table 170 (S22), and whether or not there is a disk pool area for writing to the logical disk that has been requested to write data. Is confirmed (S24).

ステップS24において、データの書き込む領域がないことを判断した、データ書き込み部130は、ディスクプール領域割り当て部140に対し、データを書き込むためのディスクプール領域の割り当て要求を行う(S26)。   In step S24, the data writing unit 130, which has determined that there is no data writing area, makes a disk pool area allocation request for writing data to the disk pool area allocation unit 140 (S26).

次に、データ書き込み部130は、ディスクプール領域割り当て部140より、データ書き込むためのディスクプール領域を確保した通知を受けると、論理ディスクに対し、データの書き込みを実施する。(S28)   Next, when the data writing unit 130 receives a notification from the disk pool area allocation unit 140 that a disk pool area for writing data is secured, the data writing unit 130 writes data to the logical disk. (S28)

その後、データの書き込みを完了したデータ書き込み部130は、書き込みを行ったデータのI/O特性をI/Oパターン積算テーブル210に追加し(S30)、処理を終了する。   Thereafter, the data writing unit 130 that has completed the data writing adds the I / O characteristics of the written data to the I / O pattern integration table 210 (S30), and ends the process.

続いて、図8を用いて、ディスクプール領域割り当て部140による処理について説明する。ディスクプール領域割り当て部140は、データ書き込み部130によるディスクプール領域の割り当て要求(S26)、又は、後述するデータ領域再配置部160によるディスクプール領域の割り当て要求が行われると、動作を開始する。   Next, processing performed by the disk pool area allocation unit 140 will be described with reference to FIG. The disk pool area allocation unit 140 starts the operation when a disk pool area allocation request (S26) by the data writing unit 130 or a disk pool area allocation request by the data area rearrangement unit 160 described later is made.

図8に示すように、先ず、ディスクプール領域割り当て部140は、ディスクプール領域の割り当て要求を受けると、割り当てポリシー管理テーブル190を参照する(S42)。次に、ディスクプール領域割り当て部140は、要求があった論理ディスクに設定されている割り当てポリシーに従い、これに、ディスクプール領域を割り当てる(S44)。   As shown in FIG. 8, first, when receiving a disk pool area allocation request, the disk pool area allocation unit 140 refers to the allocation policy management table 190 (S42). Next, the disk pool area allocation unit 140 allocates a disk pool area to this according to the allocation policy set for the requested logical disk (S44).

次に、領域を割り当てたディスクプール領域割り当て部140は、論理ディスク領域管理テーブル170(図2参照)とディスクプール領域管理テーブル180(図3参照)とを更新する(S46)。そして、ディスクプール領域割り当て部140は処理を終了する。   Next, the allocated disk pool area allocation unit 140 updates the logical disk area management table 170 (see FIG. 2) and the disk pool area management table 180 (see FIG. 3) (S46). Then, the disk pool area allocation unit 140 ends the process.

続いて、図9を用いて、割り当てポリシー管理部150による処理について説明する。割り当てポリシー管理部150は、利用者からの要求に応じて、または定期的に動作を行う。   Next, processing performed by the allocation policy management unit 150 will be described with reference to FIG. The allocation policy management unit 150 operates in response to a request from a user or periodically.

図9に示すように、先ず、割り当てポリシー管理部150は、I/Oパターン積算テーブル210(図6参照)と割り当てポリシー管理テーブル190(図4参照)とを参照する(S62)。次に、割り当てポリシー管理部150は、I/Oパターン積算テーブル210に設定された閾値を上回っている論理ディスクの有無を確認する(S64)。   As shown in FIG. 9, first, the allocation policy management unit 150 refers to the I / O pattern integration table 210 (see FIG. 6) and the allocation policy management table 190 (see FIG. 4) (S62). Next, the allocation policy management unit 150 checks whether there is a logical disk exceeding the threshold set in the I / O pattern integration table 210 (S64).

I/Oパターン積算テーブル210に設定された閾値を上回る論理ディスクが存在する場合、割り当てポリシー管理部150は、割り当て単位を変更し(S66)、割り当てポリシー管理テーブル190を更新する(S68)。   When there is a logical disk exceeding the threshold set in the I / O pattern integration table 210, the allocation policy management unit 150 changes the allocation unit (S66) and updates the allocation policy management table 190 (S68).

続いて、図10を用いてデータ領域再配置部160による処理について説明する。データ領域再配置部160は、利用者からの要求に応じて、または定期的に動作を行う。図10に示すように、先ず、データ領域再配置部160は、論理ディスク領域管理テーブル170(図2参照)と割り当てポリシー管理テーブル190(図4参照)とを参照する(S82)。次に、データ領域再配置部160は、論理ディスク毎に割り当てポリシーが速度重視か容量重視かを判断する(S84)。   Next, processing performed by the data area rearrangement unit 160 will be described with reference to FIG. The data area rearrangement unit 160 operates in response to a request from a user or periodically. As shown in FIG. 10, first, the data area relocation unit 160 refers to the logical disk area management table 170 (see FIG. 2) and the allocation policy management table 190 (see FIG. 4) (S82). Next, the data area rearrangement unit 160 determines whether the allocation policy is speed-oriented or capacity-oriented for each logical disk (S84).

ステップS84で論理ディスクの割り当てポリシーが速度重視に設定されている場合、データ領域再配置部160は、論理ディスク内に、連続していない物理ブロックが、速度重視の割り当てポリシーに設定された割り当て単位の分だけ存在しているかを確認する(S86)。   If the logical disk allocation policy is set to emphasize speed in step S84, the data area relocation unit 160 allocates non-contiguous physical blocks in the logical disk to the allocation unit set to the speed-oriented allocation policy. (S86).

ステップS86で存在していない場合は、データ領域再配置部160は、再配置できる領域がないと判断し、動作を停止、処理を終了する。一方、ステップS86で存在している場合は、データ領域再配置部160は、連続していない物理ブロックを連続化することができると判断し、ディスクプール領域割り当て部140にディスクプール領域の割り当て要求を行う(S88)。   If it does not exist in step S86, the data area rearrangement unit 160 determines that there is no area that can be rearranged, stops the operation, and ends the process. On the other hand, if it exists in step S86, the data area rearrangement unit 160 determines that the discontinuous physical blocks can be made continuous, and requests the disk pool area allocation unit 140 to allocate a disk pool area. (S88).

そして、データ領域再配置部160は、割り当てた領域にデータをコピーすることで、データを不連続な物理ブロックから連続な物理ブロックに再配置する(S90)。ステップS90による再配置の完了後、データ領域再配置部160は、再配置前のデータ領域を解放し、ディスクプール領域に戻す(S92)。そして、データ領域再配置部160は、論理ディスク領域管理テーブル170を更新し(S94)、処理を終了する。   Then, the data area rearrangement unit 160 rearranges the data from the discontinuous physical block to the continuous physical block by copying the data to the allocated area (S90). After completion of the relocation in step S90, the data area relocation unit 160 releases the data area before relocation and returns it to the disk pool area (S92). Then, the data area relocation unit 160 updates the logical disk area management table 170 (S94) and ends the process.

また、ステップS84で論理ディスクの割り当てポリシーが容量重視に設定されている場合、データ領域再配置部160は、連続して確保されている物理ブロックに解放可能な領域が存在するかどうかを確認する(S96)。具体的には、データ領域再配置部160は、連続した物理ブロックを容量重視の割り当てポリシーに設定された割り当て単位にて分割した際に、解放できる領域があるかどうかを確認する。   If the logical disk allocation policy is set to emphasize capacity in step S84, the data area relocation unit 160 checks whether there is a releasable area in the continuously secured physical blocks. (S96). Specifically, the data area rearrangement unit 160 checks whether there is an area that can be released when a continuous physical block is divided into allocation units set in a capacity-oriented allocation policy.

ステップS96で解放可能な物理ブロックが存在する場合は、データ領域再配置部160は、解放可能な物理ブロックを解放し、ディスクプール領域に戻し(S98)、論理ディスク領域管理テーブル170を更新する(S100)。一方、ステップS96で解放できる領域が存在しない場合は、データ領域再配置部160は、動作を停止し、処理を終了する。   If there is a releasable physical block in step S96, the data area relocation unit 160 releases the releasable physical block, returns it to the disk pool area (S98), and updates the logical disk area management table 170 ( S100). On the other hand, if there is no area that can be released in step S96, the data area rearrangement unit 160 stops the operation and ends the process.

また、本実施の形態におけるプログラムは、コンピュータに、図7に示すステップS22〜S30、図8に示すステップS42〜S46、図9に示すステップS62〜S68、図10に示すステップS82〜S100を実行させるプログラムであれば良い。このプログラムをコンピュータにインストールし、実行すると、コンピュータは、ストレージ装置100として機能する。この場合、コンピュータのCPU(central processing unit)は、データ書き込み部130、ディスクプール領域割り当て部140、割り当てポリシー管理部150、データ領域再配置部160部として機能し、処理を行なう。   Further, the program in the present embodiment executes steps S22 to S30 shown in FIG. 7, steps S42 to S46 shown in FIG. 8, steps S62 to S68 shown in FIG. 9, and steps S82 to S100 shown in FIG. Any program can be used. When this program is installed in a computer and executed, the computer functions as the storage apparatus 100. In this case, a central processing unit (CPU) of the computer functions as a data writing unit 130, a disk pool area allocation unit 140, an allocation policy management unit 150, and a data area rearrangement unit 160, and performs processing.

更に、本実施の形態では、論理ディスク領域管理テーブル170、ディスクプール領域管理テーブル180、割り当てポリシー管理テーブル190、I/Oパターン積算テーブル210、及び割り当てポリシー設定テーブル220は、コンピュータに備えられたハードディスク等の記憶装置に、これらを構成するデータファイルを格納することによって、実現できる。また、これらのテーブルは、データファイルが格納された記録媒体をコンピュータと接続された読取装置に搭載することによっても実現できる。   Furthermore, in this embodiment, the logical disk area management table 170, the disk pool area management table 180, the allocation policy management table 190, the I / O pattern integration table 210, and the allocation policy setting table 220 are the hard disks provided in the computer. This can be realized by storing data files constituting these in a storage device such as the above. These tables can also be realized by mounting a recording medium in which a data file is stored in a reading device connected to a computer.

以上のように本実施の形態によれば、以下の効果を得ることができる。先ず、本実施の形態では、一つの論理ディスクに対し異なるI/Oパターンがある場合でも、論理ディスクに設定した割り当てポリシーに応じて、ディスクプールの領域の割り当てサイズが割り当てられる。よって、本実施の形態によれば、シーケンシャルI/Oの多い論理ディスクに対しては、大きな割り当て単位の領域を割り当てることができるので、領域の断片化が抑制され、シーケンシャルI/Oのレスポンスの劣化が低減される。   As described above, according to the present embodiment, the following effects can be obtained. First, in this embodiment, even when there are different I / O patterns for one logical disk, the allocation size of the area of the disk pool is allocated according to the allocation policy set for the logical disk. Therefore, according to the present embodiment, an area of a large allocation unit can be allocated to a logical disk with a large number of sequential I / Os, so that fragmentation of the area is suppressed and the response of sequential I / O is suppressed. Degradation is reduced.

つまり、本実施の形態におけるストレージ装置100は、データ書き込み時のI/Oサイズと共に、I/Oパターン(例えば、シーケンシャルI/OとランダムI/O)を判別できる。そして、論理ディスクに対する割り当てポリシーの設定により、シーケンシャルI/Oには、割り当てポリシーに応じた割り当て単位での割り当てが可能となるからである。   That is, the storage apparatus 100 according to the present embodiment can determine the I / O pattern (for example, sequential I / O and random I / O) along with the I / O size at the time of data writing. This is because, by setting the allocation policy for the logical disk, the sequential I / O can be allocated in units of allocation according to the allocation policy.

また、本実施の形態では、論理ディスクに設定した割り当てポリシーに応じて、ディスクプールの領域の割り当てサイズを選択することによる容量効率の向上が可能となる。つまり、論理ディスク毎に、容量優先か速度優先かの割り当てポリシーを設定しておき、容量を優先する場合は、I/Oサイズの大きい場合でも、小さいサイズでデータ領域が割り当てられ、不要な割り当てが行われないからである。   Further, according to the present embodiment, the capacity efficiency can be improved by selecting the allocation size of the disk pool area according to the allocation policy set for the logical disk. In other words, if an allocation policy for capacity priority or speed priority is set for each logical disk and capacity is prioritized, even if the I / O size is large, the data area is allocated with a small size, and unnecessary allocation is performed. This is because is not done.

更に、本実施の形態では、論理ディスクに設定した割り当てポリシーは、論理ディスクに書き込まれるデータのI/Oサイズ及びI/Oパターンによって切り替えられるため、論理ディスク毎に割り当て単位を設定する場合の管理コストが低減される。   Furthermore, in this embodiment, since the allocation policy set for the logical disk is switched according to the I / O size and I / O pattern of data written to the logical disk, management when setting the allocation unit for each logical disk Cost is reduced.

また、本実施の形態は、速度重視に設定された論理ディスクに対して、不連続な物理ブロックが割り当てられている場合は、連続な物理ブロックにデータ領域を再配置して、シーケンシャルI/Oのレスポンスの劣化を低減することができる。   In this embodiment, when a discontinuous physical block is allocated to a logical disk set to emphasize speed, a data area is rearranged in a continuous physical block and a sequential I / O is performed. It is possible to reduce the deterioration of the response.

更に、本実施の形態は、割り当てポリシーが容量重視に設定された論理ディスクに対して、連続した大きな割り当て単位が割り当てられている場合は、物理ブロックを容量重視の割り当て単位まで分割することができる。これにより、未使用領域があった場合は、領域を解放して、ディスクプールに戻すことができるので、容量効率の向上が図られる。   Furthermore, according to the present embodiment, when a continuous large allocation unit is allocated to a logical disk whose allocation policy is set to emphasize capacity, a physical block can be divided into allocation units that emphasize capacity. . As a result, if there is an unused area, the area can be released and returned to the disk pool, so that the capacity efficiency can be improved.

以上のように、本発明は、ストレージ装置、これを利用したストレージシステムに適用でき、産業上の利用可能性を有している。   As described above, the present invention can be applied to a storage apparatus and a storage system using the storage apparatus, and has industrial applicability.

図1は、本発明の実施の形態におけるストレージ装置の構成を示すブロック図である。FIG. 1 is a block diagram showing a configuration of a storage apparatus according to an embodiment of the present invention. 図2は、図1に示す論理ディスク領域管理テーブルの一例を示す図である。FIG. 2 is a diagram showing an example of the logical disk area management table shown in FIG. 図3は、図1に示すディスクプール領域管理テーブルの一例を示す図である。FIG. 3 is a diagram showing an example of the disk pool area management table shown in FIG. 図4は、図1に示す割り当てポリシー管理テーブルの一例を示す図である。FIG. 4 is a diagram showing an example of the allocation policy management table shown in FIG. 図5は、図1に示す割り当てポリシー設定テーブルの一例を示す図である。FIG. 5 is a diagram showing an example of the allocation policy setting table shown in FIG. 図6は、図1に示すI/Oパターン積算テーブルの一例を示す図である。FIG. 6 is a diagram showing an example of the I / O pattern integration table shown in FIG. 図7は、ストレージ装置を構成するデータ書き込み部の動作を示すフロー図である。FIG. 7 is a flowchart showing the operation of the data writing unit constituting the storage apparatus. 図8は、ストレージ装置を構成するディスクプール領域割り当て部の動作を示すフロー図である。FIG. 8 is a flowchart showing the operation of the disk pool area allocation unit constituting the storage apparatus. 図9は、ストレージ装置を構成する割り当てポリシー管理部の動作を示すフロー図である。FIG. 9 is a flowchart showing the operation of the allocation policy management unit constituting the storage apparatus. 図10は、ストレージ装置を構成するデータ領域再配置部の動作を示すフロー図である。FIG. 10 is a flowchart showing the operation of the data area rearrangement unit constituting the storage apparatus.

符号の説明Explanation of symbols

100 ストレージ装置
110 物理ディスク群
120 論理ディスク群
120a、120b、120c 論理ディスク
130 データ書き込み部
140 ディスクプール領域割り当て部
150 割り当てポリシー管理部
160 データ領域再配置部
170 論理ディスク領域管理テーブル
180 ディスクプール領域管理テーブル
190 割り当てポリシー管理部
200 ディスクプール
210 I/Oパターン積算テーブル
220 割り当てポリシー設定テーブル
300、310、320 ホスト計算機
DESCRIPTION OF SYMBOLS 100 Storage apparatus 110 Physical disk group 120 Logical disk group 120a, 120b, 120c Logical disk 130 Data writing part 140 Disk pool area allocation part 150 Allocation policy management part 160 Data area rearrangement part 170 Logical disk area management table 180 Disk pool area management Table 190 Allocation policy management unit 200 Disk pool 210 I / O pattern integration table 220 Allocation policy setting table 300, 310, 320 Host computer

Claims (15)

物理ディスク群で形成されたディスクプール内に、仮想的な論理ディスクを構築する、ストレージ装置であって、
外部のホスト計算機からデータの書き込み要求に応じて、前記データを書き込むためのデータ領域を前記ディスクプール内に確保して、前記データの書き込みを行い、且つ、前記データのI/Oパターンを判別する、データ書き込み部と、
前記データ書き込み部による前記データ領域の確保の際に、前記データ書き込み部が、ディスクプール領域の割り当てを要求した場合に、前記論理ディスクに設定されている割り当てポリシーに従って、前記データ領域として使用される前記ディスクプール領域を割り当る、ディスクプール領域割り当て部と、
前記データ書き込み部によって判別された前記I/Oパターンに応じて、前記論理ディスクに設定されている割り当てポリシーを変更する、割り当てポリシー管理部とを備える、ことを特徴とするストレージ装置。
A storage device for constructing a virtual logical disk in a disk pool formed by physical disk groups,
In response to a data write request from an external host computer, a data area for writing the data is secured in the disk pool, the data is written, and the I / O pattern of the data is determined. , Data writing part,
When the data writing unit requests allocation of a disk pool area when the data writing unit secures the data area, it is used as the data area according to the allocation policy set in the logical disk. A disk pool area allocation unit for allocating the disk pool area;
A storage apparatus comprising: an allocation policy management unit that changes an allocation policy set in the logical disk in accordance with the I / O pattern determined by the data writing unit.
前記割り当てポリシーとして、一回の割り当て時に割り当て可能な前記ディスクプール領域の大きさが異なる、第1のポリシーまたは第2のポリシーが設定され、
前記第1のポリシーにおいて一回の割り当て時に割り当て可能な前記ディスクプール領域は、前記第2のポリシーにおいて一回の割り当て時に割り当て可能な前記ディスクプール領域よりも大きく設定されている、請求項1に記載のストレージ装置。
As the allocation policy, a first policy or a second policy in which the size of the disk pool area that can be allocated at one allocation is different is set,
The disk pool area that can be allocated at one time allocation in the first policy is set larger than the disk pool area that can be allocated at one time allocation in the second policy. The storage device described.
前記データ書き込み部が、前記I/Oパターンの判別の度に、判別された前記I/Oパターンの数をその種類毎に積算し、
前記割り当てポリシー管理部が、前記I/Oパターンの種類毎に積算された数と、設定された閾値とを比較し、比較結果に基づいて、前記論理ディスクに設定されている割り当てポリシーを変更する、請求項1または2に記載のストレージ装置。
Each time the I / O pattern is determined, the data writing unit accumulates the determined number of I / O patterns for each type,
The allocation policy management unit compares the number accumulated for each type of the I / O pattern with a set threshold, and changes the allocation policy set for the logical disk based on the comparison result. The storage apparatus according to claim 1 or 2.
前記論理ディスクが複数構築され、前記物理ディスクが複数の物理ブロックを有し、
当該ストレージ装置が、更に、前記ディスクプール領域を使用する前記データ領域を再配置するデータ領域再配置部を備え、
前記データ領域再配置部は、前記第1のポリシーが設定されている論理ディスクに対しては、連続していない複数の物理ブロックそれぞれに割り当てられている複数のデータ領域が、連続する複数の物理ブロックそれぞれに割り当てられるように、前記複数のデータ領域を再配置する、請求項1〜3のいずれかに記載のストレージ装置。
A plurality of the logical disks are constructed, and the physical disk has a plurality of physical blocks,
The storage apparatus further includes a data area rearrangement unit that rearranges the data area using the disk pool area,
The data area rearrangement unit has a plurality of data areas allocated to a plurality of non-consecutive physical blocks for a logical disk in which the first policy is set. The storage apparatus according to any one of claims 1 to 3, wherein the plurality of data areas are rearranged so as to be allocated to each block.
前記データ領域再配置部が、前記第2のポリシーが設定されている論理ディスクに対しては、連続している複数の物理ブロックそれぞれに割り当てられている各データ領域中に、解放可能な領域が存在するかどうかを判定し、解放可能な領域が存在する場合は、これをディスクプール領域とする、請求項4に記載のストレージ装置。   For the logical disk to which the second policy is set, the data area relocation unit includes a releasable area in each data area allocated to each of a plurality of consecutive physical blocks. The storage apparatus according to claim 4, wherein it is determined whether or not there is a releasable area, and this is used as a disk pool area. 物理ディスク群で形成されたディスクプール内に、仮想的な論理ディスクを構築する際にディスクプール領域を割り当てるための、領域割り当て方法であって、
(a)外部のホスト計算機からデータの書き込み要求に応じて、前記データを書き込むためのデータ領域を前記ディスクプール内に確保して、前記データの書き込みを行う、ステップと、
(b)前記データのI/Oパターンを判別する、ステップと、
(c)前記(a)のステップにおける前記データ領域の確保の際に、ディスクプール領域の割り当てが必要となった場合に、前記論理ディスクに設定されている割り当てポリシーに従って、前記データ領域として使用される前記ディスクプール領域を割り当る、ステップと、
(d)前記(a)のステップで判別された前記I/Oパターンに応じて、前記論理ディスクに設定されている割り当てポリシーを変更する、ステップとを備える、ことを特徴とする領域割り当て方法。
An area allocation method for allocating a disk pool area when constructing a virtual logical disk in a disk pool formed of physical disk groups,
(A) in response to a data write request from an external host computer, securing a data area for writing the data in the disk pool, and writing the data;
(B) determining an I / O pattern of the data; and
(C) When allocation of a disk pool area becomes necessary when the data area is secured in the step (a), it is used as the data area according to an allocation policy set for the logical disk. Allocating the disk pool area
(D) changing the allocation policy set in the logical disk in accordance with the I / O pattern determined in the step (a).
前記割り当てポリシーとして、一回の割り当て時に割り当て可能な前記ディスクプール領域の大きさが異なる、第1のポリシーまたは第2のポリシーが設定され、
前記第1のポリシーにおいて一回の割り当て時に割り当て可能な前記ディスクプール領域は、前記第2のポリシーにおいて一回の割り当て時に割り当て可能な前記ディスクプール領域よりも大きく設定されている、請求項6に記載の領域割り当て方法。
As the allocation policy, a first policy or a second policy in which the size of the disk pool area that can be allocated at one allocation is different is set,
The disk pool area that can be allocated at one time allocation in the first policy is set larger than the disk pool area that can be allocated at one time allocation in the second policy. The area allocation method described.
(e)前記(a)のステップにおける判別の度に、判別された前記I/Oパターンの数をその種類毎に積算する、ステップを、更に備え、
前記(b)のステップにおいて、前記(e)のステップで、種類毎に積算された前記I/Oパターンの数と、設定された閾値とを比較し、比較結果に基づいて、前記論理ディスクに設定されている割り当てポリシーを変更する、請求項6または7に記載の領域割り当て方法。
(E) The step of integrating the number of the determined I / O patterns for each type for each determination in the step (a) is further provided,
In the step (b), the number of I / O patterns accumulated for each type in the step (e) is compared with a set threshold value, and the logical disk is determined based on the comparison result. The area allocation method according to claim 6 or 7, wherein a set allocation policy is changed.
前記論理ディスクが複数構築され、前記物理ディスクが複数の物理ブロックを有し、
(f)前記ディスクプール領域を使用する前記データ領域を再配置する、ステップを、更に備え、
前記(f)のステップにおいて、前記第1のポリシーが設定されている論理ディスクに対しては、連続していない複数の物理ブロックそれぞれに割り当てられている複数のデータ領域が、連続する複数の物理ブロックそれぞれに割り当てられるように、前記複数のデータ領域を再配置する、請求項6〜8のいずれかに記載の領域割り当て方法。
A plurality of the logical disks are constructed, and the physical disk has a plurality of physical blocks,
(F) further comprising the step of rearranging the data area using the disk pool area;
In the step (f), for the logical disk for which the first policy is set, a plurality of data areas allocated to each of a plurality of non-consecutive physical blocks include a plurality of continuous physical The area allocation method according to claim 6, wherein the plurality of data areas are rearranged so as to be allocated to each block.
前記(f)のステップにおいて、前記第2のポリシーが設定されている論理ディスクに対しては、連続している複数の物理ブロックそれぞれに割り当てられている各データ領域中に、解放可能な領域が存在するかどうかを判定し、解放可能な領域が存在する場合は、これをディスクプール領域とする、請求項9に記載の領域割り当て方法。   In the step (f), for the logical disk to which the second policy is set, a releasable area is included in each data area allocated to each of a plurality of consecutive physical blocks. 10. The area allocation method according to claim 9, wherein it is determined whether or not there is a releasable area, and this area is used as a disk pool area. 物理ディスク群で形成されたディスクプール内に、仮想的な論理ディスクを構築する際に、ディスクプール領域の割り当てを、コンピュータに実行させるためのプログラムであって、
前記コンピュータに、
(a)外部のホスト計算機からデータの書き込み要求に応じて、前記データを書き込むためのデータ領域を前記ディスクプール内に確保して、前記データの書き込みを行う、ステップと、
(b)前記データのI/Oパターンを判別する、ステップと、
(c)前記(a)のステップにおける前記データ領域の確保の際に、ディスクプール領域の割り当てが必要となった場合に、前記論理ディスクに設定されている割り当てポリシーに従って、前記データ領域として使用される前記ディスクプール領域を割り当る、ステップと、
(d)前記(a)のステップで判別された前記I/Oパターンに応じて、前記論理ディスクに設定されている割り当てポリシーを変更する、ステップとを実行させる、ことを特徴とするプログラム。
A program for causing a computer to execute allocation of a disk pool area when constructing a virtual logical disk in a disk pool formed by a group of physical disks,
In the computer,
(A) in response to a data write request from an external host computer, securing a data area for writing the data in the disk pool, and writing the data;
(B) determining an I / O pattern of the data; and
(C) When allocation of a disk pool area becomes necessary when the data area is secured in the step (a), it is used as the data area according to an allocation policy set for the logical disk. Allocating the disk pool area
(D) executing a step of changing an allocation policy set in the logical disk in accordance with the I / O pattern determined in the step (a).
前記割り当てポリシーとして、一回の割り当て時に割り当て可能な前記ディスクプール領域の大きさが異なる、第1のポリシーまたは第2のポリシーが設定され、
前記第1のポリシーにおいて一回の割り当て時に割り当て可能な前記ディスクプール領域は、前記第2のポリシーにおいて一回の割り当て時に割り当て可能な前記ディスクプール領域よりも大きく設定されている、請求項11に記載のプログラム。
As the allocation policy, a first policy or a second policy in which the size of the disk pool area that can be allocated at one allocation is different is set,
The disk pool area that can be allocated at one time allocation in the first policy is set to be larger than the disk pool area that can be allocated at one time allocation in the second policy. The listed program.
(e)前記(a)のステップにおける判別の度に、判別された前記I/Oパターンの数をその種類毎に積算する、ステップを、更に前記コンピュータに実行させ、
前記(b)のステップにおいて、前記(e)のステップで、種類毎に積算された前記I/Oパターンの数と、設定された閾値とを比較し、比較結果に基づいて、前記論理ディスクに設定されている割り当てポリシーを変更する、請求項11または12に記載のプログラム。
(E) causing the computer to further execute a step of accumulating the number of discriminated I / O patterns for each type for each discrimination in the step of (a),
In the step (b), the number of I / O patterns accumulated for each type in the step (e) is compared with a set threshold value, and the logical disk is determined based on the comparison result. The program according to claim 11 or 12, which changes a set allocation policy.
前記論理ディスクが複数構築され、前記物理ディスクが複数の物理ブロックを有し、
(f)前記ディスクプール領域を使用する前記データ領域を再配置する、ステップを、更に前記コンピュータに実行させ、
前記(f)のステップにおいて、前記第1のポリシーが設定されている論理ディスクに対しては、連続していない複数の物理ブロックそれぞれに割り当てられている複数のデータ領域が、連続する複数の物理ブロックそれぞれに割り当てられるように、前記複数のデータ領域を再配置する、請求項11〜13のいずれかに記載のプログラム。
A plurality of the logical disks are constructed, and the physical disk has a plurality of physical blocks,
(F) causing the computer to further execute the step of rearranging the data area using the disk pool area;
In the step (f), for the logical disk for which the first policy is set, a plurality of data areas allocated to each of a plurality of non-consecutive physical blocks include a plurality of continuous physical The program according to any one of claims 11 to 13, wherein the plurality of data areas are rearranged so as to be allocated to each block.
前記(f)のステップにおいて、前記第2のポリシーが設定されている論理ディスクに対しては、連続している複数の物理ブロックそれぞれに割り当てられている各データ領域中に、解放可能な領域が存在するかどうかを判定し、解放可能な領域が存在する場合は、これをディスクプール領域とする、請求項14に記載のプログラム。   In the step (f), for the logical disk to which the second policy is set, a releasable area is included in each data area allocated to each of a plurality of consecutive physical blocks. The program according to claim 14, wherein it is determined whether or not there is a releasable area, and this is set as a disk pool area.
JP2008256756A 2008-10-01 2008-10-01 Storage device, area allocation method, and program Expired - Fee Related JP4905810B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008256756A JP4905810B2 (en) 2008-10-01 2008-10-01 Storage device, area allocation method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008256756A JP4905810B2 (en) 2008-10-01 2008-10-01 Storage device, area allocation method, and program

Publications (2)

Publication Number Publication Date
JP2010086420A JP2010086420A (en) 2010-04-15
JP4905810B2 true JP4905810B2 (en) 2012-03-28

Family

ID=42250283

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008256756A Expired - Fee Related JP4905810B2 (en) 2008-10-01 2008-10-01 Storage device, area allocation method, and program

Country Status (1)

Country Link
JP (1) JP4905810B2 (en)

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5079841B2 (en) * 2010-04-15 2012-11-21 株式会社日立製作所 Method and storage apparatus for controlling data write to virtual logical volume according to Thin Provisioning
JP5614213B2 (en) 2010-10-01 2014-10-29 日本電気株式会社 Storage area providing device, storage area providing method, and storage area providing program
CN101976223B (en) * 2010-10-09 2012-12-12 成都市华为赛门铁克科技有限公司 Thin provisioning method and device
US9552160B2 (en) 2011-06-27 2017-01-24 International Business Machines Corporation Preserving data availability and I/O performance when creating virtual raid volumes
JP5849794B2 (en) 2012-03-16 2016-02-03 富士通株式会社 Storage control device, storage control method, and storage control program
WO2014002162A1 (en) 2012-06-25 2014-01-03 富士通株式会社 Storage control device, information processing device, storage control program, and storage control method
JP5355764B2 (en) * 2012-08-29 2013-11-27 株式会社日立製作所 Method and storage apparatus for controlling data write to virtual logical volume according to Thin Provisioning
JP2016012166A (en) 2014-06-27 2016-01-21 富士通株式会社 Storage management device, storage management program, and control method
JP7027947B2 (en) * 2018-02-22 2022-03-02 オムロン株式会社 I / O management device

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7814128B2 (en) * 2003-05-30 2010-10-12 Symantec Operating Corporation Multi-volume file support
JP2006146661A (en) * 2004-11-22 2006-06-08 Nec Corp Replication system, method, replica storage, and program
JP4890033B2 (en) * 2006-01-19 2012-03-07 株式会社日立製作所 Storage device system and storage control method
JP4927412B2 (en) * 2006-02-10 2012-05-09 株式会社日立製作所 Storage control method and control method thereof

Also Published As

Publication number Publication date
JP2010086420A (en) 2010-04-15

Similar Documents

Publication Publication Date Title
JP4905810B2 (en) Storage device, area allocation method, and program
EP3869316B1 (en) Hybrid storage
JP4684864B2 (en) Storage device system and storage control method
JP6286478B2 (en) Storage device and storage space allocation method
KR102170539B1 (en) Method for storing data by storage device and storage device
EP3617867B1 (en) Fragment management method and fragment management apparatus
US20140254042A1 (en) Dynamic allocation of lba to un-shingled media partition
WO2013018132A1 (en) Computer system with thin-provisioning and data management method thereof for dynamic tiering
US8751547B2 (en) Multiple file system and/or multi-host single instance store techniques
JP6459644B2 (en) Storage control device, control system, and control program
US20070204119A1 (en) Storage control device, and data migration method using storage control device
WO2018050006A1 (en) Method and device for writing stored data into storage medium based on flash memory
JP2008015769A (en) Storage system and writing distribution method
US20140095772A1 (en) Computing system and method of managing data in the computing system
JP2010009548A (en) Storage device, control device, storage system, and storage method
CN103294604A (en) Flash memory device and electronic device employing thereof
CN103761053A (en) Data and method for data processing
CN115686385B (en) Data storage method and device, computer equipment and storage medium
JP4992835B2 (en) Disk storage device and program
KR20110087272A (en) A loose coupling between raid volumes and drive groups for improved performance
US9547450B2 (en) Method and apparatus to change tiers
KR102063281B1 (en) Methods and devices for accessing files, and storage systems
JP5594647B2 (en) Storage apparatus and control method thereof
Khouzani et al. Architecting data placement in SSDs for efficient secure deletion implementation
JP5612223B1 (en) Storage system, storage apparatus control method and program

Legal Events

Date Code Title Description
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: 20111215

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20111228

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

Free format text: PAYMENT UNTIL: 20150120

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Ref document number: 4905810

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees