1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/microshift_storage/understanding-persistent-storage-microshift.adoc
2023-10-30 10:13:25 -04:00

33 lines
1.7 KiB
Plaintext

:_mod-docs-content-type: ASSEMBLY
[id="understanding-persistent-storage-microshift"]
= Understanding persistent storage
include::_attributes/attributes-microshift.adoc[]
:context: understanding-persistent-storage-microshift
toc::[]
Managing storage is a distinct problem from managing compute resources. {microshift-short} uses the Kubernetes persistent volume (PV) framework to allow cluster administrators to provision persistent storage for a cluster. Developers can use persistent volume claims (PVCs) to request PV resources without having specific knowledge of the underlying storage infrastructure.
include::modules/storage-persistent-storage-overview.adoc[leveloffset=+1]
[id="additional-resources_understanding-persistent-storage-microshift_{context}"]
[role="_additional-resources"]
== Additional resources
* link:https://access.redhat.com/documentation/en-us/openshift_container_platform/{ocp-version}/html/storage/understanding-persistent-storage#pv-access-modes_understanding-persistent-storage[Access modes for persistent storage]
include::modules/storage-persistent-storage-lifecycle.adoc[leveloffset=+1]
include::modules/storage-persistent-storage-reclaim-manual.adoc[leveloffset=+2]
include::modules/storage-persistent-storage-reclaim.adoc[leveloffset=+2]
include::modules/storage-persistent-storage-pv.adoc[leveloffset=+1]
[role="_additional-resources"]
.Additional resources
* link:https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/managing_file_systems/mounting-file-systems_managing-file-systems#common-mount-options_mounting-file-systems[Common mount options]
include::modules/storage-persistent-storage-pvc.adoc[leveloffset=+1]
include::modules/storage-persistent-storage-fsGroup.adoc[leveloffset=+1]