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/microshift-storage-plugin-overview.adoc

21 lines
1.1 KiB
Plaintext
Raw Normal View History

2022-11-21 15:20:18 -05:00
:_content-type: ASSEMBLY
[id="microshift-storage-plugin-overview"]
= Dynamic storage using the LVMS plugin
include::_attributes/attributes-microshift.adoc[]
2022-12-15 11:25:03 -05:00
:context: microshift-storage-plugin-overview
2022-11-21 15:20:18 -05:00
toc::[]
{product-title} enables dynamic storage provisioning that is ready for immediate use with the logical volume manager storage (LVMS) Container Storage Interface (CSI) provider. The LVMS plugin is the Red Hat downstream version of TopoLVM, a CSI plugin for managing LVM volumes for Kubernetes.
LVMS provisions new logical volume management (LVM) logical volumes (LVs) for container workloads with appropriately configured persistent volume claims (PVC). Each PVC references a storage class that represents an LVM Volume Group (VG) on the host node. LVs are only provisioned for scheduled pods.
include::modules/microshift-lvms-system-requirements.adoc[leveloffset=+1]
include::modules/microshift-lvms-deployment.adoc[leveloffset=+1]
include::modules/microshift-lvms-setting-path.adoc[leveloffset=+2]
include::modules/microshift-lvms-configuring.adoc[leveloffset=+1]
2022-11-21 15:20:18 -05:00
2022-12-19 15:15:37 -05:00
include::modules/microshift-using-lvms.adoc[leveloffset=+1]