When managing a vSAN environment, you observe the following symptoms within the vSphere Client (vCenter):
Despite the missing storage, all vSAN objects appear as "Healthy" when viewed in Cluster -> Monitor -> vSAN -> Virtual Objects.
The affected host appears to be a member of the cluster and is not in Maintenance Mode.
[from /var/log/vsansystem.log on ESXi host]
2026-03-16T15:34:53.315Z Wa(164) vsansystem[2102248]: [vSAN@6876 sub=AdapterServer] Request 'queryNodeInformation' on 'vsan-performance-manager' from '##.##.##.##' (########-####-####-####-############) is discarded: Too many outstanding requests2026-03-16T15:34:53.316Z Wa(164) vsansystem[2102248]: [vSAN@6876 sub=IO.Connection] Failed to read buffer from stream; <io_obj p:0x000000b994f87e40, h:284, <TCP '127.0.0.1 : 9096'>, <TCP '0.0.0.0 : 0'>> e: 104(Connection reset by peer), async: true, duration: 0msec2026-03-16T15:34:53.316Z In(166) vsansystem[2102248]: [vSAN@6876 sub=VsanSoapSvc.HTTPService.HttpConnection] Failed to read header; <io_obj p:0x000000b994f87e40, h:284, <TCP '127.0.0.1 : 9096'>, <TCP '0.0.0.0 : 0'>>: N7Vmacore15SystemExceptionE(Connection reset by peer: The connection is terminated by the remote end with a reset packet. Usually, this is a sign of a network problem, timeout, or service overload.)...where '##.##.##.##' is the vCenter Server IP address.
# vmkping -I vmk# <vCenter IP address>
PING ##.##.##.## (##.##.##.##): 56 data bytes64 bytes from ##.##.##.##: icmp_seq=0 ttl=64 time=0.978 ms64 bytes from ##.##.##.##: icmp_seq=1 ttl=64 time=1.009 ms64 bytes from ##.##.##.##: icmp_seq=2 ttl=64 time=1.001 ms
# esxcli network ip interface set -e false -i vmk## esxcli network ip interface set -e true -i vmk#Reboot Host: If the management connection remains unstable, perform a graceful reboot of the affected host to re-establish a clean connection to vCenter.