Datastore is showing 0 MB in size
ESXi 8.0
ESXi 7.0
This is due to a MTU mismatch.
While we are able to ping the target with defragmented packet size of 1472 (1500 - 28 header), defragmented packet of 8972 (9000 - 28 header) fails.
[root@esxi##:~] vmkping -I vmk1 ##.##.##.## -d -s 8972
PING ##.##.##.## (##.##.##.##): 8972 data bytes
--- ##.##.##.## ping statistics ---
3 packets transmitted, 0 packets received, 100% packet loss
[root@esxi##:~] vmkping -I vmk1 ##.##.##.## -d -s 1472
PING ##.##.##.## (##.##.##.##): 1472 data bytes
1480 bytes from ##.##.##.##: icmp_seq=0 ttl=64 time=0.213 ms
1480 bytes from ##.##.##.##: icmp_seq=1 ttl=64 time=0.185 ms
1480 bytes from ##.##.##.##: icmp_seq=2 ttl=64 time=0.210 ms
--- ##.##.##.## ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 0.185/0.203/0.213 ms
To resolve the issue, we have the following choices:
More information regarding iSCSI connectivity troubleshooting is available at Troubleshooting ESXi connectivity to iSCSI arrays using software initiators