Creating volume snapshots
You can create a volume snapshot either from the Persistent Volume Claim (PVC) page or the Volume Snapshots page.
For a consistent snapshot, the PVC should be in Bound state and not be in
use. Ensure to stop all I/O before taking the snapshot.
Note: Fusion Data Foundation only provides crash consistency for a volume
snapshot of a PVC if a pod is using it. For application consistency, be sure to first tear down a
running pod to ensure consistent snapshots or use any quiesce mechanism provided by the application
to ensure it.
Creating volume snapshots from the Persistent Volume Claims page
- From the OpenShift Web Console go to .
- Create a volume snapshot in one of the following ways:
- Beside the desired PVC, go to .
- Click on the PVC for which you want to create the snapshot and click .
- Enter a Name for the volume snapshot.
- Choose the Snapshot Class from the drop-down list.
- Click Create.
You will be redirected to the Details page of the volume snapshot that is created.
Creating volume snapshots from the Volume Snapshots page
- From the OpenShift Web Console go to .
- In the Volume Snapshots page, click Create Volume Snapshot.
- Choose the required Project from the drop-down list.
- Choose the Persistent Volume Claim from the drop-down list.
- Enter a Name for the snapshot.
- Choose the Snapshot Class from the drop-down list.
- Click Create.
You will be redirected to the Details page of the volume snapshot that is created.
Verifying volume snapshot creation
- Go to the Details page of the PVC and click the Volume Snapshots tab to see the list of volume snapshots. Verify that the new volume snapshot is listed.
- From the OpenShift Web Console go to . Verify that the new volume snapshot is listed.
- Wait for the volume snapshot to be in a Ready state.