Veritas Storage Foundation 5.1 SP1 Advanced Features Administrator"s Guide (5900-1503, April 2011)
Figure 19-2
Initializing a Storage Checkpoint
A
B
C
D
E
Primary fileset Storage Checkpoint
The Storage Checkpoint presents the exact image of the file system by finding
the data from the primary fileset. VxFS updates a Storage Checkpoint by using
the copy-on-write technique.
See “Copy-on-write” on page 271.
Copy-on-write
In Figure 19-3, the third data block in the primary fileset originally containing C
is updated.
Before the data block is updated with new data, the original data is copied to the
Storage Checkpoint. This is called the copy-on-write technique, which allows the
Storage Checkpoint to preserve the image of the primary fileset when the Storage
Checkpoint is taken.
Every update or write operation does not necessarily result in the process of
copying data to the Storage Checkpoint because the old data needs to be saved
only once. As blocks in the primary fileset continue to change, the Storage
Checkpoint accumulates the original data blocks. In this example, subsequent
updates to the third data block, now containing C', are not copied to the Storage
Checkpoint because the original image of the block containing C is already saved.
271Administering Storage Checkpoints
Operation of a Storage Checkpoint