How to Configure iSCSI Storage - Complete Beginner’s Guide
Question: How do I set up iSCSI storage?
Answer: Follow these steps
How to Add iSCSI Storage
Step 1: Add in Proxmox
- Datacenter → Storage → Add → iSCSI
- Portal: 192.168.1.250:3260
- Target: iqn.name
- Enable
Step 2: CLI Method
pvesm add iscsi iscsi-storage \
--portal 192.168.1.250:3260 \
--target iqn.your.target