During the vSAN Cluster Restart workflow, the process may stall at the "Wait for HA enable" phase. In this state, the vSAN cluster is unable to reform, and vSAN objects remain Inaccessible despite all hosts being powered on and the vCenter being available.
Symptoms:
The vSAN restart workflow hangs or fails during the HA enablement step.
vSAN cluster membership is incomplete.
vSphere HA reports hosts as Isolated or in an Election state.
fdm.log contains entries such as Host isolated is true.
2026-02-19T08:05:10.076Z In(166) Fdm[######]: [Originator@6876 sub=Policy opID=clusterManager.cpp:983-#####] Host isolated is true
VMware vSAN 8.x
The primary cause is a vSAN Network Partition occurring during the cluster power-on sequence. Because vSphere HA (when used with vSAN) relies on the vSAN VMkernel network for heart beating, any network-layer communication failure prevents the HA agents from reaching a consensus.
This is compounded by the vSAN Shutdown Wizard, which sets specific safety flags (DOMPauseAllCCPs and IgnoreClusterMemberListUpdates) to 1 to protect data during the shutdown. If a network partition prevents the automated workflow from completing, these flags remain active, preventing vSAN from reporting a "Ready" state to the HA agent, which is a mandatory prerequisite for HA to exit the startup phase.
esxcli vsan cluster getConfirm if the Local Node State is correct (Master/Backup/Agent).
Verify if the Member Count matches the total number of hosts in the cluster.
esxcfg-advcfg -d /VSAN/DOMPauseAllCCPs
esxcfg-advcfg -d /VSAN/IgnoreClusterMemberListUpdatesOnce the network partition is resolved and the flags are cleared, the HA election should proceed. If it remains stuck:
Navigate to the Cluster > Configure > vSphere Availability.
Turn vSphere HA OFF.
Wait for the "Unconfigure HA" tasks to complete on all hosts.
Turn vSphere HA back ON.
In a vSAN environment, HA heartbeats travel over the vSAN network, not the Management network. Therefore, vSAN health is a hard dependency for HA health.