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)