1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/sdpolicy-storage.adoc

33 lines
1.8 KiB
Plaintext

// Module included in the following assemblies:
//
// * osd_architecture/osd_policy/osd-service-definition.adoc
:_mod-docs-content-type: CONCEPT
[id="sdpolicy-storage_{context}"]
= Storage
[role="_abstract"]
Review the storage options available for {product-title} clusters.
[id="encrypt-rest-node_{context}"]
== Encrypted-at-rest OS/node storage
Control plane nodes use encrypted-at-rest-EBS storage.
[id="encrypt-rest-pv_{context}"]
== Encrypted-at-rest PV
EBS volumes used for persistent volumes (PVs) are encrypted-at-rest by default.
[id="block-storage_{context}"]
== Block storage (RWO)
Persistent volumes (PVs) are backed by AWS EBS and {gcp-full} persistent disk block storage, which uses the ReadWriteOnce (RWO) access mode. On a non-CCS {product-title} base cluster, 100 GB of block storage is provided for PVs, which is dynamically provisioned and recycled based on application requests. Additional persistent storage can be purchased in 500 GB increments.
PVs can only be attached to a single node at a time and are specific to the availability zone in which they were provisioned, but they can be attached to any node in the availability zone.
Each cloud provider has its own limits for how many PVs can be attached to a single node. See link:https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/volume_limits.html#instance-type-volume-limits[AWS instance type limits] or link:https://cloud.google.com/compute/docs/machine-types#custom_machine_types[{gcp-full} custom machine types ] for details.
[id="shared-storage_{context}"]
== Shared storage (RWX)
The AWS CSI Driver can be used to provide RWX support for {product-title} on AWS. A community Operator is provided to simplify setup. For more information, see link:https://access.redhat.com/articles/5025181[AWS EFS Setup for OpenShift Dedicated and Red Hat OpenShift Service on AWS].