Skip to content

Commit ae0be86

Browse files
committed
OSDOCS-9364 updated ROSA PV Storage options
1 parent fa2f696 commit ae0be86

3 files changed

+15
-2
lines changed

modules/persistent-storage-csi-drivers-supported.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,12 @@ ifndef::openshift-dedicated,openshift-rosa[]
6969
* Does not support offline snapshots or resize. Volume must be attached to a running pod.
7070
--
7171
endif::openshift-dedicated,openshift-rosa[]
72-
72+
ifndef::openshift-rosa[]
7373
[IMPORTANT]
7474
====
7575
If your CSI driver is not listed in the preceding table, you must follow the installation instructions provided by your CSI storage vendor to use their supported CSI features.
7676
====
77+
endif::openshift-rosa[]
78+
ifdef::openshift-rosa[]
79+
In addition to drivers listed in the preceding table, ROSA functions with CSI drivers from third-party storage vendors such as AWS FSX or Pure Storage Portworx. Red Hat does not oversee third-party provisioners or the connected CSI drivers and the vendors fully control source code, deployment, operation, and Kubernetes compatibility. These volume provisioners are considered customer-managed and the respective vendors are responsible for providing support. See the link:https://docs.openshift.com/rosa/rosa_architecture/rosa_policy_service_definition/rosa-policy-responsibility-matrix.html#rosa-policy-responsibilities_rosa-policy-responsibility-matrix[Shared responsibilities for Red Hat OpenShift Service on AWS] matrix for more information.
80+
endif::openshift-rosa[]

modules/storage-persistent-storage-block-volume.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ The following table displays which volume plugins support block volumes.
2727
[cols="1,1,1,1", width="100%",options="header"]
2828
|===
2929
|Volume Plugin |Manually provisioned |Dynamically provisioned |Fully supported
30-
|AliCloud Disk | ✅ | ✅ | ✅
3130
|Amazon Elastic Block Store (Amazon EBS) | ✅ | ✅ | ✅
3231
|Amazon Elastic File Storage (Amazon EFS) | | |
3332
ifndef::openshift-dedicated,openshift-rosa[]
33+
|AliCloud Disk | ✅ | ✅ | ✅
3434
|Azure Disk | ✅ | ✅ | ✅
3535
|Azure File | | |
3636
|Cinder | ✅ | ✅ | ✅

modules/storage-persistent-storage-pv.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,12 @@ ifndef::microshift[]
3434
[id="types-of-persistent-volumes_{context}"]
3535
== Types of PVs
3636

37+
ifndef::openshift-rosa[]
3738
{product-title} supports the following persistent volume plugins:
39+
endif::openshift-rosa[]
40+
ifdef::openshift-rosa[]
41+
{product-title} (ROSA) officially supports following persistent volume storage options:
42+
endif::openshift-rosa[]
3843

3944
// - GlusterFS
4045
// - Ceph RBD
@@ -76,6 +81,10 @@ ifdef::openshift-enterprise,openshift-webscale,openshift-origin[]
7681
endif::openshift-enterprise,openshift-webscale,openshift-origin[]
7782
endif::microshift[]
7883

84+
ifdef::openshift-rosa[]
85+
ROSA functions with Kubernetes Container Storage Interface (CSI) compatible volume provisioners from other storage vendors. See link:https://docs.openshift.com/rosa/storage/container_storage_interface/persistent-storage-csi.html[Configuring CSI volumes] for more information about CSI drivers in ROSA.
86+
endif::openshift-rosa[]
87+
7988
[id="pv-capacity_{context}"]
8089
== Capacity
8190

0 commit comments

Comments
 (0)