From e4aae03d5111b88abd0ee1675be81006c22b9092 Mon Sep 17 00:00:00 2001 From: timansky Date: Thu, 16 Jan 2025 08:59:08 +0500 Subject: [PATCH] README added lvm case --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 296b36d..b5a102e 100644 --- a/README.md +++ b/README.md @@ -145,6 +145,18 @@ sudo systemctl restart pve-cluster.service pvedaemon.service pvestatd.service pv - API Token Permissions: Ensure that the API token used has the necessary permissions to create and manage volumes on the Pure Storage array. - Plugin Updates: Ensure you are using the latest version of the plugin. Check the GitHub repository for updates. +### Known issues + +- `lvm inside a volume`: If you plan to use LVM inside a volume, it is better to add purestorage volumes to the ignore list to avoid scanning. + +```bash +cat /etc/lvm/lvmlocal.conf +... +devices { + global_filter=["r|/dev/zd.*|","r|/dev/rbd.*|","r|/dev/mapper/3624a9370.*|"] +} +``` + ## Contributing Contributions to this project are welcome.