Update Servers/Virtualization/Proxmox/Configuring iSCSI-based Cluster Storage.md
All checks were successful
GitOps Automatic Deployment / GitOps Automatic Deployment (push) Successful in 7s

This commit is contained in:
2026-01-07 01:23:24 -07:00
parent 990477fa16
commit 63dfb5e71e

View File

@@ -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