Skip to content

Commit 8bf8e88

Browse files
author
Bob Furu
authored
Merge pull request #22794 from bobfuru/fix-callout-numbering
Fix callout numbering
2 parents 3bae24f + 855b430 commit 8bf8e88

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

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

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,17 +61,12 @@ spec:
6161
persistentVolumeClaimName: myclaim <2>
6262
----
6363
+
64-
<1> The request for a particular class by the volume snapshot.
65-
+
66-
[NOTE]
67-
====
68-
If `volumeSnapshotClassName` is empty, then no snapshot is created.
69-
====
64+
<1> The request for a particular class by the volume snapshot. If `volumeSnapshotClassName` is empty, then no snapshot is created.
65+
7066
+
7167
<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.
7268

73-
+
74-
* Create the object you saved in the previous step by entering the following command:
69+
. Create the object you saved in the previous step by entering the following command:
7570
+
7671
----
7772
$ oc create -f volumesnapshot-dynamic.yaml

0 commit comments

Comments
 (0)