Update Servers/Virtualization/Proxmox/Configuring iSCSI-based Cluster Storage.md
All checks were successful
GitOps Automatic Deployment / GitOps Automatic Deployment (push) Successful in 6s
All checks were successful
GitOps Automatic Deployment / GitOps Automatic Deployment (push) Successful in 6s
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user