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:
@@ -40,7 +40,7 @@ Adjust as needed before execution.
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
POOL_NAME="CLUSTER-STORAGE"
|
POOL_NAME="CLUSTER-STORAGE"
|
||||||
ZVOL_NAME="iscsi-proxmox"
|
ZVOL_NAME="iscsi-storage"
|
||||||
ZVOL_SIZE="14T"
|
ZVOL_SIZE="14T"
|
||||||
VOLBLOCKSIZE="16K"
|
VOLBLOCKSIZE="16K"
|
||||||
```
|
```
|
||||||
@@ -150,8 +150,8 @@ zfs destroy CLUSTER-STORAGE/NFS-STORAGE
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
# Expand Zvol (TrueNAS)
|
# Expand Zvol (TrueNAS)
|
||||||
zfs set volsize=16T CLUSTER-STORAGE/iscsi-proxmox
|
zfs set volsize=16T CLUSTER-STORAGE/iscsi-storage
|
||||||
zfs set refreservation=16T CLUSTER-STORAGE/iscsi-proxmox
|
zfs set refreservation=16T CLUSTER-STORAGE/iscsi-storage
|
||||||
|
|
||||||
# Rescan on Proxmox Nodes
|
# Rescan on Proxmox Nodes
|
||||||
pvresize /dev/sdX
|
pvresize /dev/sdX
|
||||||
|
|||||||
Reference in New Issue
Block a user