vMotion fails with the error: "Operation not allowed in current state."
When trying to vMotion a VM to an ESXi host this compatibility issue is encountered "Unable to access virtual machine disk from the host"
Migrating VMs to a specific host fails while others in the cluster succeed.
Provisioning new VMs fails with the error: "fault cause cannot create DvPort ## of VDS."
NFS datastores intermittently enter an All Paths Down (APD) state.
Datastore capacity occasionally displays as 0 B in the vSphere Client.
In /var/run/log/vmkernel.log, the following entries are visible : SunRPC: ####: Synchronous RPC cancel for client 0x################ IP ##.##.##.## proc # xid 0x######## attempt # of 3 NFS: ####: Status:No connection. Retrying synchronous write I/O
This issue occurs when there is an MTU mismatch or packet fragmentation in the physical network path. If the ESXi host is configured for Jumbo Frames (MTU 9000) but an upstream switch or the storage controller is limited to a smaller frame size, the ESXi host cancels the Synchronous RPC request after a timeout.
esxcfg-vmknic -lvmkping -I vmk# <NFS_IP>vmkping -I vmk# -d -s 8972 <NFS_IP>RPC (Remote Procedure Call): A protocol that allows a program on one computer to execute a program on another computer.
Synchronous RPC: A type of RPC where the client waits for a response from the server before proceeding.