US20120233416A1 - Multi-target, point-in-time-copy architecture with data deduplication - Google Patents

Multi-target, point-in-time-copy architecture with data deduplication Download PDF

Info

Publication number
US20120233416A1
US20120233416A1 US13/043,394 US201113043394A US2012233416A1 US 20120233416 A1 US20120233416 A1 US 20120233416A1 US 201113043394 A US201113043394 A US 201113043394A US 2012233416 A1 US2012233416 A1 US 2012233416A1
Authority
US
United States
Prior art keywords
target
volume
data
cos
tbm
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.)
Abandoned
Application number
US13/043,394
Inventor
Michael T. Benhase
Theresa M. BROWN
Lokesh M. Gupta
Carol S. Mellgren
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.)
International Business Machines Corp
Original Assignee
International Business Machines 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 International Business Machines Corp filed Critical International Business Machines Corp
Priority to US13/043,394 priority Critical patent/US20120233416A1/en
Assigned to INTERNATIONAL BUSINESS MACHINES CORPORATION reassignment INTERNATIONAL BUSINESS MACHINES CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: BENHASE, MICHAEL T., BROWN, THERESA M., GUPTA, LOKESH M., MELLGREN, CAROL S.
Priority to CN201280011948.6A priority patent/CN103415843B/en
Priority to GB1316907.3A priority patent/GB2502929B/en
Priority to PCT/IB2012/050996 priority patent/WO2012120421A1/en
Priority to JP2013557198A priority patent/JP6048976B2/en
Priority to DE112012000604.6T priority patent/DE112012000604T5/en
Publication of US20120233416A1 publication Critical patent/US20120233416A1/en
Priority to US13/842,047 priority patent/US8843719B2/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0628Interfaces specially adapted for storage systems making use of a particular technique
    • G06F3/0646Horizontal data movement in storage systems, i.e. moving data in between storage devices or systems
    • G06F3/065Replication mechanisms
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0602Interfaces specially adapted for storage systems specifically adapted to achieve a particular effect
    • G06F3/061Improving I/O performance
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0628Interfaces specially adapted for storage systems making use of a particular technique
    • G06F3/0638Organizing or formatting or addressing of data
    • G06F3/064Management of blocks
    • G06F3/0641De-duplication techniques
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0668Interfaces specially adapted for storage systems adopting a particular infrastructure
    • G06F3/0671In-line storage system
    • G06F3/0683Plurality of storage devices

Definitions

  • This invention relates to data replication, and more particularly to apparatus and methods for creating point-in-time copies of data while minimizing data duplication.
  • IBM's Flash Copy may be used to generate nearly instantaneous point-in-time copies of logical volumes or data sets. Among other uses, these point-in-time copies may be used for disaster recovery and business continuity purposes.
  • IBM's Flash Copy in particular creates a point-in-time copy by establishing a relationship (or “mapping”) between a source volume and a target volume. Once this relationship is established, data may be read from either the source volume or target volume.
  • a target bit map associated with a target volume keeps track of which data tracks have actually been copied from the source volume to the target volume.
  • volumes may be arranged in a cascaded configuration such that certain volumes function as both targets and sources.
  • volumes may be arranged in a flat (or “multi-target”) configuration such that a source volume has relationships with multiple target volumes.
  • I/O performance can be impacted significantly as the number of volumes increases in either a cascaded or multi-target configuration.
  • a write to a source volume may need to wait for data to be copied between various volumes in the cascade before the write can be performed.
  • the larger number of volumes in the cascade the larger number of copies that need to occur before data can be written to the source volume.
  • a write to a source volume may need to wait for data to be copied to each connected target before the write can be performed.
  • the larger number of volumes in the multi-target configuration the larger number of copies that need to occur before data can be written to the source volume. This can make a write to a source volume very slow.
  • current Flash Copy implementations typically only allow a limited number of targets in a multi-target configuration to keep the performance impact within an acceptable range.
  • the invention has been developed in response to the present state of the art and, in particular, in response to the problems and needs in the art that have not yet been fully solved by currently available methods. Accordingly, the invention has been developed to provide methods for performing reads and writes to volumes in multi-target architectures, while reducing data duplication.
  • the features and advantages of the invention will become more fully apparent from the following description and appended claims, or may be learned by practice of the invention as set forth hereinafter.
  • a method for performing a write to a target volume (target x) in a multi-target architecture includes a source volume and multiple target volumes mapped thereto.
  • a method includes determining whether the target x has a closest older sibling (COS).
  • COS is a target volume established just before the target x.
  • the method determines whether a target bit map (TBM) for each of the target x and the COS are set. If the TBMs for both the COS and the target x are set, the method copies data from a higher source (HS) volume to the COS.
  • TBM target bit map
  • the method copies the data from the target x to the COS. Once the copy is complete, the method performs the write to the target x.
  • a corresponding computer program product is also disclosed and claimed herein.
  • a method for performing a read on a target volume (target x) in a multi-target architecture includes a source volume and multiple target volumes mapped thereto.
  • a method includes reading a target bit map (TBM) associated with the target x and determining whether the TBM is set. If the TBM is set, the method reads data from a higher source (HS) volume. Reading data from the HS volume includes the following: finding the source volume associated with the target x; finding, by inspecting generation numbers (GNs) on the source volume, the next younger sibling relative to the target x; and reading the data from the next younger sibling if a TBM associated with the next younger sibling is not set.
  • GNs generation numbers
  • a method for performing a write to a source volume in a multi-target architecture includes a source volume and multiple target volumes mapped thereto.
  • a method includes copying data in a track of the source volume to a corresponding track of a target volume (target x).
  • target x a target volume
  • the method enables one or more sibling target volumes (siblings) mapped to the source volume to inherit the data from the target x.
  • the method performs a write to the track of the source volume.
  • FIG. 1 is a high-level block diagram showing one example of a network architecture comprising various types of storage systems
  • FIG. 2 is a high-level block diagram showing one example of a storage system where a methodology in accordance with the invention may be implemented;
  • FIG. 3 is a high-level block diagram showing one example of a multi-target architecture comprising a source volume mapped to multiple target volumes;
  • FIG. 4 is a high-level block diagram showing one embodiment of a method for reading a track from a target volume
  • FIG. 5 is a flow diagram showing one embodiment of a method for copying a data track in response to a write to a source volume
  • FIG. 6 is a flow diagram showing one embodiment of a method for copying a data track in response to a write to a target volume
  • FIG. 7 is a flow diagram showing one embodiment of a method for finding a higher source (HS) volume in response to a read to a volume;
  • FIG. 8 is a flow diagram showing one embodiment of a method for finding a higher source (HS) volume in response to a write to a volume;
  • FIG. 9 is a high-level diagram showing one example of a multi-target architecture showing the use of generation numbers.
  • FIGS. 10 and 11 are tables showing data and TBM values for the volumes illustrated in FIG. 9 after various writes are made thereto.
  • the present invention may be embodied as an apparatus, system, method, or computer program product.
  • the present invention may take the form of a hardware embodiment, a software embodiment (including firmware, resident software, micro-code, etc.) configured to operate hardware, or an embodiment combining software and hardware aspects that may all generally be referred to herein as a “module” or “system.”
  • the present invention may take the form of a computer-usable storage medium embodied in any tangible medium of expression having computer-usable program code stored therein.
  • the computer-usable or computer-readable storage medium may be, for example but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device. More specific examples (a non-exhaustive list) of the computer-readable storage medium may include the following: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a random access memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or Flash memory), an optical fiber, a portable compact disc read-only memory (CDROM), an optical storage device, or a magnetic storage device.
  • a computer-usable or computer-readable storage medium may be any medium that can contain, store, or transport the program for use by or in connection with the instruction execution system, apparatus, or device.
  • Computer program code for carrying out operations of the present invention may be written in any combination of one or more programming languages, including an object-oriented programming language such as Java, Smalltalk, C++, or the like, and conventional procedural programming languages, such as the “C” programming language or similar programming languages.
  • Computer program code for implementing the invention may also be written in a low-level programming language such as assembly language.
  • the computer program instructions may also be stored in a computer-readable storage medium that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable storage medium produce an article of manufacture including instruction means which implement the function/act specified in the flowchart and/or block diagram block or blocks.
  • the computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide processes for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks.
  • FIG. 1 one example of a network architecture 100 is illustrated.
  • the network architecture 100 is presented to show one example of an environment where a point-in-time-copy methodology in accordance with the invention may be implemented.
  • the network architecture 100 is presented only by way of example and not limitation. Indeed, the methodology disclosed herein may be applicable to a wide variety of different computers, servers, storage devices, and network architectures, in addition to the network architecture 100 shown.
  • the network architecture 100 includes one or more computers 102 , 106 interconnected by a network 104 .
  • the network 104 may include, for example, a local-area-network (LAN) 104 , a wide-area-network (WAN) 104 , the Internet 104 , an intranet 104 , or the like.
  • the computers 102 , 106 may include both client computers 102 and server computers 106 (also referred to herein as “host systems” 106 ). In general, the client computers 102 initiate communication sessions, whereas the server computers 106 wait for requests from the client computers 102 .
  • the computers 102 and/or servers 106 may connect to one or more internal or external direct-attached storage systems 112 (e.g., arrays of hard-disk drives, solid-state drives, tape drives, etc.). These computers 102 , 106 and direct-attached storage systems 112 may communicate using protocols such as ATA, SATA, SCSI, SAS, Fibre Channel, or the like. One or more of the storage systems 112 may utilize the point-in-time-copy methodology disclosed herein.
  • direct-attached storage systems 112 e.g., arrays of hard-disk drives, solid-state drives, tape drives, etc.
  • These computers 102 , 106 and direct-attached storage systems 112 may communicate using protocols such as ATA, SATA, SCSI, SAS, Fibre Channel, or the like.
  • One or more of the storage systems 112 may utilize the point-in-time-copy methodology disclosed herein.
  • the network architecture 100 may, in certain embodiments, include a storage network 108 behind the servers 106 , such as a storage-area-network (SAN) 108 or a LAN 108 (e.g., when using network-attached storage).
  • This network 108 may connect the servers 106 to one or more storage systems 110 , such as arrays 110 a of hard-disk drives or solid-state drives, tape libraries 110 b , individual hard-disk drives 110 c or solid-state drives 110 c , tape drives 110 d , CD-ROM libraries, or the like.
  • a host system 106 may communicate over physical connections from one or more ports on the host 106 to one or more ports on the storage system 110 .
  • a connection may be through a switch, fabric, direct connection, or the like.
  • the servers 106 and storage systems 110 may communicate using a networking standard such as Fibre Channel (FC).
  • FC Fibre Channel
  • One or more of the storage systems 110 may utilize the point-in-time-copy methodology disclosed herein.
  • the storage system 110 b includes a storage controller 200 , one or more switches 202 , and one or more storage devices 204 , such as hard disk drives 204 or solid-state drives 204 (such as flash-memory-based drives 204 ).
  • the storage controller 200 may enable one or more hosts 106 (e.g., open system and/or mainframe servers 106 ) to access data in the one or more storage devices 204 .
  • the storage controller 200 includes one or more servers 206 .
  • the storage controller 200 may also include host adapters 208 and device adapters 210 to connect the storage controller 200 to host devices 106 and storage devices 204 , respectively.
  • Multiple servers 206 a , 206 b may provide redundancy to ensure that data is always available to connected hosts 106 . Thus, when one server 206 a fails, the other server 206 b may pick up the I/O load of the failed server 206 a to ensure that I/O is able to continue between the hosts 106 and the storage devices 204 . This process may be referred to as a “failover.”
  • FIG. 2 One example of a storage system 110 b having an architecture similar to that illustrated in FIG. 2 is the IBM DS8000TM enterprise storage system.
  • the DS8000TM is a high-performance, high-capacity storage controller providing disk storage that is designed to support continuous operations.
  • the methods disclosed herein are not limited to the IBM DS8000TM enterprise storage system 110 b , but may be implemented in any comparable or analogous storage system 110 , regardless of the manufacturer, product name, or components or component names associated with the system 110 .
  • any storage system that could benefit from one or more embodiments of the invention is deemed to fall within the scope of the invention.
  • the IBM DS8000TM is presented only by way of example and is not intended to be limiting.
  • each server 206 may include one or more processors 212 and memory 214 .
  • the memory 214 may include volatile memory (e.g., RAM) as well as non-volatile memory (e.g., ROM, EPROM, EEPROM, hard disks, flash memory, etc.).
  • the volatile and non-volatile memory may, in certain embodiments, store software modules that run on the processor(s) 212 and are used to access data in the storage devices 204 .
  • the servers 206 may host at least one instance of these software modules. These software modules may manage all read and write requests to logical volumes in the storage devices 204 .
  • the memory 214 includes a cache 218 .
  • the server 206 that performs the read may fetch data from the storages devices 204 and save it in its cache 218 in the event it is needed again. If the data is requested again by a host 106 , the server 206 may fetch the data from the cache 218 instead of fetching it from the storage devices 204 , saving both time and resources.
  • the server 106 that receives the write request may store the write in its cache 218 . The server 106 may then destage the write to the storage devices 204 as time and resources allow.
  • a multi-target architecture 300 for creating point-in-time copies is illustrated.
  • Such an architecture 300 may be implemented within a storage system 110 , such as the storage system 110 b illustrated in FIG. 2 .
  • the multi-target architecture 300 includes a source volume 302 and one or more target volumes 304 a - d .
  • Each of the target volumes 304 a - d contains a point-in-time copy of data in the source volume 302 .
  • a point-in-time copy is created by establishing a relationship (or “mapping”) between a source volume 302 and a target volume 304 .
  • a target bit map (TBM) 306 associated with a target volume 304 keeps track of which data tracks have actually been copied from the source volume 302 to the target volume 304 .
  • TBM 306 may indicate that a data track has been copied (i.e., the target volume 304 has its own data), whereas a “1” may indicate that a data track has not yet been copied.
  • a read to a track on the target volume 306 may be directed to the corresponding track on the source volume 302 .
  • a bit in a TBM 304 is said to be “set” if it contains a “1” and “reset” if it contains a “0,” although this could be reversed in other embodiments.
  • a write to a source volume 302 may need to wait for data in the source volume 302 to be copied (i.e., destaged) to each connected target volume 304 a - d not containing its own data before the write can be completed to the source volume 302 . That is, before a write is performed on a data track of the source volume 302 , the existing data track needs to be copied to target volumes 304 a - d that do not already contain the data track before the data track on the source volume 302 is overwritten. The larger the number of target volumes 304 a - d in the multi-target architecture 300 , the larger number of copies that need to occur before data can be successfully written to the source volume 302 .
  • an improved methodology in accordance with the invention may be used reduce the performance impact of having multiple target volumes 304 a - d mapped to a source volume 302 .
  • the improved methodology copies the data to a single target 304 or a subset of the targets 304 .
  • An inheritance scheme then enables other targets 304 to inherit the data from the single target 304 or subset of targets 304 that contain the data. In this way, a write to a source volume 302 may only need to copy data to a single target 304 or a subset of the targets 304 before the write can be completed on the source volume 302 .
  • the flow diagrams illustrated in FIGS. 4 through 8 show various specific examples of methods to implement such a methodology.
  • a method 400 for reading a track from a target volume 304 is illustrated.
  • the method 400 determines 402 whether the TBM of the target volume 304 is set. If the TBM is not set (indicating that the target volume 304 contains the requested data), the method 400 simply reads 406 the requested data track from the target volume 304 . On the other hand, if the TBM is set (indicating that the target volume 304 does not contain the requested data), the method 400 finds 404 a higher source (HS) volume from which to read the data, and reads 404 from the HS volume.
  • HS higher source
  • One method 700 for finding the HS volume is described in association with FIG. 7 .
  • the HS volume is the volume that contains the requested data and from which the target volume 304 inherits.
  • a method 500 for destaging a data track in response to a write to a source volume 302 is illustrated.
  • the method 500 initially finds 502 the youngest child (YC) of the source volume 302 .
  • the YC is the target volume 304 that was last mapped to the source volume 302 .
  • generation numbers GNs may be used to determine the order in which target volumes 304 were added to the source volume 302 in order to generate point-in-time copies. The manner in which GNs are used to determine the order the targets 304 were mapped to the source volume 302 will be discussed in association with FIG. 9 .
  • the method 500 determines 504 whether the TBM of the YC is set. If the TBM is not set (indicating that the YC 304 contains its own copy of the data), the method 500 does nothing 508 since the YC 304 already has a copy of the data. On the other hand, if the TBM is set (indicating that the YC 304 does not contain its own copy of the data), the method 500 copies 506 the data from the source volume 302 to the YC 304 . In this way, when a write occurs to the source volume 302 , a single copy is made between the source volume 302 and the YC 304 as opposed to copying the data to all target volumes 304 not containing the data. The other target volumes 304 (not the YC 304 ) may then inherit this data from the YC 304 , such as when a read is made to the other volumes 304 or when data is copied from the other volumes 304 .
  • a method 600 for destaging a data track in response to a write to a target volume 304 is illustrated.
  • the method 600 initially determines 602 whether the TBMs for the target x 304 and the closest older sibling (COS) 304 are set for the track that is being written to.
  • the COS is the target volume 304 that was mapped just before the target x 304 . If both of the TBMs are set (indicating that neither volume contains the data in the track being written to), the method 600 copies 604 the data track from the higher source (HS) volume to the COS 304 .
  • HS higher source
  • the method 600 copies 608 the data track from the target x to the COS 304 —i. e., the data track is destaged from the target x 304 to the COS 304 .
  • the TBM of the COS is not set (indicating that the COS contains the data), or there is no COS, the method 600 does nothing 610 since no copy is needed. Once the end of the method 600 is reached, the write may be performed on the target x.
  • the methods 500 , 600 described above could be modified in various ways without departing from the essence of the invention.
  • the youngest child (YC) could be replaced by the oldest child
  • the closest older sibling (COS) could be replaced by the closest younger sibling.
  • embodiments that utilize the YC and the COS are also deemed to encompass embodiments that utilize the oldest child and closest younger sibling.
  • Other variations are also possible and within the scope of the invention.
  • a method 700 for finding the HS volume for a read is illustrated. Such a method 700 may be used in association with step 404 of FIG. 4 . As shown, the method 700 initially determines 702 whether the volume being read is a target volume 304 . If not, the method 700 reads 704 from the volume since it is a source volume 302 . If the volume is a target volume 304 , the method determines 706 whether the TBM of the volume is set. If the TBM is not set, the method 700 reads 704 from the volume 304 . If the TBM of the volume is set, the method 700 finds 708 the source volume 302 associated with the target volume 304 . The method 700 then finds 710 the next relation with a generation number (GN) just higher than that of the subject target volume 304 . The manner in which the GNs are used will be explained in more detail in the example of FIG. 9 .
  • GN generation number
  • the decision step 710 finds the relation on the source volume 302 that is just younger than the relation associated with the subject target volume 304 (as identified at step 702 ).
  • the method 700 finds 714 the target 304 of this relation. If the TBM of this target 304 is set 716 , the method 700 reads from the target 304 . If the TBM of this target 304 is not set 716 , the method 700 repeats steps 710 , 714 to find the next younger target 304 and determine 716 whether its TBM is set. In this way, the method 700 traverses through the younger siblings of the target volume 304 identified at step 702 until the target volume 304 containing the desired data is found. Once this data is found, the method 700 reads 718 from the target 304 .
  • the method 700 simply reads 712 from the source volume 302 . In this way, a target volume 304 is able to inherit data from a sibling 304 when a read is performed thereto.
  • a method 800 for finding the HS volume from which to copy data is illustrated.
  • Such a method 800 may be used in association with step 604 of FIG. 6 .
  • the method 800 initially determines 802 whether the volume being written to is a target volume 304 . If not, no copy is required as reflected at step 804 . If the volume is a target volume 304 , the method determines 806 whether the TBM of the volume is set. If the TBM is not set, no copy is required. If the volume is a target volume 304 and the TBM of the volume is set, the method finds 808 the source volume 302 associated with the target volume 304 . The method 800 then finds the next relation with a higher generation number (GN) in the manner previously discussed.
  • GN generation number
  • the method 800 finds 814 the target 304 of this relation, which is a sibling of the target 304 identified at step 802 . If the TBM of this sibling target 304 is not set 816 (indicating that it contains the desired data), the method 800 copies 818 the data from the sibling target 304 to the COS 304 . If the TBM of this sibling target 304 is set 816 (indicating that it does not contain the desired data), the method 800 repeats steps 810 , 814 to find the next younger sibling target 304 and determine 816 whether its TBM is set. In this way, the method 800 traverses through the younger siblings of the target volume 304 identified at step 802 until the sibling target volume 304 containing the desired data is found.
  • the method 800 copies 818 the data from the sibling target 304 to the COS. If no sibling target 304 containing the desired data is found, the method 800 copies 812 the data from the source volume 302 to the COS. Once the data is copied, the write may be performed on the target 304 identified at step 802 .
  • FIG. 9 one example of a multi-target architecture 300 showing the use of generation numbers (GNs) is illustrated.
  • SV source volume
  • TV 1 first target volume
  • TV 2 second target volume
  • TV 3 third target volume
  • the generation number is incremented.
  • the first relation is associated with a generation number of “1”
  • the second relation is associated with a generation number of “2”
  • the third relation is associated with a generation number of “3.”
  • the data in track 2 is copied from the source volume 302 to the second target volume 304 b (the youngest child, or YC) and the TBM of the second target volume 304 b is reset (indicating that it now contains the data).
  • the write is then performed to track 2 of the source volume 302 .
  • the data residing in the first target volume (TV 1 ) 304 a and the second target volume (TV 2 ) 304 b after the two writes described above is shown in FIG. 10 .
  • the values in the TBMs are also shown.
  • the third relation is now established between the source volume 302 and the third target volume 304 c .
  • the data in track 3 is copied from the source volume 302 to the third target volume 304 c (the youngest child, or YC) and the TBM of the third target volume 304 c is reset.
  • the write is then performed to track 3 of the source volume 302 .
  • the data in track 4 is copied from the source volume 302 (the higher source) to the first target volume 304 a (the closest older sibling, or COS) and the TBM of the first target volume 304 a is reset.
  • the write is then performed to track 4 of the second target volume 304 b and the TBM of the second target volume 304 b is reset.
  • the data residing in the first target volume (TV 1 ) 304 a , the second target volume (TV 2 ) 304 b , and the third target volume (TV 3 ) 304 c after all six writes described above is shown in FIG. 11 .
  • the values in the TBMs are also shown.
  • each block in the flowcharts or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s).
  • the functions noted in the block may occur out of the order noted in the Figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved.

Abstract

A method for performing a write to a source volume in a multi-target architecture is described. The multi-target architecture includes a source volume and multiple target volumes mapped thereto. In one embodiment, such a method includes copying data in a track of the source volume to a corresponding track of a target volume (target x). The method enables one or more sibling target volumes (siblings) mapped to the source volume to inherit the data from the target x. When the data is successfully copied to the target x, the method performs a write to the track of the source volume. Other methods for reading and writing data to volumes in the multi-target architecture are also described.

Description

    FIELD OF THE INVENTION
  • This invention relates to data replication, and more particularly to apparatus and methods for creating point-in-time copies of data while minimizing data duplication.
  • BACKGROUND OF THE INVENTION
  • Data replication functions such as IBM's Flash Copy, Hitachi's Shadowlmage, or the like, may be used to generate nearly instantaneous point-in-time copies of logical volumes or data sets. Among other uses, these point-in-time copies may be used for disaster recovery and business continuity purposes. IBM's Flash Copy in particular creates a point-in-time copy by establishing a relationship (or “mapping”) between a source volume and a target volume. Once this relationship is established, data may be read from either the source volume or target volume. A target bit map associated with a target volume keeps track of which data tracks have actually been copied from the source volume to the target volume. In certain cases, volumes may be arranged in a cascaded configuration such that certain volumes function as both targets and sources. In other cases, volumes may be arranged in a flat (or “multi-target”) configuration such that a source volume has relationships with multiple target volumes.
  • Nevertheless, I/O performance can be impacted significantly as the number of volumes increases in either a cascaded or multi-target configuration. For example, in a cascaded configuration, a write to a source volume may need to wait for data to be copied between various volumes in the cascade before the write can be performed. Thus, the larger number of volumes in the cascade, the larger number of copies that need to occur before data can be written to the source volume. Similarly, in a multi-target configuration, a write to a source volume may need to wait for data to be copied to each connected target before the write can be performed. The larger number of volumes in the multi-target configuration, the larger number of copies that need to occur before data can be written to the source volume. This can make a write to a source volume very slow. For this reason, current Flash Copy implementations typically only allow a limited number of targets in a multi-target configuration to keep the performance impact within an acceptable range.
  • In view of the foregoing, what are needed are methods to reduce the performance impact of having large numbers of volumes in cascaded or multi-target configurations. More specifically, methods are needed to reduce data duplication in cascaded or multi-target configurations when performing writes. Yet further needed are methods to more efficiently perform reads in cascaded or multi-target configurations.
  • SUMMARY
  • The invention has been developed in response to the present state of the art and, in particular, in response to the problems and needs in the art that have not yet been fully solved by currently available methods. Accordingly, the invention has been developed to provide methods for performing reads and writes to volumes in multi-target architectures, while reducing data duplication. The features and advantages of the invention will become more fully apparent from the following description and appended claims, or may be learned by practice of the invention as set forth hereinafter.
  • Consistent with the foregoing, a method for performing a write to a target volume (target x) in a multi-target architecture is disclosed herein. The multi-target architecture includes a source volume and multiple target volumes mapped thereto. In one embodiment, such a method includes determining whether the target x has a closest older sibling (COS). The COS is a target volume established just before the target x. The method then determines whether a target bit map (TBM) for each of the target x and the COS are set. If the TBMs for both the COS and the target x are set, the method copies data from a higher source (HS) volume to the COS. If the TBM for the COS is set and the TBM for the target x is not set, the method copies the data from the target x to the COS. Once the copy is complete, the method performs the write to the target x. A corresponding computer program product is also disclosed and claimed herein.
  • In another aspect of the invention, a method for performing a read on a target volume (target x) in a multi-target architecture is disclosed herein. The multi-target architecture includes a source volume and multiple target volumes mapped thereto. In one embodiment, such a method includes reading a target bit map (TBM) associated with the target x and determining whether the TBM is set. If the TBM is set, the method reads data from a higher source (HS) volume. Reading data from the HS volume includes the following: finding the source volume associated with the target x; finding, by inspecting generation numbers (GNs) on the source volume, the next younger sibling relative to the target x; and reading the data from the next younger sibling if a TBM associated with the next younger sibling is not set.
  • In yet another aspect of the invention, a method for performing a write to a source volume in a multi-target architecture is disclosed herein. The multi-target architecture includes a source volume and multiple target volumes mapped thereto. In one embodiment, such a method includes copying data in a track of the source volume to a corresponding track of a target volume (target x). The method enables one or more sibling target volumes (siblings) mapped to the source volume to inherit the data from the target x. When the data is successfully copied to the target x, the method performs a write to the track of the source volume.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • In order that the advantages of the invention will be readily understood, a more particular description of the invention briefly described above will be rendered by reference to specific embodiments illustrated in the appended drawings. Understanding that these drawings depict only typical embodiments of the invention and are not therefore to be considered limiting of its scope, the invention will be described and explained with additional specificity and detail through use of the accompanying drawings, in which:
  • FIG. 1 is a high-level block diagram showing one example of a network architecture comprising various types of storage systems;
  • FIG. 2 is a high-level block diagram showing one example of a storage system where a methodology in accordance with the invention may be implemented;
  • FIG. 3 is a high-level block diagram showing one example of a multi-target architecture comprising a source volume mapped to multiple target volumes;
  • FIG. 4 is a high-level block diagram showing one embodiment of a method for reading a track from a target volume;
  • FIG. 5 is a flow diagram showing one embodiment of a method for copying a data track in response to a write to a source volume;
  • FIG. 6 is a flow diagram showing one embodiment of a method for copying a data track in response to a write to a target volume;
  • FIG. 7 is a flow diagram showing one embodiment of a method for finding a higher source (HS) volume in response to a read to a volume;
  • FIG. 8 is a flow diagram showing one embodiment of a method for finding a higher source (HS) volume in response to a write to a volume;
  • FIG. 9 is a high-level diagram showing one example of a multi-target architecture showing the use of generation numbers; and
  • FIGS. 10 and 11 are tables showing data and TBM values for the volumes illustrated in FIG. 9 after various writes are made thereto.
  • DETAILED DESCRIPTION
  • It will be readily understood that the components of the present invention, as generally described and illustrated in the Figures herein, could be arranged and designed in a wide variety of different configurations. Thus, the following more detailed description of the embodiments of the invention, as represented in the Figures, is not intended to limit the scope of the invention, as claimed, but is merely representative of certain examples of presently contemplated embodiments in accordance with the invention. The presently described embodiments will be best understood by reference to the drawings, wherein like parts are designated by like numerals throughout.
  • As will be appreciated by one skilled in the art, the present invention may be embodied as an apparatus, system, method, or computer program product. Furthermore, the present invention may take the form of a hardware embodiment, a software embodiment (including firmware, resident software, micro-code, etc.) configured to operate hardware, or an embodiment combining software and hardware aspects that may all generally be referred to herein as a “module” or “system.” Furthermore, the present invention may take the form of a computer-usable storage medium embodied in any tangible medium of expression having computer-usable program code stored therein.
  • Any combination of one or more computer-usable or computer-readable storage medium(s) may be utilized to store the computer program product. The computer-usable or computer-readable storage medium may be, for example but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device. More specific examples (a non-exhaustive list) of the computer-readable storage medium may include the following: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a random access memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or Flash memory), an optical fiber, a portable compact disc read-only memory (CDROM), an optical storage device, or a magnetic storage device. In the context of this document, a computer-usable or computer-readable storage medium may be any medium that can contain, store, or transport the program for use by or in connection with the instruction execution system, apparatus, or device.
  • Computer program code for carrying out operations of the present invention may be written in any combination of one or more programming languages, including an object-oriented programming language such as Java, Smalltalk, C++, or the like, and conventional procedural programming languages, such as the “C” programming language or similar programming languages. Computer program code for implementing the invention may also be written in a low-level programming language such as assembly language.
  • The present invention may be described below with reference to flowchart illustrations and/or block diagrams of methods, apparatus, systems, and computer program products according to embodiments of the invention. It will be understood that each block of the flowchart illustrations and/or block diagrams, and combinations of blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions or code. These computer program instructions may be provided to a processor of a general-purpose computer, special-purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks.
  • The computer program instructions may also be stored in a computer-readable storage medium that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable storage medium produce an article of manufacture including instruction means which implement the function/act specified in the flowchart and/or block diagram block or blocks. The computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide processes for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks.
  • Referring to FIG. 1, one example of a network architecture 100 is illustrated. The network architecture 100 is presented to show one example of an environment where a point-in-time-copy methodology in accordance with the invention may be implemented. The network architecture 100 is presented only by way of example and not limitation. Indeed, the methodology disclosed herein may be applicable to a wide variety of different computers, servers, storage devices, and network architectures, in addition to the network architecture 100 shown.
  • As shown, the network architecture 100 includes one or more computers 102, 106 interconnected by a network 104. The network 104 may include, for example, a local-area-network (LAN) 104, a wide-area-network (WAN) 104, the Internet 104, an intranet 104, or the like. In certain embodiments, the computers 102, 106 may include both client computers 102 and server computers 106 (also referred to herein as “host systems” 106). In general, the client computers 102 initiate communication sessions, whereas the server computers 106 wait for requests from the client computers 102. In certain embodiments, the computers 102 and/or servers 106 may connect to one or more internal or external direct-attached storage systems 112 (e.g., arrays of hard-disk drives, solid-state drives, tape drives, etc.). These computers 102, 106 and direct-attached storage systems 112 may communicate using protocols such as ATA, SATA, SCSI, SAS, Fibre Channel, or the like. One or more of the storage systems 112 may utilize the point-in-time-copy methodology disclosed herein.
  • The network architecture 100 may, in certain embodiments, include a storage network 108 behind the servers 106, such as a storage-area-network (SAN) 108 or a LAN 108 (e.g., when using network-attached storage). This network 108 may connect the servers 106 to one or more storage systems 110, such as arrays 110 a of hard-disk drives or solid-state drives, tape libraries 110 b, individual hard-disk drives 110 c or solid-state drives 110 c, tape drives 110 d, CD-ROM libraries, or the like. To access a storage system 110, a host system 106 may communicate over physical connections from one or more ports on the host 106 to one or more ports on the storage system 110. A connection may be through a switch, fabric, direct connection, or the like. In certain embodiments, the servers 106 and storage systems 110 may communicate using a networking standard such as Fibre Channel (FC). One or more of the storage systems 110 may utilize the point-in-time-copy methodology disclosed herein.
  • Referring to FIG. 2, one embodiment of a storage system 110 b containing an array of hard-disk drives 204 and/or solid-state drives 204 is illustrated. The internal components of the storage system 110 b are shown since the point-in-time-copy methodology disclosed herein may, in certain embodiments, be implemented within such a storage system 110 b, although the methodology may also be applicable to other storage systems 110. As shown, the storage system 110 b includes a storage controller 200, one or more switches 202, and one or more storage devices 204, such as hard disk drives 204 or solid-state drives 204 (such as flash-memory-based drives 204). The storage controller 200 may enable one or more hosts 106 (e.g., open system and/or mainframe servers 106) to access data in the one or more storage devices 204.
  • In selected embodiments, the storage controller 200 includes one or more servers 206. The storage controller 200 may also include host adapters 208 and device adapters 210 to connect the storage controller 200 to host devices 106 and storage devices 204, respectively. Multiple servers 206 a, 206 b may provide redundancy to ensure that data is always available to connected hosts 106. Thus, when one server 206 a fails, the other server 206 b may pick up the I/O load of the failed server 206 a to ensure that I/O is able to continue between the hosts 106 and the storage devices 204. This process may be referred to as a “failover.”
  • One example of a storage system 110 b having an architecture similar to that illustrated in FIG. 2 is the IBM DS8000™ enterprise storage system. The DS8000™ is a high-performance, high-capacity storage controller providing disk storage that is designed to support continuous operations. Nevertheless, the methods disclosed herein are not limited to the IBM DS8000™ enterprise storage system 110 b, but may be implemented in any comparable or analogous storage system 110, regardless of the manufacturer, product name, or components or component names associated with the system 110. Furthermore, any storage system that could benefit from one or more embodiments of the invention is deemed to fall within the scope of the invention. Thus, the IBM DS8000™ is presented only by way of example and is not intended to be limiting.
  • In selected embodiments, each server 206 may include one or more processors 212 and memory 214. The memory 214 may include volatile memory (e.g., RAM) as well as non-volatile memory (e.g., ROM, EPROM, EEPROM, hard disks, flash memory, etc.). The volatile and non-volatile memory may, in certain embodiments, store software modules that run on the processor(s) 212 and are used to access data in the storage devices 204. The servers 206 may host at least one instance of these software modules. These software modules may manage all read and write requests to logical volumes in the storage devices 204.
  • In selected embodiments, the memory 214 includes a cache 218. Whenever a host 106 (e.g., an open system or mainframe server 106) performs a read operation, the server 206 that performs the read may fetch data from the storages devices 204 and save it in its cache 218 in the event it is needed again. If the data is requested again by a host 106, the server 206 may fetch the data from the cache 218 instead of fetching it from the storage devices 204, saving both time and resources. Similarly, when a host 106 performs a write, the server 106 that receives the write request may store the write in its cache 218. The server 106 may then destage the write to the storage devices 204 as time and resources allow.
  • Referring to FIG. 3, one example of a multi-target architecture 300 for creating point-in-time copies is illustrated. Such an architecture 300 may be implemented within a storage system 110, such as the storage system 110 b illustrated in FIG. 2. As shown, the multi-target architecture 300 includes a source volume 302 and one or more target volumes 304 a-d. Each of the target volumes 304 a-d contains a point-in-time copy of data in the source volume 302. In selected embodiments, such as in Flash Copy implementations, a point-in-time copy is created by establishing a relationship (or “mapping”) between a source volume 302 and a target volume 304. Once this relationship is established, data may be read from either the source volume 302 or target volume 304 even though data may still not be copied from the source volume 302 to the target volume 304. A target bit map (TBM) 306 associated with a target volume 304 keeps track of which data tracks have actually been copied from the source volume 302 to the target volume 304. For example, a “0” in the TBM 306 may indicate that a data track has been copied (i.e., the target volume 304 has its own data), whereas a “1” may indicate that a data track has not yet been copied. In cases where the TBM 306 contains a “1,” a read to a track on the target volume 306 may be directed to the corresponding track on the source volume 302. For the purposes of this disclosure, a bit in a TBM 304 is said to be “set” if it contains a “1” and “reset” if it contains a “0,” although this could be reversed in other embodiments.
  • As previously mentioned, in conventional multi-target architectures 300, a write to a source volume 302 may need to wait for data in the source volume 302 to be copied (i.e., destaged) to each connected target volume 304 a-d not containing its own data before the write can be completed to the source volume 302. That is, before a write is performed on a data track of the source volume 302, the existing data track needs to be copied to target volumes 304 a-d that do not already contain the data track before the data track on the source volume 302 is overwritten. The larger the number of target volumes 304 a-d in the multi-target architecture 300, the larger number of copies that need to occur before data can be successfully written to the source volume 302. This can make a write to the source volume 302 very slow. For this reason, conventional point-in-time-copy technologies may only support a limited number (e.g., twelve) of targets 304 in multi-target architectures 300 to keep the performance impact within an acceptable range.
  • As will be explained in more detail hereafter, an improved methodology in accordance with the invention may be used reduce the performance impact of having multiple target volumes 304 a-d mapped to a source volume 302. Instead of copying data to multiple targets 304 a-d when a write is performed on the source volume 302, the improved methodology copies the data to a single target 304 or a subset of the targets 304. An inheritance scheme then enables other targets 304 to inherit the data from the single target 304 or subset of targets 304 that contain the data. In this way, a write to a source volume 302 may only need to copy data to a single target 304 or a subset of the targets 304 before the write can be completed on the source volume 302. The flow diagrams illustrated in FIGS. 4 through 8 show various specific examples of methods to implement such a methodology.
  • Referring to FIG. 4, one example of a method 400 for reading a track from a target volume 304 is illustrated. Upon receiving a request to read a data track from a target volume 304, the method 400 determines 402 whether the TBM of the target volume 304 is set. If the TBM is not set (indicating that the target volume 304 contains the requested data), the method 400 simply reads 406 the requested data track from the target volume 304. On the other hand, if the TBM is set (indicating that the target volume 304 does not contain the requested data), the method 400 finds 404 a higher source (HS) volume from which to read the data, and reads 404 from the HS volume. One method 700 for finding the HS volume is described in association with FIG. 7. For the purposes of this disclosure, the HS volume is the volume that contains the requested data and from which the target volume 304 inherits.
  • Referring to FIG. 5, one embodiment of a method 500 for destaging a data track in response to a write to a source volume 302 is illustrated. As shown, the method 500 initially finds 502 the youngest child (YC) of the source volume 302. For the purposes of this disclosure, the YC is the target volume 304 that was last mapped to the source volume 302. In selected embodiments, generation numbers (GNs) may be used to determine the order in which target volumes 304 were added to the source volume 302 in order to generate point-in-time copies. The manner in which GNs are used to determine the order the targets 304 were mapped to the source volume 302 will be discussed in association with FIG. 9.
  • Once the method 500 finds the YC, the method 500 determines 504 whether the TBM of the YC is set. If the TBM is not set (indicating that the YC 304 contains its own copy of the data), the method 500 does nothing 508 since the YC 304 already has a copy of the data. On the other hand, if the TBM is set (indicating that the YC 304 does not contain its own copy of the data), the method 500 copies 506 the data from the source volume 302 to the YC 304. In this way, when a write occurs to the source volume 302, a single copy is made between the source volume 302 and the YC 304 as opposed to copying the data to all target volumes 304 not containing the data. The other target volumes 304 (not the YC 304) may then inherit this data from the YC 304, such as when a read is made to the other volumes 304 or when data is copied from the other volumes 304.
  • Referring to FIG. 6, one embodiment of a method 600 for destaging a data track in response to a write to a target volume 304 (target x) is illustrated. As shown, the method 600 initially determines 602 whether the TBMs for the target x 304 and the closest older sibling (COS) 304 are set for the track that is being written to. For the purposes of this disclosure, the COS is the target volume 304 that was mapped just before the target x 304. If both of the TBMs are set (indicating that neither volume contains the data in the track being written to), the method 600 copies 604 the data track from the higher source (HS) volume to the COS 304. A method for finding the HS volume will be discussed in association with FIG. 8. On the other hand, if the TBM for the target x is not set and the TBM for the COS is set (indicating that the target x 304 contains data in the data track being overwritten), as determined at step 606, the method 600 copies 608 the data track from the target x to the COS 304—i. e., the data track is destaged from the target x 304 to the COS 304. On the other hand, if the TBM of the COS is not set (indicating that the COS contains the data), or there is no COS, the method 600 does nothing 610 since no copy is needed. Once the end of the method 600 is reached, the write may be performed on the target x.
  • It should be recognized that the methods 500, 600 described above could be modified in various ways without departing from the essence of the invention. For example, the youngest child (YC) could be replaced by the oldest child, and the closest older sibling (COS) could be replaced by the closest younger sibling. Thus, for the purposes of this disclosure, embodiments that utilize the YC and the COS are also deemed to encompass embodiments that utilize the oldest child and closest younger sibling. Other variations are also possible and within the scope of the invention.
  • Referring to FIG. 7, one embodiment of a method 700 for finding the HS volume for a read is illustrated. Such a method 700 may be used in association with step 404 of FIG. 4. As shown, the method 700 initially determines 702 whether the volume being read is a target volume 304. If not, the method 700 reads 704 from the volume since it is a source volume 302. If the volume is a target volume 304, the method determines 706 whether the TBM of the volume is set. If the TBM is not set, the method 700 reads 704 from the volume 304. If the TBM of the volume is set, the method 700 finds 708 the source volume 302 associated with the target volume 304. The method 700 then finds 710 the next relation with a generation number (GN) just higher than that of the subject target volume 304. The manner in which the GNs are used will be explained in more detail in the example of FIG. 9.
  • In general, the decision step 710 finds the relation on the source volume 302 that is just younger than the relation associated with the subject target volume 304 (as identified at step 702). The method 700 then finds 714 the target 304 of this relation. If the TBM of this target 304 is set 716, the method 700 reads from the target 304. If the TBM of this target 304 is not set 716, the method 700 repeats steps 710, 714 to find the next younger target 304 and determine 716 whether its TBM is set. In this way, the method 700 traverses through the younger siblings of the target volume 304 identified at step 702 until the target volume 304 containing the desired data is found. Once this data is found, the method 700 reads 718 from the target 304. If no younger sibling target 304 containing the desired data is found, the method 700 simply reads 712 from the source volume 302. In this way, a target volume 304 is able to inherit data from a sibling 304 when a read is performed thereto.
  • Referring to FIG. 8, one embodiment of a method 800 for finding the HS volume from which to copy data is illustrated. Such a method 800 may be used in association with step 604 of FIG. 6. As shown, the method 800 initially determines 802 whether the volume being written to is a target volume 304. If not, no copy is required as reflected at step 804. If the volume is a target volume 304, the method determines 806 whether the TBM of the volume is set. If the TBM is not set, no copy is required. If the volume is a target volume 304 and the TBM of the volume is set, the method finds 808 the source volume 302 associated with the target volume 304. The method 800 then finds the next relation with a higher generation number (GN) in the manner previously discussed.
  • Upon finding the next higher GN, the method 800 finds 814 the target 304 of this relation, which is a sibling of the target 304 identified at step 802. If the TBM of this sibling target 304 is not set 816 (indicating that it contains the desired data), the method 800 copies 818 the data from the sibling target 304 to the COS 304. If the TBM of this sibling target 304 is set 816 (indicating that it does not contain the desired data), the method 800 repeats steps 810, 814 to find the next younger sibling target 304 and determine 816 whether its TBM is set. In this way, the method 800 traverses through the younger siblings of the target volume 304 identified at step 802 until the sibling target volume 304 containing the desired data is found. Once this data is found, the method 800 copies 818 the data from the sibling target 304 to the COS. If no sibling target 304 containing the desired data is found, the method 800 copies 812 the data from the source volume 302 to the COS. Once the data is copied, the write may be performed on the target 304 identified at step 802.
  • Referring to FIG. 9, one example of a multi-target architecture 300 showing the use of generation numbers (GNs) is illustrated. In this example, assume that the relation between the source volume (SV) 302 and a first target volume (TV 1) 304 a was created first, followed by the relation between the source volume 302 and a second target volume (TV2) 304 b, followed by the relation between the source volume 302 and a third target volume (TV3) 304 c. Each time a new relation is added to the source volume 302, the generation number is incremented. Thus, as shown on the source volume 302, the first relation is associated with a generation number of “1,” the second relation is associated with a generation number of “2,” and the third relation is associated with a generation number of “3.”
  • Assume that relations are initially established between the source volume 302 and the first and second target volumes 304 a, 304 b, but the relation between the source volume 302 and the third target volume 304 c is not yet established. In this scenario, to perform a write to track 1 of the second target volume 304 b, the data in track 1 is copied from the source volume 302 (the higher source) to the first target volume 304 a (the closest older sibling, or COS) and the TBM of the first target volume 304 a is reset. The write is then performed to track 1 of the second target volume 304 b and the TBM of the second target volume 304 b is reset. Similarly, to perform a write to track 2 of the source volume 302, the data in track 2 is copied from the source volume 302 to the second target volume 304 b (the youngest child, or YC) and the TBM of the second target volume 304 b is reset (indicating that it now contains the data). The write is then performed to track 2 of the source volume 302. The data residing in the first target volume (TV 1) 304 a and the second target volume (TV2) 304 b after the two writes described above is shown in FIG. 10. The values in the TBMs are also shown.
  • Assume that the third relation is now established between the source volume 302 and the third target volume 304 c. To perform a write to track 3 of the source volume 302, the data in track 3 is copied from the source volume 302 to the third target volume 304 c (the youngest child, or YC) and the TBM of the third target volume 304 c is reset. The write is then performed to track 3 of the source volume 302. To perform a write to track 4 of the second target volume 304 b, the data in track 4 is copied from the source volume 302 (the higher source) to the first target volume 304 a (the closest older sibling, or COS) and the TBM of the first target volume 304 a is reset. The write is then performed to track 4 of the second target volume 304 b and the TBM of the second target volume 304 b is reset.
  • To perform a write to track 5 of the first target volume 304 a, no copy is made since there is no closest older sibling, or COS. The write is then performed to track 5 of the first target volume 304 a and the TBM of the first target volume 304 a is reset. To perform a write to track 6 of the third target volume 304 c, the data in track 6 is copied from the source volume 302 (the higher source) to the second target volume 304 b (the closest older sibling, or COS) and the TBM of the second target volume 304 b is reset. The write is then performed to track 6 of the third target volume 304 c and the TBM of the third target volume 304 c is reset. The data residing in the first target volume (TV1) 304 a, the second target volume (TV2) 304 b, and the third target volume (TV3) 304 c after all six writes described above is shown in FIG. 11. The values in the TBMs are also shown.
  • The flowcharts and block diagrams in the Figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods, and computer-usable media according to various embodiments of the present invention. In this regard, each block in the flowcharts or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the Figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustrations, and combinations of blocks in the block diagrams and/or flowchart illustrations, may be implemented by special purpose hardware-based systems that perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.

Claims (17)

1. A method for performing a write to a target volume (target x) in a multi-target architecture, the multi-target architecture comprising a source volume and a plurality of target volumes mapped thereto, the method comprising:
determining whether the target x has a closest older sibling (COS), wherein the COS is a target volume established just before the target x;
determining whether a target bit map (TBM) for each of the target x and the COS are set;
if the TBMs for both the COS and the target x are set, copying data from a higher source (HS) volume to the COS;
if the TBM for the COS is set and the TBM for the target x is not set, copying the data from the target x to the COS; and
performing the write to the target x.
2. The method of claim 1, wherein finding the HS volume further comprises initially finding the source volume associated with the target x.
3. The method of claim 2, further comprising, by inspecting generation numbers (GN) on the source volume, finding the next younger sibling relative to the target x to determine if the next younger sibling is the HS volume.
4. The method of claim 3, further comprising, if a TBM of the next younger sibling is not set, copying the data from the next younger sibling to the COS.
5. The method of claim 3, further comprising, if no younger sibling exists, copying the data from the source volume to the COS.
6. A computer program product for performing a write to a target volume (target x) in a multi-target architecture, the multi-target architecture comprising a source volume and a plurality of target volumes mapped thereto, the computer program product comprising a computer-readable storage medium having computer-usable program code embodied therein, the computer-usable program code comprising:
computer-usable program code to determine whether the target x has a closest older sibling (COS), wherein the COS is a target volume established just before the target x;
computer-usable program code to determine whether a target bit map (TBM) for each of the target x and the COS are set;
computer-usable program code to, if the TBMs for both the COS and the target x are set, copy data from a higher source (HS) volume to the COS;
computer-usable program code to, if the TBM for the COS is set and the TBM for the target x is not set, copy the data from the target x to the COS; and
computer-usable program code to perform the write to the target x.
7. The computer program product of claim 6, wherein finding the HS volume further comprises finding the source volume associated with the target x.
8. The computer program product of claim 7, further comprising computer-usable program code to, by inspecting generation numbers (GN) on the source volume, find the next younger sibling relative to the target x to determine if the next younger sibling is the HS volume.
9. The computer program product of claim 8, further comprising computer-usable program code to, if a TBM of the next younger sibling is not set, copy the data from the next younger sibling to the COS.
10. The computer program product of claim 8, further comprising computer-usable program code to, if no younger sibling exists, copy the data from the source volume to the COS.
11. A method for performing a read on a target volume (target x) in a multi-target architecture, the multi-target architecture comprising a source volume and a plurality of target volumes mapped thereto, the method comprising:
reading a target bit map (TBM) associated with the target x;
determining whether the TBM is set;
if the TBM is set, reading data from a higher source (HS) volume, wherein reading data from the HS volume comprises:
finding the source volume associated with the target x;
finding, by inspecting generation numbers (GNs) on the source volume, the next younger sibling relative to the target x; and
reading the data from the next younger sibling if a TBM associated with the next younger sibling is not set.
12. The method of claim 11, further comprising, if no younger sibling exists, reading the data from the source volume.
13. The method of claim 11, further comprising, if the TBM associated with the target x is not set, reading the data from the target x.
14. A method for performing a write to a source volume in a multi-target architecture, the multi-target architecture comprising a source volume and a plurality of target volumes mapped thereto, the method comprising:
copying data in a track of the source volume to a target volume (target x) mapped to the source volume;
enabling at least one sibling target volume (sibling) mapped to the source volume to inherit the data from the target x; and
performing a write to the track of the source volume.
15. The method of claim 14, wherein the target x is at least one of the youngest child and the oldest child mapped to the source volume.
16. The method of claim 15, wherein inheriting the data from the target x comprises directing reads to the sibling to the target x.
17. The method of claim 15, wherein inheriting the data from the target x comprises directing copies from the sibling to the target x.
US13/043,394 2011-03-08 2011-03-08 Multi-target, point-in-time-copy architecture with data deduplication Abandoned US20120233416A1 (en)

Priority Applications (7)

Application Number Priority Date Filing Date Title
US13/043,394 US20120233416A1 (en) 2011-03-08 2011-03-08 Multi-target, point-in-time-copy architecture with data deduplication
CN201280011948.6A CN103415843B (en) 2011-03-08 2012-03-02 Delete the relation between source and the space-efficient target in multi-objective system structure
GB1316907.3A GB2502929B (en) 2011-03-08 2012-03-02 Deleting relations between sources and space-efficient targets in multi-target architectures
PCT/IB2012/050996 WO2012120421A1 (en) 2011-03-08 2012-03-02 Deleting relations between sources and space-efficient targets in multi-target architectures
JP2013557198A JP6048976B2 (en) 2011-03-08 2012-03-02 Method, computer program, and apparatus for deleting a relationship between a source and a space efficient target in a multi-target architecture
DE112012000604.6T DE112012000604T5 (en) 2011-03-08 2012-03-02 Delete relationships between sources and space-efficient targets in multi-target architectures
US13/842,047 US8843719B2 (en) 2011-03-08 2013-03-15 Multi-target, point-in-time-copy architecture with data duplication

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US13/043,394 US20120233416A1 (en) 2011-03-08 2011-03-08 Multi-target, point-in-time-copy architecture with data deduplication

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US13/842,047 Continuation US8843719B2 (en) 2011-03-08 2013-03-15 Multi-target, point-in-time-copy architecture with data duplication

Publications (1)

Publication Number Publication Date
US20120233416A1 true US20120233416A1 (en) 2012-09-13

Family

ID=46797131

Family Applications (2)

Application Number Title Priority Date Filing Date
US13/043,394 Abandoned US20120233416A1 (en) 2011-03-08 2011-03-08 Multi-target, point-in-time-copy architecture with data deduplication
US13/842,047 Expired - Fee Related US8843719B2 (en) 2011-03-08 2013-03-15 Multi-target, point-in-time-copy architecture with data duplication

Family Applications After (1)

Application Number Title Priority Date Filing Date
US13/842,047 Expired - Fee Related US8843719B2 (en) 2011-03-08 2013-03-15 Multi-target, point-in-time-copy architecture with data duplication

Country Status (1)

Country Link
US (2) US20120233416A1 (en)

Cited By (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140195754A1 (en) * 2013-01-10 2014-07-10 Pure Storage, Inc. Snapshots in a storage system
US10693964B2 (en) 2015-04-09 2020-06-23 Pure Storage, Inc. Storage unit communication within a storage system
US10776034B2 (en) 2016-07-26 2020-09-15 Pure Storage, Inc. Adaptive data migration
US10860475B1 (en) 2017-11-17 2020-12-08 Pure Storage, Inc. Hybrid flash translation layer
US10884919B2 (en) 2017-10-31 2021-01-05 Pure Storage, Inc. Memory management in a storage system
US10915813B2 (en) 2018-01-31 2021-02-09 Pure Storage, Inc. Search acceleration for artificial intelligence
US10944671B2 (en) 2017-04-27 2021-03-09 Pure Storage, Inc. Efficient data forwarding in a networked device
US10983866B2 (en) 2014-08-07 2021-04-20 Pure Storage, Inc. Mapping defective memory in a storage system
US11036583B2 (en) 2014-06-04 2021-06-15 Pure Storage, Inc. Rebuilding data across storage nodes
US11070382B2 (en) 2015-10-23 2021-07-20 Pure Storage, Inc. Communication in a distributed architecture
US11080154B2 (en) 2014-08-07 2021-08-03 Pure Storage, Inc. Recovering error corrected data
US11099986B2 (en) 2019-04-12 2021-08-24 Pure Storage, Inc. Efficient transfer of memory contents
US11188269B2 (en) 2015-03-27 2021-11-30 Pure Storage, Inc. Configuration for multiple logical storage arrays
US11231956B2 (en) 2015-05-19 2022-01-25 Pure Storage, Inc. Committed transactions in a storage system
US11281394B2 (en) 2019-06-24 2022-03-22 Pure Storage, Inc. Replication across partitioning schemes in a distributed storage system
US11334254B2 (en) 2019-03-29 2022-05-17 Pure Storage, Inc. Reliability based flash page sizing
US11399063B2 (en) 2014-06-04 2022-07-26 Pure Storage, Inc. Network authentication for a storage system
US11436023B2 (en) 2018-05-31 2022-09-06 Pure Storage, Inc. Mechanism for updating host file system and flash translation layer based on underlying NAND technology
US11449485B1 (en) 2017-03-30 2022-09-20 Pure Storage, Inc. Sequence invalidation consolidation in a storage system
US11494109B1 (en) 2018-02-22 2022-11-08 Pure Storage, Inc. Erase block trimming for heterogenous flash memory storage devices
US11775189B2 (en) 2019-04-03 2023-10-03 Pure Storage, Inc. Segment level heterogeneity

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5561303B2 (en) * 2012-03-30 2014-07-30 日本電気株式会社 Data replication system, data replication method, and program thereof

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040250034A1 (en) * 2003-06-03 2004-12-09 Hitachi, Ltd. Method and apparatus for replicating volumes

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7085892B2 (en) 2003-06-17 2006-08-01 International Business Machines Corporation Method, system, and program for removing data in cache subject to a relationship
GB0428108D0 (en) 2004-12-23 2005-01-26 Ibm Storage system with multiple copy targeting
GB0428105D0 (en) 2004-12-23 2005-01-26 Ibm Storage system with multiple copy targeting and disk failure protection
US7472242B1 (en) 2006-02-14 2008-12-30 Network Appliance, Inc. Eliminating duplicate blocks during backup writes
JP5026213B2 (en) 2007-09-28 2012-09-12 株式会社日立製作所 Storage apparatus and data deduplication method

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040250034A1 (en) * 2003-06-03 2004-12-09 Hitachi, Ltd. Method and apparatus for replicating volumes

Cited By (25)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140195754A1 (en) * 2013-01-10 2014-07-10 Pure Storage, Inc. Snapshots in a storage system
US9646039B2 (en) * 2013-01-10 2017-05-09 Pure Storage, Inc. Snapshots in a storage system
US10235093B1 (en) 2013-01-10 2019-03-19 Pure Storage, Inc. Restoring snapshots in a storage system
US11853584B1 (en) 2013-01-10 2023-12-26 Pure Storage, Inc. Generating volume snapshots
US11399063B2 (en) 2014-06-04 2022-07-26 Pure Storage, Inc. Network authentication for a storage system
US11036583B2 (en) 2014-06-04 2021-06-15 Pure Storage, Inc. Rebuilding data across storage nodes
US10983866B2 (en) 2014-08-07 2021-04-20 Pure Storage, Inc. Mapping defective memory in a storage system
US11080154B2 (en) 2014-08-07 2021-08-03 Pure Storage, Inc. Recovering error corrected data
US11188269B2 (en) 2015-03-27 2021-11-30 Pure Storage, Inc. Configuration for multiple logical storage arrays
US10693964B2 (en) 2015-04-09 2020-06-23 Pure Storage, Inc. Storage unit communication within a storage system
US11231956B2 (en) 2015-05-19 2022-01-25 Pure Storage, Inc. Committed transactions in a storage system
US11070382B2 (en) 2015-10-23 2021-07-20 Pure Storage, Inc. Communication in a distributed architecture
US10776034B2 (en) 2016-07-26 2020-09-15 Pure Storage, Inc. Adaptive data migration
US11449485B1 (en) 2017-03-30 2022-09-20 Pure Storage, Inc. Sequence invalidation consolidation in a storage system
US10944671B2 (en) 2017-04-27 2021-03-09 Pure Storage, Inc. Efficient data forwarding in a networked device
US10884919B2 (en) 2017-10-31 2021-01-05 Pure Storage, Inc. Memory management in a storage system
US11275681B1 (en) 2017-11-17 2022-03-15 Pure Storage, Inc. Segmented write requests
US10860475B1 (en) 2017-11-17 2020-12-08 Pure Storage, Inc. Hybrid flash translation layer
US10915813B2 (en) 2018-01-31 2021-02-09 Pure Storage, Inc. Search acceleration for artificial intelligence
US11494109B1 (en) 2018-02-22 2022-11-08 Pure Storage, Inc. Erase block trimming for heterogenous flash memory storage devices
US11436023B2 (en) 2018-05-31 2022-09-06 Pure Storage, Inc. Mechanism for updating host file system and flash translation layer based on underlying NAND technology
US11334254B2 (en) 2019-03-29 2022-05-17 Pure Storage, Inc. Reliability based flash page sizing
US11775189B2 (en) 2019-04-03 2023-10-03 Pure Storage, Inc. Segment level heterogeneity
US11099986B2 (en) 2019-04-12 2021-08-24 Pure Storage, Inc. Efficient transfer of memory contents
US11281394B2 (en) 2019-06-24 2022-03-22 Pure Storage, Inc. Replication across partitioning schemes in a distributed storage system

Also Published As

Publication number Publication date
US20130212347A1 (en) 2013-08-15
US8843719B2 (en) 2014-09-23

Similar Documents

Publication Publication Date Title
US8843719B2 (en) Multi-target, point-in-time-copy architecture with data duplication
US8606767B2 (en) Efficient metadata invalidation for target CKD volumes
US8972681B2 (en) Enhanced copy-on-write operation for solid state drives
US8433867B2 (en) Using the change-recording feature for point-in-time-copy technology to perform more effective backups
US20080072003A1 (en) Method and apparatus for master volume access during colume copy
US20170177443A1 (en) Point-in-time-copy creation for direct cloud backup
US9086811B2 (en) Managing data sets of a storage system
US10664189B2 (en) Performance in synchronous data replication environments
US9594511B2 (en) Cascaded, point-in-time-copy architecture with data deduplication
US8850147B2 (en) Deleting relations in multi-target, point-in-time-copy architectures with data deduplication
US8458134B2 (en) Near continuous space-efficient data protection
US11048667B1 (en) Data re-MRU to improve asynchronous data replication performance
US11249667B2 (en) Storage performance enhancement
US20210334038A1 (en) Preemptive staging for full-stride destage
US10866901B2 (en) Invalidating CKD data tracks prior to unpinning, wherein upon destaging invalid track image from cache to a track of data on storage drive, the track of data on the storage drive is unpinned which enables destages of data from the cache to the track of data on the storage drive going forward
US8892834B2 (en) Cyclic point-in-time-copy architecture with data deduplication
US10133630B2 (en) Disposable subset parities for use in a distributed RAID
US20120233136A1 (en) Deleting relations between sources and space-efficient targets in multi-target architectures
US11379427B2 (en) Auxilary LRU list to improve asynchronous data replication performance
WO2012120421A1 (en) Deleting relations between sources and space-efficient targets in multi-target architectures
US20210271638A1 (en) Reserved area to improve asynchronous data replication performance
US10776258B2 (en) Avoiding out-of-space conditions in asynchronous data replication environments

Legal Events

Date Code Title Description
AS Assignment

Owner name: INTERNATIONAL BUSINESS MACHINES CORPORATION, NEW Y

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:BENHASE, MICHAEL T.;BROWN, THERESA M.;GUPTA, LOKESH M.;AND OTHERS;SIGNING DATES FROM 20110210 TO 20110215;REEL/FRAME:025942/0662

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION