During a greenfield VMware Cloud Foundation (VCF) deployment, the automated deployment or validation process stalls or becomes stuck indefinitely at 70% progress. The deployment logs or environment checks indicate a vSAN network partition affecting the vSAN Witness Host.
When analyzing the environment directly on the physical ESXi hosts, the following symptoms are observed:
Physical ESXi hosts are completely unable to establish network connectivity to the vSAN Witness Host over the designated vSAN tagged interface, resulting in 100% packet loss when running vmkping.
Evaluating cluster status via esxcli vsan cluster get shows an incomplete sub-cluster member count (e.g., matching only the local physical hosts and missing the Witness node metadata), confirming the cluster is partitioned.
Network validation using vmkping from the Witness Management interface to the witness site gateway succeeds normally.
VMware Cloud Foundation 9.1.0.0
VMware vSAN 9.1 ESA or OSA
The upstream physical network infrastructure is misconfigured, preventing vSAN data traffic routing or VLAN traversal between the main physical cluster subnet and the isolated vSAN Witness host's dedicated vSAN VMkernel interface.
To resolve the network partition and unblock the VCF validation workflow, configure the cluster to route vSAN storage communication explicitly across the functional witness management network layer:
Log in to the command-line interface (CLI) of an impacted physical ESXi host via SSH using root credentials.
Identify the active VMkernel interfaces and verify their assigned vSAN traffic types by running the following command:
esxcli vsan network listTest network layer connectivity to the Witness appliance over the dedicated vSAN data interface using an explicit packet size check
vmkping -I vmkX -d -s 1472 <Witness_IP>Verify whether the witness management network path can reach its local gateway by executing:
vmkping -I vmkX -d -s 1472 <Witness_Gateway_IP>If the dedicated vSAN interface (vmk2) experiences 100% packet loss but the management path successfully communicates with the witness network path, modify the vSAN cluster configuration via the vSphere Client or SDDC Manager UI to route vSAN communication across the functional witness management network.
Verify successful cluster formation and node synchronization by executing the following command on the physical host:
esxcli vsan cluster getConfirm that the Sub-Cluster Member Count has updated to reflect the full inventory (all physical nodes plus the newly added Witness node) and that the Witness hostname is properly populated in the member list.
Resume or rerun the automated VCF validation test within the SDDC Manager interface to successfully complete the deployment past the 70% mark.
If this issue still persists contact support.