vmkernel.log file, which is located at /var/log/, you will see the error:<YYYY-MM-DD> <Time> cpu11:2098577)WARNING: NFS: 338: Lost connection to the server 10.##.##.### mount point NAME1, mounted as 08d934a6-########-####-############ ("DATA_STORE_NAME")VMware vSphere ESXi 7.0.x
VMware vSphere ESXi 8.0.x
This issue typically occurs when a virtual machine performs read/write I/O operations on an NFS datastore, and the NFS datastore's network connection is interrupted.
To resolve this issue, it is essential to engage both the network team and the storage team to ensure that the network and storage infrastructure are stable.
You can verify whether the network and storage have returned to normal by using the following methods. Please validate from multiple ESXi servers to confirm that the issue is indeed related to the network or storage:
1. Ping the NFS server's IP address from the ESXi host
ping <NFS server IP>
2. change to the NFS datastore, and create or copy file to see if there is any error
cd <DATA_STORE_NAME>
touch <NEW_FILE_NAME>
cp <OLD_FILE_NAME> <NEW_FILE_NAME>
Once the network and storage have returned to normal, the following actions can be taken to recover the virtual machines: