Hello,
I am setting up a Proxmox host to connect to an HPE Nimble SAN over iSCSI and running into an issue where the host logs in successfully but no LUNs appear.
The host has two dedicated iSCSI interfaces on separate networks. Both can reach the SAN and discovery works correctly.
When I run discovery, two types of targets appear:
Example:
iscsiadm -m session
returns multiple sessions, but:
lsblk
shows no new disks.
Also:
iscsiadm -m session -P 3
shows no attached SCSI devices.
However, if I log in to the volume-specific IQN, the LUN appears immediately and the disk is visible on the host.
The volume is mapped to the host's initiator group and access is set to read/write. CHAP authentication is working and the login itself succeeds.
My questions:
Any insight would be appreciated.
I am setting up a Proxmox host to connect to an HPE Nimble SAN over iSCSI and running into an issue where the host logs in successfully but no LUNs appear.
The host has two dedicated iSCSI interfaces on separate networks. Both can reach the SAN and discovery works correctly.
When I run discovery, two types of targets appear:
- The Nimble group/array target
- A volume-specific target for the LUN I created
Example:
iscsiadm -m session
returns multiple sessions, but:
lsblk
shows no new disks.
Also:
iscsiadm -m session -P 3
shows no attached SCSI devices.
However, if I log in to the volume-specific IQN, the LUN appears immediately and the disk is visible on the host.
The volume is mapped to the host's initiator group and access is set to read/write. CHAP authentication is working and the login itself succeeds.
My questions:
- Is it expected that Linux/Proxmox only sees the LUN when connecting to the volume IQN instead of the group target?
- Should Proxmox be configured to use the volume target instead?
- Is there a Nimble configuration that controls whether volumes appear under the group target?
Any insight would be appreciated.