mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
23 lines
1.3 KiB
Plaintext
23 lines
1.3 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * microshift_storage/microshift-storage-plugin-overview.adoc
|
|
|
|
:_mod-docs-content-type: CONCEPT
|
|
[id="microshift-disabling-uninstalling-lvms-csi-snapshot_{context}"]
|
|
= Disabling and uninstalling LVMS CSI provider and CSI snapshot deployments
|
|
|
|
You can reduce the use of runtime resources such as RAM, CPU, and storage by removing or disabling the following storage components:
|
|
|
|
* You can configure {microshift-short} to disable the built-in logical volume manager storage (LVMS) Container Storage Interface (CSI) provider.
|
|
* You can configure {microshift-short} to disable the Container Storage Interface (CSI) snapshot capabilities.
|
|
* You can uninstall the installed CSI implementations using `oc` commands.
|
|
|
|
[IMPORTANT]
|
|
====
|
|
Automated uninstallation is not supported as this can cause orphaning of the provisioned volumes. Without the LVMS CSI driver, the node does not detect the underlying storage interface and cannot perform provisioning and deprovisioning or mounting and unmounting operations.
|
|
====
|
|
|
|
[NOTE]
|
|
====
|
|
You can configure {microshift-short} to disable CSI provider and CSI snapshot only before installing and running {microshift-short}. After {microshift-short} is installed and running, you must update the configuration file and uninstall the components.
|
|
==== |