In VMware Cloud Foundation (VCF) 9.1 greenfield deployments, a vSAN Stretched Cluster may report a witness partition alarm in vSAN Skyline Health. This issue occurs when data node interfaces are incorrectly configured with a trafficTypeMask that includes both data and witness traffic. This configuration misroutes vSAN heartbeats through the management interface instead of the designated vSAN interface.
cmmds-tool shows the interface mask for the vSAN interface is not set to 1 (vsan).VMware Cloud Foundation 9.1
VMware vSAN 9.1
The trafficTypeMask is incorrectly applied to the data node vSAN interface during initial VCF 9.1 deployment. The data interface retains the witness tag, causing heartbeat traffic to route to the management network rather than the vSAN network.
esxcli vsan network ip remove -i vmk#esxcli vsan network ip add -i vmk# -T vsanesxcli vsan network listcmmds-tool find --type NET_INTERFACE The mask for the vSAN interface should update to 1 (vsan), and the management interface should reflect the witness mask 2.