Method for creating a virtual data copy of a volume being restored

In one embodiment of the method, first and second data volumes are created. Thereafter, a first data portion of the first data volume is overwritten with a first data portion of the second data volume. A second data portion of the first data volume is overwritten with a second data portion of the second data volume. In one embodiment, the first and second data portions of the first data volume are overwritten with the first and second data portions of the second data volume, respectively, in response to a command to restore or synchronize the data contents of the first data volume to the data contents of the second data volume. A virtual point-in-time (PIT) copy of the first data volume is created after overwriting the first data portion but before overwriting the second data portion.

Skip to: Description  ·  Claims  ·  References Cited  · Patent History  ·  Patent History
Description
CROSS-REFERENCE TO RELATED APPLICATIONS

The present patent application is a continuation of U.S. patent application Ser. No. 10/327,536, filed on Dec. 20, 2002 now U.S. Pat. No. 6,978,354, entitled “Method for Creating a Virtual Data Copy of a Volume Being Restored” and is incorporated by reference herein in its entirety and for all purposes.

BACKGROUND OF THE INVENTION

Many businesses rely on large-scale data processing systems for storing and processing business data. FIG. 1 illustrates (in block diagram form) relevant components of a data processing system 10. Data processing system 10 and the description thereof should not be considered prior art to the invention described or claimed herein.

Data processing system 10 includes a host node 12 coupled to data storage systems 1418. The term coupled should not be limited to what is shown within FIG. 1. Two devices (e.g., host node 12 and data storage system 14) may be coupled together directly or indirectly via a third device. Although data storage systems 14 and 16 appear to be coupled in series with host node 12, the present invention should not be limited thereto. Data storage systems 16 and 18 may be coupled in parallel with host node 12.

Data storage systems 1418 include data memories 2024, respectively. Alternatively, data memories 2024 maybe included within a single data storage system. Each of the data memories 2024 may take form in one or more dynamic or static random access memories, one or more arrays of magnetic or optical data storage disks, or combinations thereof. Data memories 2024 should not be limited to the foregoing hardware components; rather, data memories 2024 may take form in any hardware, software, or combination of hardware and software in which data may be persistently stored and accessed. Data memories 2024 may take form in a complex construction of several hardware components operating under the direction of software. The data memories may take form in mirrored hardware. It is further noted that the present invention may find use with many types of redundancy/reliability systems. For example, the present invention may be used with Redundant Array of Independent Disks (RAID) systems. Moreover, the present invention should not be limited to use in connection with the host node of a data storage network. The present invention may find use in a storage switch or in any of many distinct appliances that can be used with a data storage system.

Data memory 20 stores data of a primary data volume. The primary data volume is the working volume of data processing system 10. Data memories 22 and 24 store or may be configured to store data of separate data volumes. For purposes of explanation, data memories 22 and 24 will be described as storing data of first and second data volumes, respectively. The first and second data volumes may be point-in-time (PIT) copies of the primary data volume or modified PIT (MPIT) copies of the primary data volume. A PIT copy, as its name implies, is a copy of the primary data volume created at some point-in-time. The first and second data volumes can be used to backup the primary data volume. The first and second data volumes can also be used to facilitate analysis of primary volume data without modifying data of the primary data volume.

As will be more fully described below, the first and second data volumes can be virtual or real. The first data volume is virtual when some data of the first data volume is stored in memory 20 (or 24). The first data volume is real when all data of the first data volume is stored in memory 22. Likewise, second data volume is virtual when some data of the second data volume is stored in memory 20 (or 22). The second data volume is real when all data of the second data volume is stored in memory 24. A virtual data volume can be converted to a real data volume via a background data copying process performed by host node 12. In the background copying process, for example, data of the first virtual volume is copied from memory 20 to memory 22 until all data of the first data volume is stored in memory 22.

FIG. 2 represents (in block diagram form) a logical structure of data memories 2024. Each memory includes nmax memory blocks into which data can be stored. Each memory block shown in FIG. 2 represents one to an arbitrarily large number of regions in physical memory that store data. The physical regions of a block need not be contiguous to each other. However, the physical regions are viewed as logically contiguous by a data management system executing on host node 12. Further, it is noted that any or all of the memories 2024 may have more than nmax memory blocks. For purposes of explanation, each block of data memory 20 stores data of the primary data volume. For purposes of explanation, nmax memory blocks of memories 22 and 24 can be allocated by host node 12 for storing data of the first and second data volumes, respectively. Corresponding memory blocks in data memories 2024 can be equal in size. Thus, memory block 1 of data memory 20 can be equal in size to memory block 1 of data memories 22 and 24. Each of the memory blocks within data memory 20 may be equal in size to each other. Alternatively, the memory blocks in data memory 20 may vary in size.

Host node 12 may take form in a computer system (e.g., a server computer system) that processes requests from client computer systems (not shown). To respond to the requests, host node 12 may be required to process data of the primary data volume. Host node 12 generates read or write-data transactions that access memory 20 in response to receiving requests from client computer systems. Host node 12 is also capable of accessing memory 22 or 24 through read or write-data transactions.

Host node 12 includes a data storage management system (not shown) that takes form in software instructions executing on one or more processors (not shown) within host node 12. The data management system may include a file system and a system for managing the distribution of data of a volume across several memory devices. Volume Manager™ provided by VERITAS Software Corporation of Mountain View, Calif. is an exemplary system for managing the distribution of volume data across memory devices. Volume and disk management products from product software companies also provide a system for managing the distribution of volume data across memory devices. Hardware RAID adapter cards and RAID firmware built into computer systems likewise provide this function.

The first and second volumes can be virtual PIT or MPIT copies of the primary data volume. Host node 12 can create a first virtual volume according to the methods described in copending U.S. patent application Ser. No. 10/143,059 entitled “Method and Apparatus for Creating a Virtual Data Copy” which is incorporated herein by reference in its entirety.

When host node 12 creates the first virtual volume, host node 12 creates a pair of valid/modified (VM) maps such as maps 30 and 32 represented in FIG. 3. Maps 30 and 32 correspond to memories 20 and 22, respectively. FIG. 3 also shows a VM map 34 which will be more fully described below. VM maps 3034 may be persistently stored in memory of host node 12 or elsewhere. VM maps 30 and 32 include nmax entries of two bits each in the embodiment shown. Each entry of VM map 30 corresponds to a respective block of memory 20, while each entry of VM map 32 corresponds to a respective block of data memory 22. In an alternative embodiment, each entry of VM map 30 may correspond to a respective group of blocks in memory 20, while each entry of VM map 32 may correspond to a respective group of blocks in memory 22.

The first and second bits in each entry are designated Vn and Mn, respectively. Vn in each entry, depending on its state, indicates whether its corresponding block n in memory contains valid data. For example, when set to logical 1, V2 of VM map 30 indicates that block 2 of memory 20 contains valid primary volume data, and when set to logical 0, V2 of VM map 30 indicates that block 2 of memory 20 contains no valid primary volume data. It is noted that when Vn is set to logical 0, its corresponding memory block may contain data, but this data is not considered valid. V2 of VM map 32, when set to logical 1, indicates that block 2 of memory 22 contains valid data of the first volume (e.g., the first virtual PIT copy). V2 of VM map 32, when set to logical 0, indicates that block 2 of memory 22 does not contain valid data.

Mn in each entry, depending on its state, indicates whether data within block n of the corresponding memory has been modified. For example, when set to logical 1, M3 of VM map 30 indicates that block 3 of memory 20 contains data that was modified via a write-data transaction since creation of the first virtual volume. When set to logical 0, M3 of VM 30 indicates that block 3 of memory 20 contains unmodified data. Likewise, M3 in VM map 32, when set to logical 1, indicates that block 3 in memory 22 contains data that was modified via a write-data transaction since creation of the first virtual volume. When set to logical 0, M3 of VM map 32 indicates that block 3 of memory 22 contains unmodified data.

When VM maps 30 and 32 are first created, each entry of VM map 32 is set to logical 0, thus indicating that memory 22 contains no valid or modified data. For purposes of explanation, it is presumed that each block of data memory 20 contains valid data of the primary volume. Accordingly, Vn of each entry in VM 30 is initially set to logical 1. Lastly, Mn of each entry in VM maps 30 and 32 is initially set to logical 0. Host node 12 can change the state of one or more bits in any map entry using single or separate I/O operations at the memory address that stores the map entry.

After VM maps 30 and 32 are initiated, host node 12 may run a background process to copy data of memory 20 to memory 22 in a block by block or blocks by blocks fashion. Eventually, this background process will transform the first virtual volume into a first real volume. However, before the background copying process is started or completed, host node 12 can modify data of the primary data volume or the first virtual volume.

FIG. 4 illustrates relevant operational aspects of modifying data of the primary data volume via a write-data transaction after creation of the first virtual PIT copy thereof. In FIG. 4, step 40, host node 12 generates a write-data transaction for modifying data in block n of memory 20. This write-data transaction can be generated in response to receiving a request from a client computer system. For the purposes of explanation, the phrase “modifying data” includes writing new data. In response to generating the write-data transaction, host node 12 accesses VM map 32 to determine whether the data contents of block n in memory 20 has been copied to block n of data memory 22. More particularly, host node 12 accesses VM map 32 to determine whether Vn is set to logical 1 as shown in step 42. Block n of memory 22 will contain valid data (i.e., Vn of VM map 32 is set to logical 1) if the contents of block n in memory 20 were previously copied to block n of memory 22 by the background copying process mentioned above, or in response to a previous write-data transaction to modify data of block n in memory 20. If Vn of VM map 32 is set to logical 0, then the process continues to step 44 where, as shown, host node 12 copies the contents of block n in memory 20 to block n in memory 22. Thereafter, in step 46, host node 12 sets Vn of VM map 32 to logical 1. It is noted that the order of steps 44 and 46 can be reversed in an alternative embodiment. In this alternative embodiment, however, if a crash occurs after the step of setting Vn in VM map 32 to logical 1 but before data of block n in memory 20 is copied to block n of memory 22, then VM map 32 may indicate that block n of data memory 22 contains valid data when, in fact, block n of memory 22 contains no data at all. Host node 12 may be configured to check for and correct such inconsistencies between VM map 32 and data memory 22 when host node 12 recovers from the crash. After step 46, host node 12 sets Mn in VM map 30 to logical 1 as shown in step 50. Before the process ends, host node modifies data in block n of memory 20 in accordance with the write data transaction generated in step 40. It is noted that the order of steps 50 and 52 may be reversed in an alternative embodiment.

FIG. 5 shows the state of VM maps 30 and 32 of FIG. 3 after execution of two write-data transactions for modifying date of the primary data volume and after data is copied from the first two blocks of memory 20 to respective blocks of memory 22 via the background copying process. FIG. 5 shows that the first volume is still in the virtual state since one or more Vn bits of map 32 are set to logical 0.

As noted above, before the background copying process begins or completes, the first virtual volume can be modified in accordance with write-data transactions generated by host node 12. FIG. 6 illustrates relevant operational aspects of modifying data of the first virtual volume via a write-data transaction. In FIG. 6, host node 12 generates a write-data transaction for modifying data of the first volume. Block n of memory 22 is the location where the data to be modified is stored or should be stored. In response to generating the write-data transaction, host node 12 accesses VM map 32 to determine whether block n of memory 22 contains valid data. If block n of memory 22 does not contain valid data, then Vn of VM map 32 is set to logical 0 and the process proceeds to step 64 where host node 12 copies data of block n of memory 20 to block n of memory 22. Thereafter, in step 66 host node sets Vn of VM map 32 to logical 1. It is noted that steps 64 and 66 can be reversed in order in an alternative embodiment. After Vn is set to logical 1 or in response to host node determining in step 62, that Vn is set to logical 1, host node sets Mn of VM map 32 to logical 1 in step 70. Before the process in FIG. 6 ends, host node 12 modifies data in block n of memory 22 as shown in step 72. It is noted that in an alternative embodiment, steps 70 and 72 may be reversed.

FIG. 7 illustrates the state of VM maps 30 and 32 of FIG. 5 after execution of at least one write-data transaction for modifying data of the first virtual PIT copy. FIG. 7 shows that the first volume is in a virtual state since one or more Vn bits of VM map 32 is set to logical 0.

The primary data volume can be restored or synchonized to the contents of the first volume in response to host node 12 receiving a restore command. The restore method includes overwriting data of block n in memory 20 with data of block n of memory 22 for each block n of memory 20 that contains data that differs from data in block n of memory 22. U.S. patent application Ser. No. 10/254,753 entitled “Method and Apparatus for Restoring a Corrupted Data Volume” which is incorporated herein by reference in its entirety illustrates one method for restoring a primary data volume to the contents of a virtual volume.

In one embodiment of the restore method, host node 12 adds a third bit Rn to each entry and VM map 30. FIG. 7 shows VM map 30 with Rn bits added thereto. The state of Rn determines whether its corresponding block n in memory 20 is to be restored, i.e., overwritten with data of block n in memory 22. Rn is initially set to logical 0 if Mn in VM map 30 or 32 is set to logical 1, thus indicating that block n in memory 20 is to be overwritten with data of block n of memory 22. The state of Rn is switched from logical 0 to logical 1 after data of block n of memory 20 is restored or overwritten with data of block n of memory 22. Rn is initially set to logical 1 if Mn in VM map 30 and 32 is set to logical 0, thus indicating that block n in memory 20 need not be overwritten with data of block n in memory 22. Host node 12 can access block n via read or write-data transactions after the state of Rn is switched to logical 1. The restore method is nearly instantaneous in that host node 12 can access the primary data volume via read or a write-data transaction soon after a restore command is issued. In other words, host node 12 need not wait until the state of all Rn bits are switched to logical 1.

Often, it is desirable to sequentially create new virtual PIT copies of the primary data volume during the day. Any one of these virtual PIT copies can be used to restore the primary volume should the primary volume experience data corruption. When the primary data volume is being restored to the contents of one of the virtual PIT copies, host node 12 may start to create a new virtual PIT copy in its schedule of creating virtual PIT copies. However, before host node 12 can create the new virtual PIT copy the process to restore the primary data volume to the contents of one of the virtual PIT copies, must complete (i.e., all Rn bits of VM map 30 are set to logical 1). The operation to restore the primary data volume to the state of the virtual copy may take a substantial amount of time thus delaying the creation of the new virtual PIT copy of the primary volume.

SUMMARY OF THE INVENTION

Disclosed is an apparatus and method for creating a virtual data copy of a volume being restored. In one embodiment of the method, first and second data volumes are created. Thereafter, a first data portion of the first data volume is overwritten with a first data portion of the second data volume. A second data portion of the first data volume is overwritten with a second data portion of the second data volume. In one embodiment, the first and second data portions of the first data volume are overwritten with the first and second data portions of the second data volume, respectively, in response to a command to restore or synchronize the data contents of the first data volume to the data contents of the second data volume. A virtual point-in-time (PIT) copy of the first data volume is created after overwriting the first data portion but before overwriting the second data portion.

BRIEF DESCRIPTION OF THE DRAWINGS

The present invention may be better understood, and its numerous objects, features, and advantages made apparent to those skilled in the art by referencing the accompanying drawings.

FIG. 1 is a block diagram of a data processing system;

FIG. 2 shows block diagrams illustrating memory structure of data storage systems shown in FIG. 1;

FIG. 3 is a block diagram of VM maps created by the host node shown in FIG. 1;

FIG. 4 is a flow chart illustrating operational aspects of writing or modifying data in the primary data volume;

FIG. 5 is a block diagram of VM maps in FIG. 4 after modification thereof;

FIG. 6 is a flow chart illustrating operational aspects of the host node modifying data in a virtual data volume;

FIG. 7 is a block diagram of VM maps in FIG. 5 after modification thereof;

FIG. 8 is a block diagram of a data processing system employing one embodiment of the present invention;

FIG. 9 is a flow chart illustrating operational aspects of converting a new virtual PIT of the primary data volume into a real PIT copy of the primary data volume;

FIG. 10 is a flow chart illustrating operational aspects of modifying data in the primary data volume, and;

FIG. 11 is a flow chart illustrating operational aspects of modifying data in the new virtual PIT copy of the data volume.

The use of the same reference symbols in different drawings indicates similar or identical items.

DETAILED DESCRIPTION

The present invention relates to an apparatus and method of creating a virtual PIT copy of a data volume while the data volume is being restored. In one embodiment, the method is implemented as software instructions executing on one or more microprocessors.

FIG. 8 illustrates a data processing system employing one embodiment of the present invention. The data processing system of FIG. 8 is the same as the data processing system 10 of FIG. 1 except host node 12 is replaced by host node 38. Host node 38, like host node 12, is capable of restoring the primary data volume to the contents of the first virtual volume in response receiving a command. More particularly, when host 38 restores the primary data volume, host node 38 adds a third bit Rn to each entry and VM map 30. The state of Rn determines whether its corresponding block n in memory 20 is to be restored, i.e., overwritten with data of block n in memory 22. Rn is initially set to logical 0 if Mn in VM map 30 or 32 is set to logical 1, thus indicating that block n in memory 20 is to be overwritten with data of block n of memory 22. Rn is initially set to logical 1 if Mn in VM map 30 and 32 is set to logical 0, thus indicating that block n in memory 20 need not be overwritten with data of block n in memory 22. The state of Rn is switched from logical 1 to logical 0 after data of block n of memory 20 is restored or overwritten with data of block n of memory 22. Host node 38 can access block n via read or write-data transactions after the state of Rn is switched to logical 1. The restore method is nearly instantaneous in that host node 38 can access the primary data volume via read or a write-data transaction soon after a restore command is issued. In other words, host node 38 need not wait until the state of all Rn bits is switched to logical 1

Unlike host node 12, host node 38 is capable of creating a new virtual PIT copy of the primary data volume while the primary data volume is being restored (or before all Rn bits of VM map 30 are set to logical 1) to the contents of the first virtual volume. Memory 24 can be configured to store data of the new virtual PIT copy. Host node 38 creates the new virtual PIT copy by creating VM map 34 shown in FIG. 3. Like VM maps 30 and 32, VM map 34 includes nmax entries each corresponding to a respective block in memory 24. The Vn bits of VM map 34 are initially set to logical 0, thus indicating that respective blocks in memory 24 initially contain no valid data. The Mn bits of VM map 34 are also initially set to logical 0, indicating that respective blocks in memory 24 initially contain no modified data.

The new virtual PIT copy can be converted into a real PIT copy of the primary data volume via host node 38 executing a background copying process. FIG. 9 illustrates relevant aspects of one embodiment of host node 38 running this background copying process. In FIG. 9, host node in step 80 initially sets variable n to 0. Thereafter in step 82, n is incremented by 1. In step 84, host node accesses VM map 34 to determine whether Vn is set equal to logical 1 in step 84. If Vn is set to logical 0, then in step 86 host node checks the value of Rn in VM map 30. If Rn is equal to logical 0, then block n of memory 20 is yet to be restored to the state of block n in memory 22 and the process proceeds to step 92 where host node 38 copies the data contents of block n of memory 22 to block n of memories 20 and 24. If Rn is set to logical 1 in step 86, then in step 94 host node 38 copies the data contents of block n of memory 20 to block n of memory 24. After step 92, host node sets Rn to logical 1 in step 96 thus indicating that block n in memory 20 has been restored. Thereafter, in step 100 host node sets Vn of VM map 34 equal to logical 1. In step 102, host node 38 compares n to nmax. If the two are equal, the process ends. Otherwise, the process returns to step 82 where n is incremented by 1.

Before the conversion process illustrated in FIG. 9 starts or completes, host node 38 can update data in the primary data volume. FIG. 10 illustrates relevant aspects of host node 38 updating the primary data volume in response to a request received from a client computer system. More particularly, in step 110, host node 38 generates a write-data transaction for modifying data in block n of memory 20 in response to receiving a request from the client computer system. In response to step 110, host node 38 accesses VM map 34 to determine the state of Vn thereof in step 112. If Vn is set to logical 0, then host node accesses VM map 30 to determine the state of Rn therein. If Rn is set to logical 0, host node 38 copies the data contents of block n of memory 22 to block n of memories 20 and 24 in step 120. If Rn is set to logical 1, then in step 122 host node 38 copies the contents of block n of memory 20 to block n of memory 24. After step 120 host node 38 sets Rn in VM map 30 equal to logical 1 in step 124 thus indicating that block n in memory 20 has been restored. Thereafter, host node 38 sets Vn in VM map 34 equal to logical 1 in step 126. Lastly, in step 126 or in response to host node 38 determining that Vn in VM map 34 is equal to logical 1 in step 112, data in block n of memory 20 is modified according to the write-data transaction generated in step 110.

In addition to the ability to modify the primary data volume before the new virtual PIT copy is converted into a real PIT copy of the primary data volume, host node 38 can modify data of the new virtual PIT copy thereby transforming the new virtual PIT copy into a virtual MPIT copy. FIG. 11 illustrates relevant aspects of one embodiment for modifying data of the new virtual PIT copy. The process shown in FIG. 11 is substantially similar to the process shown in FIG. 10. More particularly, in step 150, host node 38 generates a write-data transaction for modifying data in block n of memory 24. In response to step 152, host node 38 accesses VM map 34 to determine the state of Vn thereof. If Vn is set to logical 0, then in step 154 host node accesses VM map 30 to determine the state of Rn therein. If Rn is set to logical 0, host node 38 copies the data contents of block n of memory 22 to block n of memories 20 and 24 in step 160. If Rn is set to logical 1, then in step 162 host node 38 copies the contents of block n of memory 20 to block n of memory 24. In step 164 host node 38 sets Rn in VM map 30 equal to logical 1 thus indicating that block n in memory 20 has been restored. Thereafter, host node 38 sets Vn in VM map 34 equal to logical 1 in step 166. In step 180, host node 38 sets Mn of VM map 34 to logical 1. Lastly, in step 180 data in block n of memory 20 is modified according to the write-data transaction generated in step 110.

Although the present invention has been described in connection with several embodiments, the invention is not intended to be limited to the embodiments described herein. On the contrary, it is intended to cover such alternatives, modifications, and equivalents as can be reasonably included within the scope of the invention as defined by the appended claims.

Claims

1. A method comprising:

(a) creating a first data volume;
(b) creating a second data volume;
(c) overwriting a first data portion of the first data volume with a first data portion of the second data volume;
(d) overwriting a second data portion of the first data volume with a second data portion of the second data volume;
(e) creating a virtual point-in-time (PIT) copy of the first data volume, wherein (e) occurs after (c) but before (d);
(m) copying a data portion from the first or second volume to memory allocated to store the virtual PIT copy;
(n) modifying the data portion copied to the memory allocated to store the virtual PIT copy.

2. The method of claim 1 wherein (n) occurs after (c) but before (d).

3. The method of claim 2 further comprising:

(o) copying another data portion from the first or second volume to memory allocated to store the virtual PIT copy;
(p) modifying the other data portion copied to the memory allocated to store the virtual PIT copy, wherein (p) occurs before (m).

4. The method of claim 1 further comprising:

(f) modifying data of a third data portion of the first data volume after (c) but before (d).

5. The method of claim 1 further comprising:

(f) modifying data of a third data portion of the first data volume, wherein (f) occurs after (c) but before (d), and wherein (e) occurs after (f).

6. The method of claim 5 further comprising:

(g) allocating memory to store data of the virtual PIT copy;
(h) copying the third data portion to the memory allocated in (g) before (f).

7. The method of claim 1 wherein (c) and (d) occur in response to generation of a command to synchronize the data contents of the first data volume to the data contents of the second data volume.

8. The method of claim 1 further comprising:

(i) modifying data of the first and second data portions of the first data volume, wherein (i) occurs before (c) and (d);
wherein the second data volume is created as virtual PIT copy of the first data volume in (b), and wherein (b) occurs before (i).

9. The method of claim 1 further comprising:

(j) generating a write-data transaction for modifying data of the second data portion of the first data volume, wherein (j) occurs after (e) but before (d);
(k) copying the first data portion of the second data volume to memory allocated to the virtual PIT copy, wherein (k) occurs after (j) but before (d).

10. A computer readable medium comprising instructions executable by a computer system, wherein the computer system implements a method in response to executing the instructions, the method comprising:

(c) overwriting a first data portion of a first data volume with a first data portion of a second data volume;
(d) overwriting a second data portion of the first data volume with a second data portion of the second data volume;
(e) creating a virtual point-in-time (PIT) copy of the first data volume, wherein (e) occurs after (c) but before (d);
(m) copying a data portion from the first or second volume to memory allocated to store the virtual PIT copy;
(n) modifying the data portion copied to the memory allocated to store the virtual PIT copy.

11. The computer readable medium of claim 10 wherein (n) occurs after (c) but before (d).

12. The computer readable medium of claim 11 wherein the method further comprises:

(o) copying another data portion from the first or second volume to memory allocated to store the virtual PIT copy;
(p) modifying the other data portion copied to the memory allocated to store the virtual PIT copy, wherein (p) occurs before (m).

13. The computer readable medium of claim 10 wherein the method further comprises:

(f) modifying data of a third data portion of the first data volume after (c) but before (d).

14. The computer readable medium of claim 10 wherein the method further comprises:

(f) modifying data of a third data portion of the first data volume, wherein (f) occurs after (c) but before (d), and wherein (e) occurs after (f).

15. The computer readable medium of claim 10 wherein the method further comprises:

(g) allocating memory to store data of the virtual PIT copy;
(h) copying the third data portion to the memory allocated in (g) before (f).

16. The computer readable medium of claim 10 wherein (c) and (d) occur in response to generation of a command to synchronize the data contents of the first data volume to the data contents of the second data volume.

17. The computer readable medium of claim 10 wherein the method further comprises:

(i) modifying data of the first and second data portions of the first data volume, wherein (i) occurs before (c) and (d);
wherein the second data volume is created as a virtual PIT copy of the first data volume in (b), and wherein (b) occurs before (i).

18. The computer readable medium of claim 10 wherein the method further comprises:

(j) generating a write-data transaction for modifying data of the second data portion of the first data volume, wherein (j) occurs after (e) but before (d);
(k) copying the first data portion of the second data volume to memory allocated to the virtual PIT copy, wherein (k) occurs after (j) but before (d).

19. A method comprising:

(a) creating a first PIT copy of a primary data volume;
(b) modifying one or more data portions of the first PIT copy or the primary data volume after creation of the first PIT copy;
(c) synchronizing the data contents of the primary data volume to the data contents of the first PIT copy, wherein (c) occurs after (b);
(d) creating a virtual PIT copy of the primary data volume, wherein (d) occurs before (c) has completed.

20. The method of claim 19 further comprising:

(e) copying a data portion from the primary volume or first PIT copy to memory allocated to store the virtual PIT copy;
(f) modifying the data portion copied to the memory allocated to store the virtual PIT copy.

21. The method of claim 20 wherein (f) occurs before (c) has completed.

22. The method of claim 21 further comprising:

(g) copying another data portion from the primary volume or first PIT copy to the memory allocated to store the virtual PIT copy;
(h) modifying the other data portion copied to the memory allocated to store the virtual PIT copy, wherein (g) occurs before (f).
Referenced Cited
U.S. Patent Documents
20030084242 May 1, 2003 Strange et al.
20040002934 January 1, 2004 Taulbee et al.
20050010733 January 13, 2005 Mimatsu et al.
Patent History
Patent number: 7093090
Type: Grant
Filed: Nov 1, 2005
Date of Patent: Aug 15, 2006
Assignee: Veritas Operating Corporation (Mountain View, CA)
Inventors: Anand A. Kekre (Pune), John A. Colgrove (Los Altos, CA), Oleg Kiselev (Palo Alto, CA)
Primary Examiner: Mano Padmanabhan
Assistant Examiner: Paul Baker
Attorney: Campbell Stephenson Ascolese LLP
Application Number: 11/264,072
Classifications
Current U.S. Class: Backup (711/162); Arrayed (e.g., Raids) (711/114); 707/204
International Classification: G06F 12/00 (20060101);