Cluster administrators can use volume snapshots to help protect against data loss by using the supported {microshift-short} logical volume manager storage (LVMS) Container Storage Interface (CSI) provider. Familiarity with persistent volumes is required.
A snapshot represents the state of the storage volume in a cluster at a particular point in time. Volume snapshots can also be used to provision new volumes. Snapshots are created as read-only logical volumes (LVs) located on the same device as the original data.
A cluster administrator can complete the following tasks using CSI volume snapshots:
-
Create a snapshot of an existing persistent volume claim (PVC).
-
Back up a volume snapshot to a secure location.
-
Restore a volume snapshot as a different PVC.
-
Delete an existing volume snapshot.
Important
|
Only the logical volume manager storage (LVMS) plugin CSI driver is supported by {microshift-short}. |
-
To configure the host to enable cloning, see About LVM thin volumes