This article provides steps in resolving vMotion validation errors for virtual machines stored on datastore.
Symptoms:
Error :
ESXi 7.x
The vMotion operation failed because the shared datastores were not mounted on the destination ESXi host. Consequently, the host was unable to access the virtual machine’s configuration (.vmx) and virtual disk (.vmdk) files, resulting in the migration failure.
Although the datastore appeared as mounted in the vCenter UI, upon verifying directly through the ESXi host UI, the following error was observed:
Ensure consistent storage visibility across the cluster by mounting the required shared datastores on the destination ESXi host via the host UI.
Steps to Perform the Mount Operation:
Log in to the ESXi Host Client (UI) using the appropriate credentials.
Navigate to Storage > Datastores.
Select the datastore that needs to be mounted.
Click on Actions and choose the Mount option.
Confirm the operation and verify that the datastore is successfully mounted.
Once the missing datastores were mounted on the destination ESXi host via the UI, vMotion was retried and completed successfully without errors. This confirmed that the lack of datastore access was the root cause of the issue.