diff --git a/Servers/Virtualization/Proxmox/Configuring iSCSI-based Cluster Storage.md b/Servers/Virtualization/Proxmox/Configuring iSCSI-based Cluster Storage.md index bd087e8..3b04569 100644 --- a/Servers/Virtualization/Proxmox/Configuring iSCSI-based Cluster Storage.md +++ b/Servers/Virtualization/Proxmox/Configuring iSCSI-based Cluster Storage.md @@ -40,7 +40,7 @@ Adjust as needed before execution. ```sh POOL_NAME="CLUSTER-STORAGE" -ZVOL_NAME="iscsi-proxmox" +ZVOL_NAME="iscsi-storage" ZVOL_SIZE="14T" VOLBLOCKSIZE="16K" ``` @@ -150,8 +150,8 @@ zfs destroy CLUSTER-STORAGE/NFS-STORAGE ```sh # Expand Zvol (TrueNAS) -zfs set volsize=16T CLUSTER-STORAGE/iscsi-proxmox -zfs set refreservation=16T CLUSTER-STORAGE/iscsi-proxmox +zfs set volsize=16T CLUSTER-STORAGE/iscsi-storage +zfs set refreservation=16T CLUSTER-STORAGE/iscsi-storage # Rescan on Proxmox Nodes pvresize /dev/sdX