Skip to content

Commit c068b67

Browse files
authored
Merge pull request #70909 from xJustin/OSDOCS-9364-ROSA-storage-options
OSDOCS-9364 updated ROSA PV Storage options
2 parents d1feb04 + 81a8489 commit c068b67

3 files changed

+15
-2
lines changed

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

+5-1
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 the 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 {product-title}] matrix for more information.
80+
endif::openshift-rosa[]

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

+1-1
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

+9
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) supports the 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)