Non-Compliant Configuration (Observed):
PortGroup Name VLAN ID Uplinks
iSCSI-1 # vmnic#
iSCSI-2 # vmnic#, vmnic## <-- Incorrect: Multiple active uplinks
VMware vSphere ESXi 8.x
This issue is caused by a combination of a physical network link failure and an improper Software iSCSI Port Group configuration:
Physical Link Flapping (Hardware Layer): The primary physical uplink (vmnic#) experienced repeated physical link loss (Failed criteria: 128 in vobd.log, indicating a Physical Link State Loss / Carrier Off).
iSCSI Port Group Misconfiguration: The vSwitch software iSCSI port groups were configured with multiple active uplinks on the same port group (iSCSI-2 had both vmnic# and vmnic## active), violating VMware software iSCSI binding requirements.
Storage I/O Hang & Deadlock: When vmnic# went down, the misconfigured iSCSI pathing failed to fail over cleanly, leading to an all-paths-down (APD) / storage I/O deadlock on the VMFS datastore.
VM Crashes & Management Hang: Because active VM backing files (VMDK/VMX) became unreadable on the hung storage layer, VMs encountered unrecoverable memory page faults and crashed. Concurrently, hostd hung waiting on blocked storage file operations (fopen/realpath), making the host unresponsive.
Action 1: Correct the Software iSCSI Port Group Uplink Teaming
Please refer to KB#317719
Action 2: Replace Faulty Physical Network Hardware (SFP+ Module / Cable)
Please refer to KB#426494
Action 3: Update Network Interface Driver (i40en)
Update the Intel i40en network driver to the latest recommended release to ensure driver-level link-handling stability.