JP2011076572A - Storage system, storage device, method for duplicating data stored in the storage device, and program - Google Patents
Storage system, storage device, method for duplicating data stored in the storage device, and program Download PDFInfo
- Publication number
- JP2011076572A JP2011076572A JP2009230494A JP2009230494A JP2011076572A JP 2011076572 A JP2011076572 A JP 2011076572A JP 2009230494 A JP2009230494 A JP 2009230494A JP 2009230494 A JP2009230494 A JP 2009230494A JP 2011076572 A JP2011076572 A JP 2011076572A
- Authority
- JP
- Japan
- Prior art keywords
- block
- storage
- storage device
- area
- virtual volume
- 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
Links
Images
Abstract
Description
本発明はストレージ装置に関し、特にシンプロビジョニング(Thin Provisioning)によって記憶領域を割り当てているストレージ装置でレプリケーション(Replication)を行うことに関する。 The present invention relates to a storage apparatus, and more particularly to performing replication in a storage apparatus to which a storage area is allocated by thin provisioning.
ストレージ装置内の容量を効率的に管理する技術の1つとして、シンプロビジョニング技術が知られている。シンプロビジョニングは、ハードディスクの物理容量の総和以上に、仮想的に大きな容量の論理ディスクをホスト計算機に割り当てておき、実際にホスト計算機から書き込み要求があったタイミングで、実際の記憶領域を割り当てる技術である。また、ストレージベンダによっては、割り当てられた記憶領域のブロック内のデータが全てゼロ(これをゼロデータ領域という)かどうかを定期的にチェックして、ゼロの場合はその領域を解放することで、記憶領域の効率的な利用を実現しているベンダもある。この場合、ホスト計算機から解放済みの領域へ読み出し(Read I/O)要求があればストレージ装置はゼロを返却し、書き込み(Write I/O)要求があれば、ストレージ装置は再度新しい記憶領域を割り当てる。 A thin provisioning technique is known as one technique for efficiently managing the capacity in a storage apparatus. Thin provisioning is a technology in which a logical disk with a virtual capacity that is virtually larger than the total physical capacity of hard disks is allocated to the host computer, and the actual storage area is allocated when a write request is actually received from the host computer. is there. Also, depending on the storage vendor, periodically checking whether the data in the block of the allocated storage area is all zero (this is called zero data area), if it is zero, by releasing that area, Some vendors have realized efficient use of storage space. In this case, if there is a read (Read I / O) request to the released area from the host computer, the storage apparatus returns zero, and if there is a write (Write I / O) request, the storage apparatus again allocates a new storage area. assign.
一方、ストレージのデータ複製に関する技術として、レプリケーション技術が知られている。これは、あるボリュームのデータをマスターとし、これと全く同じ内容の複製(レプリカ)を作成する技術である。この際、マスターボリュームとレプリカボリュームの配置方法は、同一のストレージ装置内に存在する場合と、別々のストレージ装置に分かれている場合の2種類がある。 On the other hand, replication technology is known as a technology related to storage data replication. This is a technique for creating a replica (replica) having exactly the same contents as data of a certain volume. At this time, there are two types of arrangement methods of the master volume and the replica volume, in the case where they exist in the same storage device and in the case where they are divided into different storage devices.
これらに関連する技術文献として、次の各々の特許文献がある。特許文献1には、シンプロビジョニング技術で、割り当てが不要と判断できた領域を解放する方法の一例が記載されている。特許文献2には、メモリの記憶データを引き継ぐ方法として、新旧のメモリでデータのブロック長を統一するという技術が記載されている。特許文献3には、シンプロビジョニングを行っているストレージ装置でデータのバックアップおよび復元を行う時の容量の浪費を少なくするため、復元の際にボイドデータであるセグメントに物理ストレージ域を割り付けないという技術が記載されている。
As technical documents related to these, there are the following patent documents.
しかしながら、シンプロビジョニング機能とレプリケーション機能は本来別々の技術であり、したがってストレージ装置ではこの両者は独立した別々の機能として提供されている。このため、シンプロビジョニング機能とレプリケーション機能とを併用している場合、同一の領域に対して、この両者が別個かつ非同期的にデータの読み出し処理を行うことになる。即ち、データの読み書きおよび領域の解放が効率的でない。 However, the thin provisioning function and the replication function are originally separate technologies, and therefore both are provided as independent and separate functions in the storage apparatus. For this reason, when the thin provisioning function and the replication function are used in combination, both perform data read processing separately and asynchronously with respect to the same area. That is, reading / writing data and releasing an area are not efficient.
しかも、シンプロビジョニング機能とレプリケーション機能とで、扱う記憶領域のブロック長は一般に同じではない。このため、コピー元にゼロデータ領域が存在した場合には、レプリケーション機能が該ゼロデータ領域をそのままコピー先にコピーして、シンプロビジョニング機能がコピー先の側で該領域がゼロデータ領域であるか否かを判定して該領域を削除することとなり、その判定および削除の処理が効率的とはいえない。また、ストレージ装置にも余分な負荷がかかる結果となる。 Moreover, the block lengths of the storage areas handled are generally not the same between the thin provisioning function and the replication function. Therefore, if a zero data area exists at the copy source, the replication function copies the zero data area to the copy destination as it is, and whether the thin provisioning function is the copy destination side and the area is the zero data area. It is determined whether or not the area is deleted, and the determination and deletion processing is not efficient. In addition, an excessive load is applied to the storage apparatus.
ちなみに前述の特許文献1〜3に記載された技術では、いずれもシンプロビジョニング機能とレプリケーション機能とを連携させたものではないので、この両者を組み合わせることによって発生する上記の問題を解決していない。
Incidentally, none of the techniques described in the above-mentioned
本発明の目的は、シンプロビジョニング機能とレプリケーション機能とを併用している環境にあっても、効率的にデータの複製を行うことを可能とするストレージシステム、ストレージ装置、ストレージ装置の記憶内容複製方法およびプログラムを提供することにある。 An object of the present invention is to provide a storage system, a storage apparatus, and a storage content replication method for a storage apparatus that can efficiently replicate data even in an environment in which a thin provisioning function and a replication function are used together And to provide a program.
上記目的を達成するため、本発明に係るストレージシステムは、レイド(RAID、Redundant Arrays of Inexpensive Disks)によって物理ディスクから構築されたプールをそれぞれ有する第1および第2のストレージ装置と、第1および第2のストレージ装置に複製作成要求を送信する管理コンソールとを含むストレージシステムであって、第1のストレージ装置が、あらかじめ与えられたブロック長と開始アドレスを持ったブロックによって構成された仮想ボリュームをプールから構築して各々のブロックに実記憶領域を割り当てる第1の領域割当手段と、複製作成要求に応じて第1のストレージ装置上の仮想ボリュームの記憶内容を第2のストレージ装置上の仮想ボリュームに複製する第1の複製作成手段と、仮想ボリュームの記憶内容を複製する際に、第1のストレージ装置上の仮想ボリュームを構成する各ブロックに実記憶領域が割り当てられているか否かをチェックするゼロデータ解析手段と、実記憶領域が割り当てられていないブロックの実記憶領域を解放する第1の領域解放手段とを有すると共に、第1の複製作成手段が、実記憶領域が割り当てられていないブロックについて実記憶領域が割り当てられていないブロックであることを示すゼロデータ通知を第2のストレージ装置に送信する機能を有し、第2のストレージ装置が、あらかじめ与えられた第1のストレージ装置と同一のブロック長と開始アドレスを持ったブロックによって構成された仮想ボリュームをプールから構築して各々のブロックに実記憶領域を割り当てる第2の領域割当手段と、ゼロデータ通知を受けて当該ブロックの実記憶領域を解放する第2の領域解放手段とを有することを特徴とする。 In order to achieve the above object, a storage system according to the present invention includes first and second storage apparatuses each having a pool constructed from physical disks by RAID (Redundant Arrays of Inexpensive Disks), and first and second storage apparatuses. A storage system including a management console that transmits a replication creation request to the storage device of the second storage device, wherein the first storage device pools a virtual volume configured with blocks having a predetermined block length and start address And a first area allocating means for allocating the real storage area to each block, and the storage contents of the virtual volume on the first storage device in response to the replication creation request to the virtual volume on the second storage device First copy creation means to replicate and the storage contents of the virtual volume are replicated The zero data analysis means for checking whether or not the real storage area is allocated to each block constituting the virtual volume on the first storage device, and the real storage area of the block to which the real storage area is not allocated And first data releasing means for releasing zero data notification indicating that the real storage area is a block to which a real storage area is not assigned to a block to which the real storage area is not assigned. A virtual volume that has a function of transmitting to the second storage device, and the second storage device has a block having the same block length and start address as the first storage device given in advance from the pool Second area allocating means for constructing and allocating the real storage area to each block, and receiving zero data notification And having a second area releasing unit for releasing the real storage area of the block.
上記目的を達成するため、本発明に係るストレージ装置は、レイド(RAID、Redundant Arrays of Inexpensive Disks)によって物理ディスクから構築されたプールを有するストレージ装置であって、あらかじめ与えられたブロック長と開始アドレスを持ったブロックによって構成された仮想ボリュームをプールから構築して各々のブロックに実記憶領域を割り当てる領域割当手段と、複製作成要求に応じて仮想ボリュームの記憶内容を他のストレージ装置上の仮想ボリュームに複製する複製作成手段と、仮想ボリュームの記憶内容を複製する際に、仮想ボリュームを構成する各ブロックに実記憶領域が割り当てられているか否かをチェックするゼロデータ解析手段と、実記憶領域が割り当てられていないブロックの実記憶領域を解放する領域解放手段とを有すると共に、複製作成手段が、実記憶領域が割り当てられていないブロックについて実記憶領域が割り当てられていないブロックであることを示すゼロデータ通知を他のストレージ装置に送信する機能を有することを特徴とする。 In order to achieve the above object, a storage apparatus according to the present invention is a storage apparatus having a pool constructed from physical disks by RAID (Redundant Arrays of Inexpensive Disks), which has a block length and a start address given in advance. A volume allocation unit that allocates a real storage area to each block by constructing a virtual volume composed of blocks having a virtual volume from the pool, and a virtual volume on another storage device in accordance with a copy creation request A replica creating means for replicating, a zero data analyzing means for checking whether or not a real storage area is allocated to each block constituting the virtual volume when replicating the storage contents of the virtual volume, and a real storage area Area release means for releasing the real storage area of unallocated blocks And the replica creating means has a function of transmitting a zero data notification indicating that the real storage area is a block to which no real storage area is assigned to another storage apparatus. Features.
上記目的を達成するため、本発明に係るストレージ装置の記憶内容複製方法は、レイド(RAID、Redundant Arrays of Inexpensive Disks)によって物理ディスクから構築されたプールをそれぞれ有する第1および第2のストレージ装置と、第1および第2のストレージ装置に複製作成要求を送信する管理コンソールとを含むストレージシステムにあって、第1のストレージ装置の記憶内容を第2のストレージ装置に複製する方法であって、第1および第2のストレージ装置がそれぞれ、あらかじめ与えられた同一のブロック長と開始アドレスを持ったブロックによって構成された仮想ボリュームをプールから構築すると共に各々のブロックに実記憶領域を割り当て、第1のストレージ装置が複製作成要求を受けたことに反応して、第1のストレージ装置上の仮想ボリュームを構成する各ブロックに実記憶領域が割り当てられているか否かをチェックし、ブロックに実記憶領域が割り当てられていなければ当該ブロックの実記憶領域を解放すると共に、第1のストレージ装置が当該ブロックが実記憶領域が割り当てられていないブロックであることを示すゼロデータ通知を第2のストレージ装置に送信し、このゼロデータ通知を受けた第2のストレージ装置が、当該ブロックの実記憶領域を解放することを特徴とする。 In order to achieve the above object, a storage content replication method of a storage device according to the present invention includes first and second storage devices each having a pool constructed from physical disks by RAID (Redundant Arrays of Inexpensive Disks). A storage system including a management console for transmitting a copy creation request to the first and second storage devices, wherein the storage contents of the first storage device are copied to the second storage device, Each of the first and second storage apparatuses constructs a virtual volume composed of blocks having the same block length and start address given in advance from the pool, and assigns a real storage area to each block. In response to the storage device receiving a copy creation request, the first storage device It is checked whether or not a real storage area is allocated to each block constituting the virtual volume on the device. If the real storage area is not allocated to the block, the real storage area of the block is released and the first The storage device sends a zero data notification indicating that the block is a block to which no real storage area is allocated to the second storage device, and the second storage device receiving the zero data notification It is characterized by releasing the real storage area.
上記目的を達成するため、本発明に係るストレージ装置の記憶内容複製プログラムは、レイド(RAID、Redundant Arrays of Inexpensive Disks)によって物理ディスクから構築されたプールをそれぞれ有する第1および第2のストレージ装置と、第1および第2のストレージ装置に複製作成要求を送信する管理コンソールとを含むストレージシステムにあって、第1のストレージ装置が備えるコンピュータに、あらかじめ与えられた同一のブロック長と開始アドレスを持ったブロックによって構成された仮想ボリュームをプールから構築すると共に各々のブロックに実記憶領域を割り当てる手順と、複製作成要求を受けたことに反応して、第1のストレージ装置上の仮想ボリュームを構成する各ブロックに実記憶領域が割り当てられているか否かをチェックする手順と、ブロックに実記憶領域が割り当てられていなければ当該ブロックの実記憶領域を解放すると共に、当該ブロックが実記憶領域が割り当てられていないブロックであることを示すゼロデータ通知を第2のストレージ装置に送信する手順とを実行させることを特徴とする。 To achieve the above object, a storage content replication program of a storage device according to the present invention includes first and second storage devices each having a pool constructed from physical disks by RAID (Redundant Arrays of Inexpensive Disks). , A storage system including a management console that transmits a copy creation request to the first and second storage apparatuses, and having the same block length and start address given in advance to the computer included in the first storage apparatus The virtual volume configured by the blocks is constructed from the pool, and the real storage area is allocated to each block, and the virtual volume on the first storage device is configured in response to receiving the replication creation request Check whether a real storage area is assigned to each block. And a zero data notification indicating that the block is a block to which the real storage area is not allocated and the real storage area of the block is released if the block is not allocated. And a procedure of transmitting to the storage apparatus.
本発明は上述したように、複製作成要求に応じて実記憶領域が割り当てられていないブロックの有無をチェックして、そのようなブロックの実記憶領域を解放するように構成したので、シンプロビジョニング機能とレプリケーション機能で別個に行われていた読み出し処理を1回に削減することができる。これによって、シンプロビジョニング機能とレプリケーション機能とを能とを併用している環境にあっても、効率的にデータの複製を行うことを可能とするという、優れた特徴を持つストレージシステム、ストレージ装置、ストレージ装置の記憶内容複製方法およびプログラムを提供することができる。 As described above, since the present invention is configured to check whether there is a block to which a real storage area is not allocated in response to a copy creation request and to release the real storage area of such a block, the thin provisioning function Read processing separately performed by the replication function can be reduced to one time. This makes it possible to efficiently replicate data even in an environment where both the thin provisioning function and the replication function are used together. A storage content replication method and program for a storage apparatus can be provided.
(第1の実施形態)
以下、本発明の実施形態の構成について添付図1〜3に基づいて説明する。
最初に、本実施形態の基本的な内容について説明し、その後でより具体的な内容について説明する。
本実施形態に係るストレージシステム1は、レイド(RAID、Redundant Arrays of Inexpensive Disks)によって物理ディスク12および22から構築されたプール140および240をそれぞれ有する第1および第2のストレージ装置10および20と、第1および第2のストレージ装置に複製作成要求を送信する管理コンソール40とを含むストレージシステムである。第1のストレージ装置は、プールからあらかじめ与えられたブロック長と開始アドレスを持ったブロックによって構成された仮想ボリュームを構築して各々のブロックに実記憶領域を割り当てる第1の領域割当手段112と、複製作成要求に応じて第1のストレージ装置上の仮想ボリュームの記憶内容を第2のストレージ装置上の仮想ボリュームに複製する第1の複製作成手段113と、仮想ボリュームの記憶内容を複製する際に、第1のストレージ装置上の仮想ボリュームを構成する各ブロックに実記憶領域が割り当てられているか否かをチェックするゼロデータ解析手段114と、実記憶領域が割り当てられていないブロックの実記憶領域を解放する第1の領域解放手段111とを有する。そして第1の複製作成手段は、実記憶領域が割り当てられていないブロックについて実記憶領域が割り当てられていないブロックであることを示すゼロデータ通知を第2のストレージ装置に送信する機能を有する。一方の第2のストレージ装置は、プールからあらかじめ与えられた第1のストレージ装置と同一のブロック長と開始アドレスを持ったブロックによって構成された仮想ボリュームを構築して各々のブロックに実記憶領域を割り当てる第2の領域割当手段212と、ゼロデータ通知を受けて当該ブロックの実記憶領域を解放する第2の領域解放手段211とを有する。
(First embodiment)
Hereinafter, the configuration of an embodiment of the present invention will be described with reference to FIGS.
First, the basic content of the present embodiment will be described, and then more specific content will be described.
The
また第1の複製作成手段は、第1のストレージ装置の仮想ボリュームの内容を第2のストレージ装置に複製する際に、第1のストレージ装置上の仮想ボリュームを構成する各ブロックに実記憶領域が割り当てられていれば第2のストレージ装置に当該ブロックのコピー要求を送信する機能を有する。これに対して第2のストレージ装置は、コピー要求を受信したら第1のストレージ装置上の当該ブロックの記憶内容を第2のストレージ装置上の対応するブロックに複製する第2の複製作成手段213を有する。 In addition, when the first replica creation means replicates the contents of the virtual volume of the first storage device to the second storage device, a real storage area is included in each block constituting the virtual volume on the first storage device. If assigned, it has a function of transmitting a copy request for the block to the second storage device. On the other hand, when the second storage device receives the copy request, the second storage device copies the storage content of the block on the first storage device to the corresponding block on the second storage device. Have.
そして第1および第2のストレージ装置がそれぞれ、各々のブロックに実記憶領域が割り当てられているか否かを示す割り当て状態フラグと、第1および第2のストレージ装置上で対応するブロックにコピー差分が存在するか否かを示す差分フラグとを含む割り当て管理テーブル121および221を記憶している。 Each of the first and second storage apparatuses has an allocation status flag indicating whether or not a real storage area is allocated to each block, and a copy difference between corresponding blocks on the first and second storage apparatuses. Allocation management tables 121 and 221 including difference flags indicating whether or not they exist are stored.
この構成を備えることにより、ストレージシステム1は、高速にデータの複製を行うことが可能となる。
以下、これをより詳細に説明する。
With this configuration, the
Hereinafter, this will be described in more detail.
図1は、本実施形態に係るストレージシステム1全体の構成例を示す説明図である。ストレージシステム1では、第1のストレージ装置10と第2のストレージ装置20が、いずれも同一のLAN(Local Area Network)50に接続されていると共に、同一のSAN60にも接続されている。LAN50およびSAN60には、第1および第2のストレージ装置10および20以外にも、第1および第2のストレージ装置10および20にSAN60を経由してデータを読み書きするk台のホスト計算機31、32…3k(kは自然数)が接続されている。
FIG. 1 is an explanatory diagram showing a configuration example of the
それに加えてLAN50には、第1および第2のストレージ装置10および20に管理コマンドを発行する管理コンソール40も接続されている。管理コンソール40から第1および第2のストレージ装置10および20への接続はLAN50だけであり、SAN60では接続されない。管理コンソール40の備えているCPU41(Central Processing Unit)では、第1および第2のストレージ装置10および20にレプリケーションのコマンドを発行するコンピュータプログラムである複製作成要求手段42が実行される。
In addition, a
そして、第1および第2のストレージ装置10および20は、LAN50およびSAN60の他に、これらのストレージ装置間を直接相互に接続するレプリケーションリンク70でも接続されている。レプリケーションリンク70は、ストレージ装置10および20を直結し、レプリケーションを実行する場合に、コピーするデータの転送経路となる。なお、図2では、第1および第2のストレージ装置10および20が物理的に別々の装置である例を示しているが、これが同一の装置であってもよい。
In addition to the
第1のストレージ装置10は、マイクロコンピュータ11と物理ディスク12とを備える。第2のストレージ装置20も同様に、マイクロコンピュータ21と物理ディスク22とを備える。ここで、第1のストレージ装置10と第2のストレージ装置20とは、同一の構成で、同一の機能手段が動作するので、以後は第1のストレージ装置10についてまず説明する。
The
図2は、図1で示した第1のストレージ装置10のより詳細な構成を示す説明図である。マイクロコンピュータ11は、コンピュータプログラムを実行する主体であるCPU101と、作業中のプログラムおよびデータを一時的に記憶するRAM(Random Access Memory)102と、プログラムおよびデータを記憶する不揮発性記憶装置であるROM(Read Only Memory)103と、LAN50とSAN60とレプリケーションリンク70を介して他装置とのデータの交換を行うNIC(Network Interface Card)104とを備える。
FIG. 2 is an explanatory diagram showing a more detailed configuration of the
物理ディスク12は、n台(nは自然数)のハードディスク(HDD)装置12a、12b、…、12nから構成され、これらのHDD装置を総称していうものである。物理ディスク22についても同様に、m台(mは自然数)のハードディスク(HDD)装置22a、22b、…、22mから構成され、これらのHDD装置を総称していうものである。なお、mとn、および前述のホスト計算機の台数kは、同じ値であっても異なる値であってもよい。
The
CPU101では、領域解放手段111、領域割当手段112、複製作成手段113、ゼロデータ解析手段114、ホストI/O制御手段115が、各々コンピュータプログラムとして実行される。そして、RAM102では、割り当て管理テーブル121、ペア設定管理テーブル122といった作業データが記憶される。これらの機能手段およびデータの詳細については後述する。
In the
第2のストレージ装置20についても、以上で説明した第1のストレージ装置10と同一の構成を有する。第2のストレージ装置20のマイクロコンピュータ21が備えるコンピュータ資源、およびそこで動作する機能手段およびデータは、第1のストレージ装置10について説明した以上のものと名称および動作は同一で、参照番号を各々+100したものとする。
The
図3は、図1に示した第1のストレージ装置10(もしくは第2のストレージ装置20)で行われる仮想ボリュームの構築について観念的に示す説明図である。第1のストレージ装置10では、領域割当手段112が物理ディスク12からRAID(Redundant Arrays of Inexpensive Disks)によってプール140を構築し、その上に仮想ボリューム150を割り当てている。第2のストレージ装置20でも同様に、領域割当手段212が物理ディスク22からRAIDによってプール240を構築し、その上に仮想ボリューム250を割り当てている。以後、仮想ボリューム150をMV(Master Volume)、仮想ボリューム250をRV(Replica Volume)ということがある。また、仮想ボリューム150の側、もしくは仮想ボリューム250の側という意味で、それぞれMV側、RV側ということがある。
FIG. 3 is an explanatory diagram conceptually showing the construction of a virtual volume performed in the first storage device 10 (or the second storage device 20) shown in FIG. In the
仮想ボリューム150および250は、シンプロビジョニングにより、プール140および240上に物理的に割り当てられた実容量よりも大きな容量を仮想的に持つことができる。仮想ボリューム150および250は、構築当初の実容量はゼロである。実際にホスト計算機31〜3nから書き込み(Write I/O)要求があったタイミングで、プール140および240上に実記憶領域が割り当てられていく。
The
また、仮想ボリューム内の各ブロックは、領域が割り当てられていれば、仮想ボリュームを構成するプール内のブロックに1:1でマッピングされる。例えば、仮想ボリューム150内の最初のブロックは、プール140内の最初のブロックにマッピングされていることを矢印により示している。
Further, each block in the virtual volume is mapped 1: 1 to a block in the pool constituting the virtual volume if an area is allocated. For example, an arrow indicates that the first block in the
そして、仮想ボリューム150と250は、レプリケーション機能によりペア設定されている。ペア設定に関する情報は、ペア設定管理テーブル122および222で管理される。図4は、図1で示したペア設定管理テーブル122および222の一例を示す説明図である。ペア設定管理テーブル122および222は、MV側とRV側とで同一の内容であり、いずれもコピー元の装置名122a(222a)とコピー元の装置番号122b(222b)、そしてコピー先の装置名122c(222c)とコピー先の装置番号122d(222d)とを記憶している。
The
図4の例に示すデータは、ストレージ装置10(MV)の仮想ボリューム150(MV01)をコピー元、ストレージ装置20(RV)の仮想ボリューム250(RV01)をコピー先として、ペア設定されていることを示している。 The data shown in the example of FIG. 4 is paired with the virtual volume 150 (MV01) of the storage device 10 (MV) as the copy source and the virtual volume 250 (RV01) of the storage device 20 (RV) as the copy destination. Is shown.
ここで、ストレージ装置10および20では、レプリケーション機能の管理するデータブロックの管理単位(ブロック長と開始アドレス)と、シンプロビジョニング機能の管理するデータブロックの管理単位(ブロック長と開始アドレス)とは、必ず一致している。言い換えれば、仮想ボリュームおよびプールの各ブロックを元に、レプリケーション機能やシンプロビジョニング機能が動作する。
Here, in the
このとき、仮想ボリューム150をコピー元、仮想ボリューム250をコピー先としてレプリケーションを行う場合、仮想ボリューム150内の最初のブロックに対応するのは、仮想ボリューム250内の最初のブロックである。同様に、仮想ボリューム150内の2番目のブロックと仮想ボリューム250内の2番目のブロックが対応する。以降も同様である。
At this time, when replication is performed using the
図5は、図2で示した割り当て管理テーブル121および221の一例を示す説明図である。割り当て管理テーブル121は、仮想ボリューム番号121a、仮想ボリューム内アドレス121b、割り当て状態121c、プール番号121d、プール内アドレス121e、差分有無フラグ121fの各カラムを持つ。割り当て管理テーブル221も、割り当て管理テーブル121と同一のデータ構造を有するので、各カラムの参照番号を割り当て管理テーブル121の各カラムの参照番号を各々+100したものとする。
FIG. 5 is an explanatory diagram showing an example of the allocation management tables 121 and 221 shown in FIG. The allocation management table 121 has columns of a
仮想ボリューム番号121aは、仮想ボリュームを一意に特定する識別子である。仮想ボリューム番号121aは、ペア設定管理テーブル122(222)のコピー元ボリューム122b(222b)に対応する。仮想ボリューム内アドレス121bは、仮想ボリューム内の当該ブロックの開始アドレスである。
The
割り当て状態121cは、仮想ボリューム内の当該ブロックに対して、プール内の実記憶領域が割り当てられているかどうかを示すフラグである。割り当て状態には、「1(=割り当て済み)」、「0(=未割り当て)」の2種類の値が存在する。「1」は、実記憶領域が割り当てられていることを示し、「0」は、実記憶領域が割り当てられていないことを示す。
The
プール番号121dは、プールを一意に特定する識別子である。プール内アドレス121eは、プール内の当該ブロック(すなわち実記憶領域)の開始アドレスである。差分有無フラグ121fは、コピー元ブロック(割り当て管理テーブル121の各行が該当する)に対して、コピー先ブロックとのコピー差分が存在するかどうかを示すフラグである。
The pool number 121d is an identifier that uniquely identifies the pool. The in-
差分有無フラグ121fには、「1(=有)」、「0(=無)」の2種類の値が存在する。コピー元ブロックのデータに更新があった場合、更新がコピー先ブロックに反映されるまでの間、差分有無フラグの値は「1」となる。更新がコピー先ブロックに反映されると「0」となる。
The difference presence /
図5に示した例では、例えば、仮想ボリューム150の最初のブロック(アドレス0x0000000)には、プール140の最初のブロック(アドレス0x0000000)が割り当てられ、コピー先ブロックとの間にはコピー差分が存在(差分有無フラグが「有」)することが示されている。
In the example shown in FIG. 5, for example, the first block (address 0x0000000) of the
複製作成手段113は、管理コンソール40から複製作成要求を受けつけ、ペア設定管理テーブル122からペア情報を取得し、このペア情報と割り当て管理テーブル121の情報から、コピー先ボリュームが存在するストレージ装置の複製作成手段に通知を送り、またその通知を受け取り、ゼロデータ解析手段114および領域解放手段111を呼び出しつつ、コピー元ボリュームの複製作成手段から受け取ったデータをコピー先ボリュームへコピーする。複製作成手段213も、複製作成手段113と同様の機能を有する。
The
ゼロデータ解析手段114は、複製作成手段113から呼び出され、指定された仮想ボリュームのブロックに対応するデータがゼロデータ(null)かどうかを解析して、解析結果を複製作成手段113に返却する。また、ゼロデータ解析手段214も、ゼロデータ解析手段114と同様の機能を有する。
The zero
領域解放手段111は、複製作成手段113から呼び出され、指定された仮想ボリュームのブロックに対応するプールに割り当てられた実記憶領域を解放し、領域解放後に割り当て管理テーブル121のデータを更新し、領域解放処理の実行結果を複製作成手段113に返却する。また、領域解放手段211も、領域解放手段111と同様の機能を有する。
The
ホストI/O制御手段115および215は、各ホスト計算機31〜3kからの読み出し(Read I/O)要求や書き込み(Write I/O)要求を処理する。 The host I / O control means 115 and 215 process read (Read I / O) requests and write (Write I / O) requests from the host computers 31 to 3k.
領域割当手段112は、ホストI/O制御手段115から呼び出され、指定された仮想ボリュームのブロックの割り当て状態が「未割り当て」の場合にプールから実記憶領域を割り当て、その領域の割り当て後に割り当て管理テーブル121のデータを更新し、その領域割り当て処理の実行結果をホストI/O制御手段115に返却する。また、領域割当手段212も、領域割当手段112と同様の機能を有する。
The
今、管理コンソール40で、複製作成要求手段42が仮想ボリューム150から250への複製作成(レプリケーション)要求を発行した。この時、複製作成要求手段42は、コピー元およびコピー先のボリュームを一意に特定する情報と、複製作成方法(フルコピーまたは差分コピー)を特定する情報を、複製作成要求と一緒に送信する。
Now, in the
複製作成手段113は、管理コンソール40から仮想ボリューム150(MV)から250(RV)への複製作成要求を受け取ると、割り当て管理テーブル121を参照し、仮想ボリューム150を構成する各ブロックに対して、ゼロデータ解析手段114を呼び出す。
Upon receiving a replication creation request from the
ゼロデータ解析手段114は、当該ブロックに実記憶領域が割り当てられているか否かをチェックする。割り当てられていれば、次に実記憶領域中のデータをチェックする。データが全てゼロデータである場合、ゼロデータであるとの情報を複製作成手段113に返却する。複製作成手段113は、ゼロデータであるとの情報を受け取ると、MV側の当該ブロックに対して、領域解放手段111を呼び出す。
The zero
領域解放手段111は、当該ブロックに対応するデータを格納する実記憶領域を解放する。次に、割り当て管理テーブル121の当該ブロックに対する割り当て状態を、「割り当て済み」から「未割り当て」に変更する。次に、コピー元の複製作成手段113は、ペア設定管理テーブル122のペア情報を元に、コピー先の複製作成手段213へ、RV側の当該ブロックに対応するMV側の当該ブロックは、未割り当てである旨の通知を送る。
The
コピー先の複製作成手段213は、この未割り当てである旨の通知を受け取ると、RV側の当該ブロックの割り当て状態221cをチェックする。1(割り当て済み)の場合、RV側の当該ブロックに対して領域解放手段211を呼び出す。
When receiving the notification that the copy is not made, the copy destination
領域解放手段211は、当該ブロックに対応するデータを格納する実記憶領域を解放する。次に、割り当て管理テーブル221の当該ブロックに対する割り当て状態221cを、1(割り当て済み)から0(未割り当て)に更新し、複製作成手段213に制御を返却する。
The
複製作成手段213は、割り当て管理テーブル221の当該ブロックに対する差分有無フラグ221fの値を0に更新する。その後、複製作成手段213は、複製作成手段113に、RV側の当該ブロックに対する領域解放完了の通知を送る。複製作成手段113は、通知を受け取ると、割り当て管理テーブル121の当該ブロックに対する差分有無フラグ221fの値を0に更新する。
The
このようにして、レプリケーションを契機として、コピー元(MV側)の各ブロックがゼロデータであるか否かを解析し、ゼロデータのブロックが存在すれば、MV側、RV側両方のブロックに対して実記憶領域を解放する。 In this way, with the trigger of replication, it is analyzed whether or not each block of the copy source (MV side) is zero data, and if there is a block of zero data, for both blocks on the MV side and RV side To free up real storage.
図6は、図1に示したMV側のストレージ装置10が、管理コンソール40からの複製作成要求を受けて行う処理について書き表したフローチャートである。まず管理コンソール40の複製作成要求手段42が、複製作成要求をストレージ装置10に対して発行する(ステップS301)。ストレージ装置10の複製作成手段113がこの要求を受け取ると、複製作成手段113は割り当て管理テーブル121を参照し、コピー元ボリューム(MV)を構成する全てのブロックに対して、ステップS302〜S310の各ステップを繰り返し処理する。
FIG. 6 is a flowchart describing the processing performed by the MV-
複製作成手段113は、次のブロックに進んだ後(ステップS302)、複製作成要求に含まれる複製作成方法をチェックし(ステップS303)、差分コピーの場合(ステップS303:NO)、割り当て管理テーブル121の差分有無フラグを参照し、当該ブロックにコピー差分があるかをチェックする(ステップS308)。差分がない、即ち差分有無フラグ121f=0である場合には(ステップS308:NO)、次のブロックが存在するかチェックして(ステップS310)、存在する場合はステップS302に戻って処理を繰り返す。
After proceeding to the next block (step S302), the copy creation means 113 checks the copy creation method included in the copy creation request (step S303). In the case of differential copy (step S303: NO), the assignment management table 121 is checked. The difference presence / absence flag is referenced to check whether there is a copy difference in the block (step S308). If there is no difference, that is, the difference presence /
差分があった場合(ステップS308:YES)もしくは複製作成方法がフルコピーの場合(ステップS303:YES)は、MV側の当該ブロックに対して、実記憶領域が割当済みであるか、即ち割り当て状態121c=1であるか否かをチェックする(ステップS304)。この時、複製作成手段113は、仮想ボリューム番号121aおよび仮想ボリューム内アドレス121bの情報をゼロデータ解析手段114に渡す。
If there is a difference (step S308: YES) or if the copy creation method is full copy (step S303: YES), whether the real storage area has been allocated to the block on the MV side, that is, the allocation state It is checked whether 121c = 1 (step S304). At this time, the
MV側の当該ブロックに対する実記憶領域が割当済み(ステップS304:YES)の場合、ゼロデータ解析手段114は、割り当て管理テーブル121の仮想ボリューム番号121aおよび仮想ボリューム内アドレス121bの情報を元に、当該ブロック内のデータが全てゼロ(ゼロデータ)であるか解析し(ステップS305)、その結果を複製作成手段113に返却する。
If the real storage area for the block on the MV side has already been allocated (step S304: YES), the zero
ゼロデータであった場合(ステップS305:YES)、複製作成手段113は領域解放手段111を呼び出し、当該ブロックの実領域解放処理を行う(ステップS306)。この時、複製作成手段113は、コピー元ボリュームの当該ブロックを一意に特定する情報として、仮想ボリューム番号121aおよび仮想ボリューム内アドレス121bの情報を領域解放手段111に渡す。
If the data is zero data (step S305: YES), the
MV側の当該ブロックに対する実記憶領域が未割り当て(ステップS304:NO)の場合および領域解放処理(ステップS306)終了後は、複製作成手段113は、複製作成手段213に対して、コピー先(RV)の仮想ボリューム番号221aおよび仮想ボリューム内アドレス221bの情報と、イベント種別(ここではゼロデータ通知)を通知する(ステップS307)。
When the real storage area for the block on the MV side is unallocated (step S304: NO) and after the area release process (step S306) is completed, the
図7は、図6のステップS306として示した実領域解放処理をより詳しく示すフローチャートである。まず、領域解放手段111は、指定された仮想ボリュームの当該ブロックに対して、実領域解放処理を行う(ステップS351)。続いて、割り当て管理テーブル121を参照し、仮想ボリュームの当該ブロック行の割り当て状態121cの値を「未割り当て」に変更する(ステップS352)。その後、複製作成手段113に制御を返却する。
FIG. 7 is a flowchart showing in more detail the real area releasing process shown as step S306 in FIG. First, the
図6のステップS305で、ゼロデータでなかった場合(ステップS305:NO)には、複製作成手段113は、コピー先ストレージ装置20の複製作成手段213に対して、コピー先仮想ボリューム(RV)の情報およびコピー先仮想ボリューム内アドレスの情報と、コピー対象データ、イベント種別(ここではコピー処理要求)を送信し、コピー処理要求イベントを通知する(ステップS309)。ここで、コピー先仮想ボリュームの情報はペア設定管理テーブル222から取得可能である。また、コピー先仮想ボリューム内アドレスの情報は、コピー元仮想ボリューム内アドレスと同じであるという特性を利用して求めている。
If the data is not zero data in step S305 in FIG. 6 (step S305: NO), the
図8は、図1に示したMV側ストレージ装置10の複製作成手段113からイベントを受け取ったRV側ストレージ装置20の複製作成手段213が行う処理について書き表したフローチャートである。ここで、複製作成手段213が複製作成手段113から受信するイベントは、コピー処理要求(図6のステップS309)およびゼロデータ通知(図6のステップS307)のうちのいずれかである。
FIG. 8 is a flowchart describing the processing performed by the
複製作成手段213は、複製作成手段113からイベントを受信すると(ステップS401)、そのイベントが何であるかをチェックする(ステップS402)。ゼロデータ通知である場合については後述する。このイベント種別がコピー処理要求の場合(ステップS402:NO)、複製作成手段213は、複製作成手段113から渡されたコピー先仮想ボリュームの情報とアドレス情報とから、割り当て管理テーブル221を参照し、該当ブロックに対して実記憶領域が未割り当てか否かをチェックする(ステップS411)。
Upon receiving an event from the copy creation unit 113 (step S401), the
未割り当てであれば(ステップS411:YES)、複製割当手段212は該当ブロックに対して実記憶領域を割り当てると共に、割り当て管理テーブル221の割り当て状態221cを「割り当て済み」(=1)に設定する(ステップS412)。領域割り当て終了後、または既に割り当て済みの場合(ステップS411:NO)は、該当ブロックに対してデータのコピー処理を行う(ステップS413)。
If it is not allocated (step S411: YES), the
ステップS413のコピー処理は、例えばコピー元仮想ボリューム410の先頭ブロック(仮想ボリューム内アドレス:0x0000000)に対応するコピー先仮想ボリューム250の先頭ブロック(仮想ボリューム内アドレス:0x0000000)に対して、コピー処理を行う。コピー処理完了後、複製作成手段213は割り当て管理テーブル221を参照し、該当ブロックに対する差分有無フラグを「無」に設定する(ステップS414)。その後、複製作成手段213は、複製作成手段113にコピー完了を返却する(ステップS415)。
The copy process in step S413 is performed on the first block (address in virtual volume: 0x0000000) of the copy destination
ステップS402で、イベント種別がゼロデータ通知の場合(ステップS402:YES)、複製作成手段213は、複製作成手段113から渡されたコピー先仮想ボリュームの情報とアドレス情報とから、割り当て管理テーブル221を参照し、該当ブロックに対して実記憶領域が割り当て済みかをチェックする(ステップS403)。未割り当ての場合(ステップS403:NO)には、そのまま後述のステップS406に進む。
If the event type is zero data notification in step S402 (step S402: YES), the
実記憶領域が割り当て済みである場合(ステップS403:YES)、当該ブロックに対する実領域解放処理を行う(ステップS404)。ステップS404で示す処理の詳細は、図7で示す処理と同一である。その後、複製作成手段213は割り当て管理テーブル221を参照し、当該ブロックに対する差分有無フラグを「無」に設定し(ステップS405)、複製作成手段113に領域解放完了を返却する(ステップS406)。 When the real storage area has been allocated (step S403: YES), a real area release process is performed for the block (step S404). Details of the processing shown in step S404 are the same as the processing shown in FIG. Thereafter, the copy creation means 213 refers to the allocation management table 221 and sets the difference presence flag for the block to “None” (step S405), and returns the area release completion to the copy creation means 113 (step S406).
本実施形態ではこのように、複製作成要求を契機として、コピー元ボリューム(MV側)のゼロデータブロックが存在するか解析し、ゼロデータブロックが存在すれば、MV側とRV側の両方の当該ブロックに対して、同時に実記憶領域を解放している。 In this embodiment, as described above, triggered by a copy creation request, it is analyzed whether there is a zero data block of the copy source volume (MV side), and if there is a zero data block, both the MV side and the RV side are concerned. The real storage area is simultaneously released for the block.
(第1の実施形態の全体的な動作)
次に、上記の実施形態の全体的な動作について説明する。本実施形態に係るストレージシステムの記憶内容複製方法は、RAIDによって物理ディスクから構築されたプールをそれぞれ有する第1および第2のストレージ装置と、第1および第2のストレージ装置に複製作成要求を送信する管理コンソールとを含むストレージシステムにあって、第1のストレージ装置の記憶内容を第2のストレージ装置に複製する方法である。この記憶内容複製方法は、第1および第2のストレージ装置がそれぞれ、プールからあらかじめ与えられたブロック長と開始アドレスを持ったブロックによって構成された仮想ボリュームを構築すると共に各々のブロックに実記憶領域を割り当て、第1のストレージ装置が複製作成要求を受けたことに反応して(図6:ステップS301)、第1のストレージ装置上の仮想ボリュームを構成する各ブロックに実記憶領域が割り当てられているか否かをチェック(図6:ステップS304)し、ブロックに実記憶領域が割り当てられていなければ当該ブロックの実記憶領域を解放する(図6:ステップS306)と共に、第1のストレージ装置が当該ブロックが実記憶領域が割り当てられていないブロックであることを示すゼロデータ通知を第2のストレージ装置に送信し(図6:ステップS307)、このゼロデータ通知を受けた第2のストレージ装置が、当該ブロックの実記憶領域を解放する(図8:ステップS404)。
(Overall operation of the first embodiment)
Next, the overall operation of the above embodiment will be described. The storage content replication method of the storage system according to the present embodiment transmits a replication creation request to the first and second storage devices each having a pool constructed from physical disks by RAID, and the first and second storage devices. The storage system includes a management console that replicates the storage contents of the first storage device to the second storage device. In this storage content duplication method, the first and second storage apparatuses respectively construct virtual volumes configured by blocks having a block length and a start address given in advance from the pool, and real storage areas are provided in the respective blocks. In response to the first storage apparatus receiving a copy creation request (FIG. 6: step S301), a real storage area is allocated to each block constituting the virtual volume on the first storage apparatus. (FIG. 6: Step S304) and if the real storage area is not allocated to the block, the real storage area of the block is released (FIG. 6: Step S306). Zero data notification indicating that the block is a block to which no real storage area is allocated. Transmitted to the storage device (FIG. 6: step S307), the second storage apparatus that received this zero data notification, releases the real storage area of the block (FIG. 8: Step S404).
ここで、上記各動作ステップについては、これをコンピュータで実行可能にプログラム化し、これらを前記各ステップを直接実行するコンピュータである各ストレージ装置のマイクロコンピュータに実行させるようにしてもよい。また、本実施形態では割り当て済み領域がゼロデータの場合で説明したが、ゼロ以外のデータ(例:データが全て1)の場合でも同様に適用可能である。
この構成および動作により、本実施形態は以下のような効果を奏する。
Here, each of the above-described operation steps may be programmed to be executable by a computer, and may be executed by a microcomputer of each storage device, which is a computer that directly executes each of the steps. In the present embodiment, the case where the allocated area is zero data has been described. However, the present invention can be similarly applied to data other than zero (eg, all data is 1).
With this configuration and operation, the present embodiment has the following effects.
第1の効果は、レプリケーション機能による複製作成とシンプロビジョニング機能によるゼロデータ領域解放のために実施する、同じ実記憶領域に対する読み出し回数を、従来の2回から1回へと削減できることにある。 The first effect is that the number of reads to the same real storage area, which is performed for creating a replica by the replication function and releasing a zero data area by the thin provisioning function, can be reduced from two times to one time.
その理由は、本発明では、シンプロビジョニング機能とレプリケーション機能の管理するデータブロックの管理単位を一致させておくことと、複製作成のタイミングでゼロデータ領域解放を行うことにより、1回のデータ読み出しで、ゼロデータ領域解放のためのチェック処理と複製作成のためのコピー処理の両方に利用できるためである。 The reason for this is that in the present invention, the data block management unit managed by the thin provisioning function and the replication function is matched, and the zero data area is released at the time of replication creation, so that data can be read once. This is because it can be used for both the check process for releasing the zero data area and the copy process for creating a replica.
第2の効果は、複製作成のタイミングでブロック内がゼロデータかどうか解析することにより、シンプロビジョニング機能の公知技術によるゼロデータ解析処理と比べて、ゼロデータ解析処理のオーバヘッドを削減できることにある。 The second effect is that the overhead of the zero data analysis processing can be reduced by analyzing whether or not the data in the block is zero data at the time of creating the replica, compared to the zero data analysis processing by the known technology of the thin provisioning function.
その理由は、本発明では、シンプロビジョニング機能とレプリケーション機能の管理するデータブロックの管理単位を一致させておくことにより、ブロック内のデータが全てゼロであれば必ず領域解放ができるためである。 The reason is that, in the present invention, by making the management units of the data blocks managed by the thin provisioning function and the replication function coincide with each other, the area can be always released if all the data in the block is zero.
第3の効果は、レプリケーション機能と組み合わせて使用する場合、コピー元にゼロデータのブロックが存在すれば、コピー先の当該ブロックに対しても即座に領域解放できることにある。 The third effect is that, when used in combination with the replication function, if there is a block of zero data at the copy source, the area can be immediately released even to the copy destination block.
その理由は、本発明では、コピー元にゼロデータブロックの存在を検出した場合、レプリケーション処理の過程でコピー先の当該ブロックの領域も即座に解放するためであり、ゼロデータ領域をそのままコピーして、コピー先で領域解放処理が行われるのを待つ必要がないためである。 The reason for this is that in the present invention, when the existence of a zero data block is detected at the copy source, the copy destination block area is also immediately released during the replication process. This is because there is no need to wait for the area release processing to be performed at the copy destination.
本実施形態では、図1に示したように第1および第2のストレージ装置10および20が、LAN50およびSAN60の他にレプリケーションリンク70でも接続されており、このレプリケーションリンク70を経由して第1のストレージ装置10から第2のストレージ装置20へのデータのコピーを高速に行えるようにしている。しかしながら、レプリケーションリンク70の利用そのものは本発明の範囲ではないので、たとえばSAN60を経由してデータのコピーを行うようにしてもよい。
In the present embodiment, as shown in FIG. 1, the first and
これまで本発明について図面に示した特定の実施形態をもって説明してきたが、本発明は図面に示した実施形態に限定されるものではなく、本発明の効果を奏する限り、これまで知られたいかなる構成であっても採用することができる。 The present invention has been described with reference to the specific embodiments shown in the drawings. However, the present invention is not limited to the embodiments shown in the drawings, and any known hitherto provided that the effects of the present invention are achieved. Even if it is a structure, it is employable.
本発明は、シンプロビジョニング(Thin Provisioning)によって記憶領域を割り当てているストレージ装置に適用可能であり、特にそのようなストレージ装置でレプリケーション(Replication)を行う場合に優れた効果を発揮する。 The present invention can be applied to a storage apparatus to which a storage area is allocated by thin provisioning, and exhibits an excellent effect particularly when replication is performed using such a storage apparatus.
1 ストレージシステム
10 第1のストレージ装置
20 第2のストレージ装置
11、21 マイクロコンピュータ
12、12a、12b、12m、22、22a、22b、22n 物理ディスク
31、32、3k ホスト計算機
40 管理コンソール
41 CPU
42 複製作成要求手段
50 LAN
60 SAN
70 レプリケーションリンク
101、201 CPU
102、202 RAM
103、203 ROM
104、204 NIC
111、211 領域解放手段
112、212 領域割当手段
113、213 複製作成手段
114、214 ゼロデータ解析手段
115、215 ホストI/O制御手段
121、221 割り当て管理テーブル
122、222 ペア設定管理テーブル
140、240 プール
150、250 仮想ボリューム
DESCRIPTION OF
42 Copy creation request means 50 LAN
60 SAN
70
102, 202 RAM
103, 203 ROM
104, 204 NIC
111, 211 Area release means 112, 212 Area allocation means 113, 213 Replication creation means 114, 214 Zero data analysis means 115, 215 Host I / O control means 121, 221 Allocation management tables 122, 222 Pair setting management tables 140, 240
Claims (8)
前記第1のストレージ装置が、
あらかじめ与えられたブロック長と開始アドレスを持ったブロックによって構成された仮想ボリュームを前記プールから構築して各々の前記ブロックに実記憶領域を割り当てる第1の領域割当手段と、
前記複製作成要求に応じて前記第1のストレージ装置上の前記仮想ボリュームの記憶内容を前記第2のストレージ装置上の前記仮想ボリュームに複製する第1の複製作成手段と、
前記仮想ボリュームの記憶内容を複製する際に、前記第1のストレージ装置上の前記仮想ボリュームを構成する各ブロックに実記憶領域が割り当てられているか否かをチェックするゼロデータ解析手段と、
実記憶領域が割り当てられていない前記ブロックの前記実記憶領域を解放する第1の領域解放手段とを有すると共に、
前記第1の複製作成手段が、実記憶領域が割り当てられていない前記ブロックについて実記憶領域が割り当てられていないブロックであることを示すゼロデータ通知を前記第2のストレージ装置に送信する機能を有し、
前記第2のストレージ装置が、
あらかじめ与えられた前記第1のストレージ装置と同一のブロック長と開始アドレスとを持ったブロックによって構成された仮想ボリュームを前記プールから構築して各々の前記ブロックに実記憶領域を割り当てる第2の領域割当手段と、
前記ゼロデータ通知を受けて当該ブロックの実記憶領域を解放する第2の領域解放手段と
を有することを特徴とするストレージシステム。 The storage system includes first and second storage apparatuses each having a pool constructed from physical disks by RAID (RAID), and a management console that transmits a replication creation request to the first and second storage apparatuses. And
The first storage device is
First area allocating means for constructing a virtual volume constituted by blocks having a block length and a start address given in advance from the pool and allocating a real storage area to each of the blocks;
First copy creation means for copying the storage contents of the virtual volume on the first storage device to the virtual volume on the second storage device in response to the copy creation request;
Zero data analysis means for checking whether a real storage area is allocated to each block constituting the virtual volume on the first storage device when replicating the storage content of the virtual volume;
A first area releasing means for releasing the real storage area of the block to which no real storage area is allocated;
The first replica creation means has a function of transmitting, to the second storage device, a zero data notification indicating that the block to which no real storage area is assigned is a block to which no real storage area is assigned. And
The second storage device is
A second area in which a virtual volume composed of blocks having the same block length and start address as the first storage apparatus given in advance is constructed from the pool and a real storage area is allocated to each block Assigning means;
And a second area releasing means for releasing the real storage area of the block in response to the notification of zero data.
前記第2のストレージ装置が、前記コピー要求を受信したら前記第1のストレージ装置上の当該ブロックの記憶内容を前記第2のストレージ装置上の対応するブロックに複製する第2の複製作成手段を有することを特徴とする、請求項1に記載のストレージシステム。 Each block constituting the virtual volume on the first storage device when the first replica creation means replicates the contents of the virtual volume of the first storage device to the second storage device If a real storage area is allocated to the second storage device, the block has a function of transmitting a copy request for the block to
When the second storage device receives the copy request, the second storage device has second copy creating means for copying the storage content of the block on the first storage device to the corresponding block on the second storage device. The storage system according to claim 1, wherein:
あらかじめ与えられたブロック長と開始アドレスを持ったブロックによって構成された仮想ボリュームを前記プールから構築して各々の前記ブロックに実記憶領域を割り当てる領域割当手段と、
前記複製作成要求に応じて前記仮想ボリュームの記憶内容を他のストレージ装置上の前記仮想ボリュームに複製する複製作成手段と、
前記仮想ボリュームの記憶内容を複製する際に、前記仮想ボリュームを構成する各ブロックに実記憶領域が割り当てられているか否かをチェックするゼロデータ解析手段と、
実記憶領域が割り当てられていない前記ブロックの前記実記憶領域を解放する領域解放手段とを有すると共に、
前記複製作成手段が、実記憶領域が割り当てられていない前記ブロックについて実記憶領域が割り当てられていないブロックであることを示すゼロデータ通知を前記他のストレージ装置に送信する機能を有することを特徴とするストレージ装置。 A storage device having a pool constructed from physical disks by RAID (RAID),
Area allocation means for constructing a virtual volume constituted by blocks having a block length and a start address given in advance from the pool and allocating a real storage area to each of the blocks;
A copy creation means for copying the storage content of the virtual volume to the virtual volume on another storage device in response to the copy creation request;
Zero data analysis means for checking whether a real storage area is allocated to each block constituting the virtual volume when replicating the storage contents of the virtual volume;
An area release means for releasing the real storage area of the block to which no real storage area is allocated;
The replica creating means has a function of transmitting a zero data notification indicating that a block to which a real storage area is not assigned to a block to which no real storage area is assigned, to the other storage device. Storage device.
前記第1および第2のストレージ装置がそれぞれ、あらかじめ与えられた同一のブロック長と開始アドレスを持ったブロックによって構成された仮想ボリュームを前記プールから構築すると共に各々の前記ブロックに実記憶領域を割り当て、
前記第1のストレージ装置が前記複製作成要求を受けたことに反応して、前記第1のストレージ装置上の前記仮想ボリュームを構成する各ブロックに実記憶領域が割り当てられているか否かをチェックし、
前記ブロックに実記憶領域が割り当てられていなければ当該ブロックの実記憶領域を解放すると共に、前記第1のストレージ装置が当該ブロックが実記憶領域が割り当てられていないブロックであることを示すゼロデータ通知を前記第2のストレージ装置に送信し、
このゼロデータ通知を受けた第2のストレージ装置が、当該ブロックの実記憶領域を解放することを特徴とするストレージシステムの記憶内容複製方法。 A storage system including first and second storage apparatuses each having a pool constructed from physical disks by RAID (RAID) and a management console that transmits a replication creation request to the first and second storage apparatuses. A method of replicating the storage content of the first storage device to the second storage device,
Each of the first and second storage devices constructs a virtual volume composed of blocks having the same block length and start address given in advance from the pool and allocates a real storage area to each of the blocks. ,
In response to the first storage device receiving the replication creation request, it checks whether a real storage area is allocated to each block constituting the virtual volume on the first storage device. ,
If no real storage area is allocated to the block, the real storage area of the block is released, and the first storage device notifies the block that the real storage area is not allocated. To the second storage device,
The storage content duplication method of the storage system, wherein the second storage device that has received the zero data notification releases the real storage area of the block.
あらかじめ与えられた同一のブロック長と開始アドレスを持ったブロックによって構成された仮想ボリュームを前記プールから構築すると共に各々の前記ブロックに実記憶領域を割り当てる手順と、
前記複製作成要求を受けたことに反応して、前記第1のストレージ装置上の前記仮想ボリュームを構成する各ブロックに実記憶領域が割り当てられているか否かをチェックする手順と、
前記ブロックに実記憶領域が割り当てられていなければ当該ブロックの実記憶領域を解放すると共に、当該ブロックが実記憶領域が割り当てられていないブロックであることを示すゼロデータ通知を前記第2のストレージ装置に送信する手順と
を実行させることを特徴とするストレージシステムの記憶内容複製プログラム。 A storage system including first and second storage apparatuses each having a pool constructed from physical disks by RAID (RAID) and a management console that transmits a replication creation request to the first and second storage apparatuses. In the computer included in the first storage device,
A procedure for constructing a virtual volume composed of blocks having the same block length and start address given in advance from the pool and allocating a real storage area to each block;
In response to receiving the copy creation request, a procedure for checking whether a real storage area is allocated to each block constituting the virtual volume on the first storage device;
If the real storage area is not assigned to the block, the real storage area of the block is released, and a zero data notification indicating that the block is a block to which the real storage area is not assigned is sent to the second storage device A storage content duplication program of a storage system, characterized in that:
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2009230494A JP5540636B2 (en) | 2009-10-02 | 2009-10-02 | Storage system, storage device, storage content replication method and program for storage device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2009230494A JP5540636B2 (en) | 2009-10-02 | 2009-10-02 | Storage system, storage device, storage content replication method and program for storage device |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2011076572A true JP2011076572A (en) | 2011-04-14 |
JP5540636B2 JP5540636B2 (en) | 2014-07-02 |
Family
ID=44020454
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2009230494A Expired - Fee Related JP5540636B2 (en) | 2009-10-02 | 2009-10-02 | Storage system, storage device, storage content replication method and program for storage device |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP5540636B2 (en) |
Cited By (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2014032515A (en) * | 2012-08-02 | 2014-02-20 | Fujitsu Ltd | Storage devices and storage system |
EP2703990A2 (en) | 2012-08-30 | 2014-03-05 | Fujitsu Limited | Information processing apparatus, computer program, and area release control method |
JP2014529803A (en) * | 2011-08-26 | 2014-11-13 | ヴイエムウェア インコーポレイテッドVMware,Inc. | Data storage systems that export logical volumes as storage objects |
EP2818999A1 (en) | 2013-06-25 | 2014-12-31 | Fujitsu Limited | Storage controller, storage system, and control program |
US8966214B2 (en) | 2012-02-02 | 2015-02-24 | Fujitsu Limited | Virtual storage device, controller, and computer-readable recording medium having stored therein a control program |
JP2015127967A (en) * | 2015-02-12 | 2015-07-09 | 株式会社日立製作所 | Storage system using real storage area dynamic allocation method |
US9552292B2 (en) | 2014-06-27 | 2017-01-24 | Fujitsu Limited | Apparatus and method for allocating virtual memory addresses to continuous physical addresses |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2007133822A (en) * | 2005-11-14 | 2007-05-31 | Hitachi Ltd | Computer system efficiently using storage capacity and control method thereof |
JP2008146574A (en) * | 2006-12-13 | 2008-06-26 | Hitachi Ltd | Storage controller and storage control method |
JP2009205415A (en) * | 2008-02-27 | 2009-09-10 | Hitachi Ltd | Storage system, copy method and primary storage device |
-
2009
- 2009-10-02 JP JP2009230494A patent/JP5540636B2/en not_active Expired - Fee Related
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2007133822A (en) * | 2005-11-14 | 2007-05-31 | Hitachi Ltd | Computer system efficiently using storage capacity and control method thereof |
JP2008146574A (en) * | 2006-12-13 | 2008-06-26 | Hitachi Ltd | Storage controller and storage control method |
JP2009205415A (en) * | 2008-02-27 | 2009-09-10 | Hitachi Ltd | Storage system, copy method and primary storage device |
Cited By (11)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2014529803A (en) * | 2011-08-26 | 2014-11-13 | ヴイエムウェア インコーポレイテッドVMware,Inc. | Data storage systems that export logical volumes as storage objects |
JP2016212904A (en) * | 2011-08-26 | 2016-12-15 | ヴイエムウェア インコーポレイテッドVMware,Inc. | Data storage system that exports logical volumes as storage objects |
US8966214B2 (en) | 2012-02-02 | 2015-02-24 | Fujitsu Limited | Virtual storage device, controller, and computer-readable recording medium having stored therein a control program |
JP2014032515A (en) * | 2012-08-02 | 2014-02-20 | Fujitsu Ltd | Storage devices and storage system |
EP2703990A2 (en) | 2012-08-30 | 2014-03-05 | Fujitsu Limited | Information processing apparatus, computer program, and area release control method |
US9141306B2 (en) | 2012-08-30 | 2015-09-22 | Fujitsu Limited | Information processing apparatus and area release control method |
EP2818999A1 (en) | 2013-06-25 | 2014-12-31 | Fujitsu Limited | Storage controller, storage system, and control program |
JP2015007881A (en) * | 2013-06-25 | 2015-01-15 | 富士通株式会社 | Storage controller, storage system, and control program |
US9268498B2 (en) | 2013-06-25 | 2016-02-23 | Fujitsu Limited | Storage controller, system, and method to control the copy and release processes of virtual volumes |
US9552292B2 (en) | 2014-06-27 | 2017-01-24 | Fujitsu Limited | Apparatus and method for allocating virtual memory addresses to continuous physical addresses |
JP2015127967A (en) * | 2015-02-12 | 2015-07-09 | 株式会社日立製作所 | Storage system using real storage area dynamic allocation method |
Also Published As
Publication number | Publication date |
---|---|
JP5540636B2 (en) | 2014-07-02 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP5540636B2 (en) | Storage system, storage device, storage content replication method and program for storage device | |
US8504765B2 (en) | Method of improving efficiency of capacity of volume used for copy function and apparatus thereof | |
TWI514249B (en) | Method for remote asynchronous replication of volumes and apparatus therefor | |
JP6344798B2 (en) | Data transmission method, data reception method, and storage device | |
CN109074362A (en) | Fractionation and moving range in distributed system | |
JP4942371B2 (en) | Storage system and data management method | |
KR100961739B1 (en) | Maintaining consistency for remote copy using virtualization | |
JP5582418B2 (en) | Transaction memory | |
US8726261B2 (en) | Zero downtime hard disk firmware update | |
JP2006099495A (en) | Remote copy system and remote copy method | |
JP2005309550A (en) | Remote copying method and system | |
JP2010500673A (en) | Storage management system for maintaining consistency of remote copy data (storage management system, storage management method, and computer program) | |
US11509716B2 (en) | Method and apparatus for performing simple storage service seamless migration using index objects | |
CN104067240A (en) | Block level storage | |
TWI531901B (en) | Data flush of group table | |
JP2009237826A (en) | Storage system and volume management method therefor | |
JP6197816B2 (en) | Storage system, storage management method, and computer program | |
JP4937863B2 (en) | Computer system, management computer, and data management method | |
JP2007018407A (en) | Data replication system | |
CN109313593A (en) | Storage system | |
JP2005284980A (en) | Initialization processing method for duplex system and remote disk mirroring | |
CN112748865A (en) | Method, electronic device and computer program product for storage management | |
JP2014038551A (en) | Data storage device, method for controlling data storage device, and control program of data storage device | |
WO2018055686A1 (en) | Information processing system | |
JP7131363B2 (en) | LICENSE MANAGEMENT DEVICE, LICENSE MANAGEMENT SYSTEM, LICENSE MANAGEMENT METHOD, AND PROGRAM |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20120907 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20130625 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20130626 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20130821 |
|
A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20131105 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20140129 |
|
A911 | Transfer to examiner for re-examination before appeal (zenchi) |
Free format text: JAPANESE INTERMEDIATE CODE: A911 Effective date: 20140205 |
|
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: 20140408 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20140421 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 5540636 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
LAPS | Cancellation because of no payment of annual fees |