Skip to content

Commit 50e10f6

Browse files
committed
OCPBUGS-18168: Updated a note in creating volume snapshots
1 parent fc9d104 commit 50e10f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/persistent-storage-csi-snapshots-create.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ When you create a `VolumeSnapshot` object, {product-title} creates a volume snap
1515
* A storage class to provision the storage back end.
1616
* No pods are using the persistent volume claim (PVC) that you want to take a snapshot of.
1717
+
18-
[NOTE]
18+
[WARNING]
1919
====
20-
Do not create a volume snapshot of a PVC if a pod is using it. Doing so might cause data corruption because the PVC is not quiesced (paused). Be sure to first tear down a running pod to ensure consistent snapshots.
20+
Creating a volume snapshot of a PVC that is in use by a pod can cause unwritten data and cached data to be excluded from the snapshot. To ensure that all data is written to the disk, delete the pod that is using the PVC before creating the snapshot.
2121
====
2222
2323
.Procedure

0 commit comments

Comments
 (0)