Host > Storage Adapters > Paths shows an empty "Target" list.This is expected architectural behavior due to the shift from the SCSI stack to the NVMe stack:
esxcfg-mpath utility do not populate the "Target" metadata field because the device is managed via the High Performance Plug-in (HPP) as a local controller rather than a SCSI target.A comparison of esxcfg-mpath -b output highlights this difference:
esxcfg-mpath -b" for iscsi devices lists the iscsi target and adapter iqn:naa.########### : TrueNAS iSCSI Disk (naa.###########) vmhba65:C1:T0:L11 LUN:11 state:active iscsi Adapter: iqn.##################:esxi1 Target: IQN=iqn.##################:target-site1 Alias= Session=############ PortalTag=1 vmhba65:C2:T0:L11 LUN:11 state:active iscsi Adapter: iqn.##################:esxi1 Target: IQN=iqn.##################:target-site1 Alias= Session=############ PortalTag=1"esxcfg-mpath -b" for nvme over TCP devices do not list the target NQN. eui.########### : NVMe TCP Disk (eui..###########) vmhba66:C0:T0:L17 LUN:17 state:active Local HBA vmhba66 channel 0 target 0 vmhba66:C0:T1:L17 LUN:17 state:active Local HBA vmhba66 channel 0 target 1
This is characteristically expected behavior for NVMe over TCP on ESXi. To further verify connectivity:
Host > Configure > Storage > Storage Adapters.esxcli nvme adapter list:Adapter Adapter Qualified Name Transport Type Driver Associated Devices------- ------------------------------------------------------------------------------- -------------- --------- ------------------vmhba66 aqn:#######:##-##-##-##-##-##-# TCP nvmetcp vmnic1vmhba65 aqn:#######:##-##-##-##-##-##-# TCP nvmetcp vmnic5
esxcli nvme controller list:Name Controller Number Adapter Transport Type Is Online Controller Type Is VVOL Keep Alive Timeout IO Queue Number IO Queue Size--------------------------------------------------------------------------------- ----------------- ------- -------------- --------- --------------- ------- ------------------ --------------- -------------nqn.####-##.###.###########:##########.#################vmhba66###.#.###.#:4420 263 vmhba66 TCP true I/O false 10 16 32nqn.####-##.###.###########:##########.#################vmhba66###.#.###.#:4420 264 vmhba66 TCP true I/O false 10 16 32