diff --git a/modules/persistent-storage-csi-snapshots-create.adoc b/modules/persistent-storage-csi-snapshots-create.adoc index f3a4222d3b25..c7d1fda42fdf 100644 --- a/modules/persistent-storage-csi-snapshots-create.adoc +++ b/modules/persistent-storage-csi-snapshots-create.adoc @@ -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