Skip to content

Commit df970fe

Browse files
Merge pull request #63439 from ShaunaDiaz/OSDOCS-5976
2 parents d438ff2 + d68ca75 commit df970fe

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

modules/storage-ephemeral-vols-overview.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ Generic ephemeral volumes have the following features:
2626
====
2727
Generic ephemeral volumes do not support offline snapshots and resize.
2828
29-
ifndef::openshift-dedicated,openshift-rosa[]
29+
ifndef::openshift-dedicated,openshift-rosa,microshift[]
3030
Due to this limitation, the following Container Storage Interface (CSI) drivers do not support the following features for generic ephemeral volumes:
3131
3232
* Azure Disk CSI driver does not support resize.
3333
3434
* Cinder CSI driver does not support snapshot.
35-
endif::openshift-dedicated,openshift-rosa[]
35+
endif::openshift-dedicated,openshift-rosa,microshift[]
3636
====

modules/storage-ephemeral-vols-procedure.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,15 @@ spec:
3838
type: my-app-ephvol
3939
spec:
4040
accessModes: [ "ReadWriteOnce" ]
41+
ifndef::microshift[]
4142
storageClassName: "gp2-csi"
43+
endif::microshift[]
44+
ifdef::microshift[]
45+
storageClassName: "topolvm-provisioner"
46+
endif::microshift[]
4247
resources:
4348
requests:
4449
storage: 1Gi
4550

4651
----
47-
<1> Generic ephemeral volume claim
52+
<1> Generic ephemeral volume claim.

modules/storage-persistent-storage-pv.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ cluster.
238238

239239
|===
240240

241-
You can view the name of the PVC bound to the PV by running:
241+
You can view the name of the PVC that is bound to the PV by running the following command:
242242

243243
[source,terminal]
244244
----

0 commit comments

Comments
 (0)