Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 3 additions & 8 deletions modules/persistent-storage-csi-snapshots-create.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -61,17 +61,12 @@ spec:
persistentVolumeClaimName: myclaim <2>
----
+
<1> The request for a particular class by the volume snapshot.
+
[NOTE]
====
If `volumeSnapshotClassName` is empty, then no snapshot is created.
====
<1> The request for a particular class by the volume snapshot. If `volumeSnapshotClassName` is empty, then no snapshot is created.

+
<2> The name of the PersistentVolumeClaim object bound to a persistent volume. This defines what you want to create a snapshot of. Required for dynamically provisioning a snapshot.

+
* Create the object you saved in the previous step by entering the following command:
. Create the object you saved in the previous step by entering the following command:
+
----
$ oc create -f volumesnapshot-dynamic.yaml
Expand Down