From 10b429885ffe7af3959ea04c06fec64a0a295fe7 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Wed, 7 Jan 2026 02:00:36 -0700 Subject: [PATCH] Update Servers/Virtualization/Proxmox/Configuring iSCSI-based Cluster Storage.md --- .../Proxmox/Configuring iSCSI-based Cluster Storage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Servers/Virtualization/Proxmox/Configuring iSCSI-based Cluster Storage.md b/Servers/Virtualization/Proxmox/Configuring iSCSI-based Cluster Storage.md index 5b30e38..79dadd2 100644 --- a/Servers/Virtualization/Proxmox/Configuring iSCSI-based Cluster Storage.md +++ b/Servers/Virtualization/Proxmox/Configuring iSCSI-based Cluster Storage.md @@ -217,7 +217,7 @@ vgscan ## Expanding iSCSI Storage (No Downtime) 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" +!!! warning "ProxmoxVE Cluster-specific Notes" - `pvresize` must be executed on **exactly one** ProxmoxVE node. - All other nodes should only perform `pvscan` / `vgscan` after the resize.