Update Servers/Virtualization/Proxmox/Configuring iSCSI-based Cluster Storage.md
All checks were successful
GitOps Automatic Deployment / GitOps Automatic Deployment (push) Successful in 7s
All checks were successful
GitOps Automatic Deployment / GitOps Automatic Deployment (push) Successful in 7s
This commit is contained in:
@@ -176,7 +176,7 @@ iscsiadm -m session -P 3
|
|||||||
lsblk
|
lsblk
|
||||||
```
|
```
|
||||||
|
|
||||||
## Create Shared LVM (One Node Only)
|
## Create Shared LVM (Execute on One Node Only)
|
||||||
|
|
||||||
!!! warning "Important"
|
!!! warning "Important"
|
||||||
**Only run LVM creation on ONE node**. All other nodes will only scan.
|
**Only run LVM creation on ONE node**. All other nodes will only scan.
|
||||||
@@ -199,10 +199,11 @@ vgscan
|
|||||||
### Add Storage (GUI)
|
### Add Storage (GUI)
|
||||||
**Datacenter → Storage → Add → LVM**
|
**Datacenter → Storage → Add → LVM**
|
||||||
|
|
||||||
- ID: `iscsi-lvm`
|
- ID: `iscsi-cluster-lvm`
|
||||||
- Volume Group: `vg_proxmox_iscsi`
|
- Volume Group: `vg_proxmox_iscsi`
|
||||||
- Content: `Disk image, Container`
|
- Content: `Disk image, Container`
|
||||||
- Shared: ✔️
|
- Shared: ✔️
|
||||||
|
- Allow Snapshots as Volume-Chain: ✔️
|
||||||
|
|
||||||
## Validation
|
## Validation
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user