From c834babfb61edbb84b5db532858304ab6ec87f6a Mon Sep 17 00:00:00 2001 From: Bob Furu Date: Tue, 9 Jun 2020 15:17:47 -0400 Subject: [PATCH] Fix callout numbering --- modules/persistent-storage-csi-snapshots-create.adoc | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) 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