From 5eb0a8ec88e4a5ea45a35b2388f3896221547e57 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Wed, 15 Mar 2023 11:36:07 -0400 Subject: [PATCH] our LVMS is not a fork, it is a build of upstream --- docs/default_csi_plugin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/default_csi_plugin.md b/docs/default_csi_plugin.md index 28bae4bdf81..8a6d30da6c6 100644 --- a/docs/default_csi_plugin.md +++ b/docs/default_csi_plugin.md @@ -3,7 +3,7 @@ > **IMPORTANT!** The default LVMS configuration is intended to match the developer environment described in [MicroShift Development Environment](./devenv_setup.md). See section **[Configuring LVMS](#Configuring-LVMS)** for guidance on configuring LVMS for your environment. MicroShift enables dynamic storage provisioning out of the box with the LVMS CSI plugin. This plugin is a downstream -Red Hat fork of TopoLVM. This provisioner will create a new LVM logical volume in the `rhel` volume group for each +Red Hat build of TopoLVM. This provisioner will create a new LVM logical volume in the `rhel` volume group for each PersistenVolumeClaim(PVC), and make these volumes available to pods. For more information on LVMS, visit the repo's [README](https://github.com/red-hat-storage/topolvm).