Multiple virtual machines are inaccessible, and a datastore appears to have a size of 0. Upon investigation, from the ESXi Host Web Client, it's confirmed that the datastore is inaccessible, and all connected virtual machines are down.
ESXi 7.x
ESXi 8.x
The root cause is a storage-level problem where all paths to the datastore are in an All Paths Down (APD) state. This condition prevents the ESXi hosts from seeing or accessing the storage LUN, rendering the datastore size as 0 and making its resident virtual machines unavailable.
Furthermore, performing a vMotion migration of unaffected virtual machines is not possible, as the management agents may be affected by the APD condition, and the ESXi host may become unmanaged. As a result, a reboot of an affected ESXi host forces an outage to all non-affected virtual machines on that host.
This condition is confirmed by the esxcli output, which shows the device status as "dead timeout".
esxcli storage core device list -d naa.################
naa.################ Display Name: IBM Fibre Channel Disk (naa.############...)
Status: dead timeout
[ESX:/vmfs/volumes] esxcfg-mpath -bd naa.################naa.################ : IBM Fibre Channel Disk (naa.################ vmhba5:C0:T7:L40 LUN:40 state:dead fc Adapter: Unavailable Target: Unavailable vmhba5:C0:T0:L40 LUN:40 state:dead fc Adapter: Unavailable Target: Unavailable vmhba3:C0:T0:L40 LUN:40 state:dead fc Adapter: Unavailable Target: Unavailable vmhba3:C0:T6:L40 LUN:40 state:dead fc Adapter: Unavailable Target: Unavailable
vmkernel.log shows repeated "No connection" errors for the device2025-10-04T15:21:03.309Z In(182) vmkernel: cpu130:2098417)ScsiVmas: 1094: Inquiry for VPD page 00 to device naa.################ failed with error No connection
vobd.log confirms the APD timeout. This condition prevents the ESXi hosts from seeing or accessing the storage LUN, making the datastore and its VMs unavailable.2025-10-04T13:59:04.601Z In(14) vobd[2098532]: [APDCorrelator] 5296381555520us: [vob.storage.apd.timeout] Device or filesystem with identifier [naa.################] has entered the All Paths Down Timeout state after being in the All Paths Down state for 140 seconds. I/Os will now be fast failed.
Recovery from an All Paths Down (APD) state requires a coordinated effort between storage and virtualization teams:
See KB Permanent Device Loss (PDL) and All-Paths-Down (APD) on host for more details.