VMware NSX
This issue is caused by a physical architecture and uplink mapping design flaw, specifically symmetrical physical cabling to the upstream switches.
If both Edge nodes in the HA cluster are cabled identically to the upstream physical network (e.g., uplink1 on both Edge A and Edge B physically connect to Switch A, and uplink2 on both nodes connect to Switch B), taking down Switch A severs the active datapath across the entire cluster simultaneously.
Because the active path is lost on both nodes at the exact same moment, a Node-Level HA failover is physically impossible; the Standby node cannot restore traffic because it has also lost its corresponding physical uplink.
Reviewing the datapath logs (syslog) during the switch maintenance reveals that both Edge nodes detect a physical link-down event on their primary interfaces at the exact same millisecond.
Edge-A
2###-##-##T##:##:01.123Z Edge-## ... dataplane: [INFO] Link state DOWN for interface fp-eth1 (uplink1)
2###-##-##T##:##:01.145Z Edge-## ... dp-rc: [WARN] BFD session down for tunnel ... reason: Physical link down
2###-##-##T##:##:01.147Z Edge-## ... bridge: [WARN] Datapath connectivity lost on Active nodeEdge-B
2###-##-##T##:##:01.123Z Edge-## ... dataplane: [INFO] Link state DOWN for interface fp-eth1 (uplink1)
2###-##-##T##:##:01.148Z Edge-## ... dp-rc: [WARN] BFD session down for tunnel ... reason: Physical link down
2###-##-##T##:##:01.150Z Edge-## ... bridge: [WARN] HA Failover triggered, but active uplink unavailableWhen this happens because both the Active and Standby NSX Edge nodes simultaneously lose connectivity on their active forwarding paths.
To resolve this issue and ensure HA failover can function during a single-switch maintenance window, the physical paths must be staggered so that the Active and Standby nodes do not rely on the same physical switch for the same logical uplink.
This can be achieved via either a physical or logical fix:
Option 1: Physical Datacenter Recabling
Option 1: Logical Software Workaround
If a physical recabling the datacenter isn't possible, you can logically "cross" the cables by remapping the uplink profiles specifically on the impacted Edge node
uplink1 to fp-eth3 (or the secondary physical interface).uplink2 to fp-eth1 (or the primary physical interface).uplink1 remains active via Switch B and vice versa.