Run either of the following commands with the copy-destination volume created in the preparatory step specified.
-
If a snapshot in the Restoring state exists under the copy-source volume, a snapshot cannot be taken.
-
You can take a snapshot only when the copy-destination snapshot is in Prepared state.
-
If the copy-source volume is a snapshot, you can take a snapshot only when the copy-source snapshot is in Normal state.
-
After a snapshot is taken, a write request for the P-VOL is processed with the CoW (Copy-on-Write) method. In the CoW method, the data existing before a write is performed is copied to the storage pool, and then the write is performed.
-
Immediately after creating a snapshot volume, whenever the data in the P-VOL is updated, the difference data is copied. If many write I/O operations are performed from the host continuously, a large amount of difference data will be copied. This will increase the load on the storage node, causing degradation in IOPS performance of write and read I/O operations. If IOPS performance is degraded, reduce the number of write I/O operations from the host.
To keep data consistent, stop the host I/O until a snapshot has been taken. If the volume is for the OS system disk, take a snapshot after shutting down the OS. For a data disk volume, forcibly write file cache to disk and stop writing data to the drive (for example, with the sync command and fsfreeze command) or unmount the disk, and then take a snapshot. After a snapshot has been obtained, resume the host I/O operations. The steps for stopping the host I/O operations depend on the OS. Stop the host I/O operations according to the steps for the OS you are using.
-
Required role: VpsStorage