VMotion failed with "Failed waiting for data" error
From Notes_Wiki
Home > VMWare platform > VMWare vCenter > vMotion failed with "Failed waiting for data" error
If vMotion fails with "Failed waiting for data" then issue could be wrong MTU on various places (vmkernel, vSwitch or physical switch). To resolve try:
- Set MTU 9216 on switch
- Then set MTU 9000 on distributed switch or standard switch
- Then set MTU 8900 on vmkernel ports which use the port-groups on corresponding vswitches
- Then try below ping command with -s 8800 and see if it works
- vmkping -d -s <size> -I <vmk1> <IP>
Refer:
Home > VMWare platform > VMWare vCenter > vMotion failed with "Failed waiting for data" error