From 63dfb5e71eac9201e11cd08436912f782293e36a Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Wed, 7 Jan 2026 01:23:24 -0700 Subject: [PATCH] Update Servers/Virtualization/Proxmox/Configuring iSCSI-based Cluster Storage.md --- .../Proxmox/Configuring iSCSI-based Cluster Storage.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Servers/Virtualization/Proxmox/Configuring iSCSI-based Cluster Storage.md b/Servers/Virtualization/Proxmox/Configuring iSCSI-based Cluster Storage.md index 6e53dc0..eab5a6c 100644 --- a/Servers/Virtualization/Proxmox/Configuring iSCSI-based Cluster Storage.md +++ b/Servers/Virtualization/Proxmox/Configuring iSCSI-based Cluster Storage.md @@ -176,7 +176,7 @@ iscsiadm -m session -P 3 lsblk ``` -## Create Shared LVM (One Node Only) +## Create Shared LVM (Execute on One Node Only) !!! warning "Important" **Only run LVM creation on ONE node**. All other nodes will only scan. @@ -199,10 +199,11 @@ vgscan ### Add Storage (GUI) **Datacenter → Storage → Add → LVM** -- ID: `iscsi-lvm` +- ID: `iscsi-cluster-lvm` - Volume Group: `vg_proxmox_iscsi` - Content: `Disk image, Container` - Shared: ✔️ +- Allow Snapshots as Volume-Chain: ✔️ ## Validation