From a5498a6abbd944475592bae8b0011b4625094658 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Tue, 6 Jan 2026 22:48:33 -0700 Subject: [PATCH] Update Servers/Virtualization/Proxmox/Configuring iSCSI-based Cluster Storage.md --- .../Proxmox/Configuring iSCSI-based Cluster Storage.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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