Volume Snapshot

Volume snapshotting provides to you the ability to create point-in-time snapshots of block storage volumes. A volume snapshot is a read-only, consistent copy of a block storage volume at a specific moment. These snapshots are crucial for data protection, enabling users to restore a volume to a previous state or create new volumes based on the snapshot.

Volume Snapshot Characteristics

Key characteristics of volume snapshots:

  • Point-in-time consistency: Snapshots capture the data on a volume at the exact moment the snapshot is created, ensuring data integrity.

  • Read-only: Snapshots cannot be directly modified; they serve as a reference point for creating new volumes or restoring existing ones.

  • Space efficiency: Many block storage drivers implement snapshots using copy-on-write mechanisms, meaning they only consume additional storage space for data blocks that have changed since the snapshot was created.

  • Disaster recovery and data protection: Snapshots are a fundamental component of backup and recovery strategies, allowing for quick restoration of data in case of corruption or accidental deletion.

Snapshot Use Cases

Volume snapshots can be used in two scenarios

  • Creating a new volume: Users can create a new block storage volumes from an existing volume snapshot, effectively cloning the volume's content at the time of the snapshot. This is useful for creating test environments or replicating data.

  • Reverting a volume: You can also revert a volume to a previous snapshot, restoring the volume's content to the state it was in when the snapshot was taken.

Create a Volume Snapshot

You can create a volume snapshot by navigating to the Private Cloud Director UI Storage menu, then clicking on Volumes sub menu to see all the volumes. Then you can select a specific volume and select the snapshot action from the action bar.

Last updated

Was this helpful?