Skip to content

OSDOCS-9364 updated ROSA PV Storage options #70909

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion modules/persistent-storage-csi-drivers-supported.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,12 @@ ifndef::openshift-dedicated,openshift-rosa[]
* Does not support offline snapshots or resize. Volume must be attached to a running pod.
--
endif::openshift-dedicated,openshift-rosa[]

ifndef::openshift-rosa[]
[IMPORTANT]
====
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.
====
endif::openshift-rosa[]
ifdef::openshift-rosa[]
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.
endif::openshift-rosa[]
2 changes: 1 addition & 1 deletion modules/storage-persistent-storage-block-volume.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ The following table displays which volume plugins support block volumes.
[cols="1,1,1,1", width="100%",options="header"]
|===
|Volume Plugin |Manually provisioned |Dynamically provisioned |Fully supported
|AliCloud Disk | ✅ | ✅ | ✅
|Amazon Elastic Block Store (Amazon EBS) | ✅ | ✅ | ✅
|Amazon Elastic File Storage (Amazon EFS) | | |
ifndef::openshift-dedicated,openshift-rosa[]
|AliCloud Disk | ✅ | ✅ | ✅
|Azure Disk | ✅ | ✅ | ✅
|Azure File | | |
|Cinder | ✅ | ✅ | ✅
Expand Down
9 changes: 9 additions & 0 deletions modules/storage-persistent-storage-pv.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,12 @@ ifndef::microshift[]
[id="types-of-persistent-volumes_{context}"]
== Types of PVs

ifndef::openshift-rosa[]
{product-title} supports the following persistent volume plugins:
endif::openshift-rosa[]
ifdef::openshift-rosa[]
{product-title} (ROSA) supports the following persistent volume storage options:
endif::openshift-rosa[]

// - GlusterFS
// - Ceph RBD
Expand Down Expand Up @@ -76,6 +81,10 @@ ifdef::openshift-enterprise,openshift-webscale,openshift-origin[]
endif::openshift-enterprise,openshift-webscale,openshift-origin[]
endif::microshift[]

ifdef::openshift-rosa[]
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.
endif::openshift-rosa[]

[id="pv-capacity_{context}"]
== Capacity

Expand Down