mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
11 lines
645 B
Plaintext
11 lines
645 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * microshift_storage/microshift-storage-plugin-overview.adoc
|
|
|
|
:_mod-docs-content-type: CONCEPT
|
|
[id="microshift-lvms-deployment_{context}"]
|
|
= LVMS deployment
|
|
|
|
LVMS is automatically deployed on to the node in the `openshift-storage` namespace after {microshift-short} starts.
|
|
|
|
LVMS uses `StorageCapacity` tracking to ensure that pods with an LVMS PVC are not scheduled if the requested storage is greater than the free storage of the volume group. For more information about `StorageCapacity` tracking, read link:https://kubernetes.io/docs/concepts/storage/storage-capacity/[Storage Capacity]. |