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-06 23:57:48 -07:00
parent a274ffb75e
commit 4f98cc7024

View File

@@ -98,27 +98,27 @@ In the TrueNAS Web UI, navigate to **Sharing → Block Shares (iSCSI)** then pro
=== "Portal" === "Portal"
* **Portals → Add** **Portals → Add**
* IP Address: `0.0.0.0` * IP Address: `0.0.0.0`
* Port: `3260` * Port: `3260`
=== "Target" === "Target"
* **Targets → Add** **Targets → Add**
* Target Name: `iqn.2026-01.io.bunny-lab:storage` * Target Name: `iqn.2026-01.io.bunny-lab:storage`
* Authentication: `None` * Authentication: `None`
* Portal Group: `<Select the portal created above>` * Portal Group: `<Select the portal created above>`
=== "Extent" === "Extent"
* **Extents → Add** **Extents → Add**
* Extent Name: `ISCSI-STORAGE` * Extent Name: `ISCSI-STORAGE`
* Extent Type: `Device` * Extent Type: `Device`
* Device: `/dev/zvol/${POOL_NAME}/${ZVOL_NAME}` (e.g. `CLUSTER-STORAGE/iscsi-storage (8T)`) * Device: `/dev/zvol/${POOL_NAME}/${ZVOL_NAME}` (e.g. `CLUSTER-STORAGE/iscsi-storage (8T)`)
=== "Associate Target & Extent" === "Associate Target & Extent"
* **Associated Targets → Add** **Associated Targets → Add**
* Target: `iqn.2026-01.io.bunny-lab:storage` * Target: `iqn.2026-01.io.bunny-lab:storage`
* Extent: `ISCSI-STORAGE` * Extent: `ISCSI-STORAGE`