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:56:31 -07:00
parent 425da31bd1
commit a274ffb75e

View File

@@ -94,30 +94,33 @@ ctladm devlist -v
`Size (Blocks)` must be **non-zero** and match the zvol size. If it is `0`, stop and correct before proceeding. `Size (Blocks)` must be **non-zero** and match the zvol size. If it is `0`, stop and correct before proceeding.
### Configure iSCSI Portal, Target, and Association (GUI) ### Configure iSCSI Portal, Target, and Association (GUI)
In the TrueNAS Web UI, navigate to **Sharing → Block Shares (iSCSI)**: In the TrueNAS Web UI, navigate to **Sharing → Block Shares (iSCSI)** then proceed to perform the tasks seen in the tabs below, from left-to-right:
#### Create Portal === "Portal"
* **Portals → Add**
* IP Address: `0.0.0.0`
* Port: `3260`
#### Create Target * **Portals → Add**
* **Targets → Add** * IP Address: `0.0.0.0`
* Target Name: `iqn.2026-01.io.bunny-lab:storage` * Port: `3260`
* Authentication: `None`
* Portal Group: `<Select the portal created above>`
#### Create Extent === "Target"
* **Extents → Add**
* Extent Name: `ISCSI-STORAGE`
* Extent Type: `Device`
* Device: `/dev/zvol/${POOL_NAME}/${ZVOL_NAME}` (e.g. `CLUSTER-STORAGE/iscsi-storage (8T)`)
#### Associate Target + Extent * **Targets → Add**
* **Associated Targets → Add** * Target Name: `iqn.2026-01.io.bunny-lab:storage`
* Target: `iqn.2026-01.io.bunny-lab:storage` * Authentication: `None`
* Extent: `ISCSI-STORAGE` * Portal Group: `<Select the portal created above>`
=== "Extent"
* **Extents → Add**
* Extent Name: `ISCSI-STORAGE`
* Extent Type: `Device`
* Device: `/dev/zvol/${POOL_NAME}/${ZVOL_NAME}` (e.g. `CLUSTER-STORAGE/iscsi-storage (8T)`)
=== "Associate Target & Extent"
* **Associated Targets → Add**
* Target: `iqn.2026-01.io.bunny-lab:storage`
* Extent: `ISCSI-STORAGE`
## Connect from Proxmox VE Nodes ## Connect from Proxmox VE Nodes
Perform the following **on each Proxmox node**. Perform the following **on each Proxmox node**.