/var/run/log/vdfsd-server.log) on the remote vdfs server host show accepted connections that are immediately terminated:... 9PSRVR: ... accepted connection from 172.29.2.7 w/ fd=105
... VDFSSKT: ... fd=105 -- readEOF
... 9PSRVR: ... Shutting down 9p conn to 172.29.2.7 w/ fd=105: 0 cmdsThis issue occurs when vSAN traffic spans multiple L3 subnets (typical in stretched clusters) and the ESXi hosts lack explicit static routes for the remote vSAN subnets.
While general ICMP traffic (vmkping) might function via the default management gateway, the vDFS (vSAN Distributed File System) requires symmetric routing on port 1564. If a static route is missing, the host may attempt to return traffic via an incorrect interface (asymmetry) or the traffic is dropped by network security policies, resulting in a readEOF error and a non-responsive filesystem.
esxcli network ip route ipv4 add -n [Remote_Subnet/Mask] -g [Local_vSAN_Gateway]nc -z [Remote_IP] 1564/etc/init.d/vsanmgmtd restart