From fb46763744aca979a496ad311eeabe6f9ea1cb3a Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Wed, 7 Jan 2026 01:59:20 -0700 Subject: [PATCH] Update Servers/Virtualization/Proxmox/Configuring iSCSI-based Cluster Storage.md --- .../Proxmox/Configuring iSCSI-based Cluster Storage.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Servers/Virtualization/Proxmox/Configuring iSCSI-based Cluster Storage.md b/Servers/Virtualization/Proxmox/Configuring iSCSI-based Cluster Storage.md index 5f20c3a..5b30e38 100644 --- a/Servers/Virtualization/Proxmox/Configuring iSCSI-based Cluster Storage.md +++ b/Servers/Virtualization/Proxmox/Configuring iSCSI-based Cluster Storage.md @@ -218,9 +218,10 @@ vgscan If you need to expand the storage space of the newly-created iSCSI LUN, you can run the ZFS commands seen below on the TrueNAS Core server. The first command increases the size, the second command pre-allocated the space (thick-provisioned). !!! warning "ProxmoxVE Cluster Note" - `pvresize` must be executed on **exactly one** ProxmoxVE node. - All other nodes should only perform `pvscan` / `vgscan` after the resize. - Running `pvresize` on multiple nodes can corrupt shared LVM metadata. + + - `pvresize` must be executed on **exactly one** ProxmoxVE node. + - All other nodes should only perform `pvscan` / `vgscan` after the resize. + - Running `pvresize` on multiple nodes can corrupt shared LVM metadata. ```sh # Expand Zvol (TrueNAS)