Following a VM restore from a third-party backup solution to vCenter, the migration (vMotion) from the backup storage to production storage fails. This often leads to All Paths Down (APD) conditions or transient storage connectivity issues.
VMware vSphere / ESXi
The APD events and subsequent vMotion failures are caused by an MTU mismatch between the ESXi hosts and the third-party backup appliance.
While the ESXi VMkernel interfaces are configured for Jumbo Frames (9000), the backup appliance is set to standard frames (1500). When the ESXi host attempts to transfer large data blocks during the vMotion or restore process, the packets are dropped or fragmented. This causes the ESXi host to lose connectivity to the NFS datastore, resulting in an APD condition.
To resolve these APD events, you must synchronize the MTU settings across the entire storage network path.
Check ESXi MTU:
In the vSphere Client, select the ESXi host.
Navigate to Configure > Networking > VMkernel adapters.
Ensure the MTU for the storage/NFS adapter is set correctly (e.g., 9000).
Verify Network Path:
Confirm that all physical switches between the host and the storage solution support and are configured for the same MTU.
Update Third-Party Appliance MTU:
Log into the management interface of the third-party storage solution and update the network settings to match the ESXi MTU (9000).
Verify with vmkping:
Run the following command from the ESXi CLI to ensure large packets are passing without fragmentation: vmkping <vmkX> -d -s 8972 <Storage_IP>
Retry Restore/vMotion:
Once the MTU is consistent, the APD condition should clear, allowing the migration to complete successfully.