Update Servers/Virtualization/Proxmox/Configuring iSCSI-based Cluster Storage.md
All checks were successful
GitOps Automatic Deployment / GitOps Automatic Deployment (push) Successful in 6s

This commit is contained in:
2026-01-07 01:59:20 -07:00
parent b4f91d6a8d
commit fb46763744

View File

@@ -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). 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 Note"
`pvresize` must be executed on **exactly one** ProxmoxVE node.
All other nodes should only perform `pvscan` / `vgscan` after the resize. - `pvresize` must be executed on **exactly one** ProxmoxVE node.
Running `pvresize` on multiple nodes can corrupt shared LVM metadata. - All other nodes should only perform `pvscan` / `vgscan` after the resize.
- Running `pvresize` on multiple nodes can corrupt shared LVM metadata.
```sh ```sh
# Expand Zvol (TrueNAS) # Expand Zvol (TrueNAS)