While performing Storage vMotion, it fails with below error at 65-70%.
A general system error occurred: The migration has exceeded the maximum switchover time of 100 second(s). ESX has preemptively failed the migration to allow the virtual machine to continue running on the source. To avoid this failure, either increase the maximum allowable switchover time or wait until the virtual machine is performing a less intensive workload.
Check Vmware.log for virtual machine logs, and /var/log/hostd.log of the source host to see the read the error.
Performing Storage vMotion process required time to open, close, and process disks during the final copy phase. Sometimes it face timeout issue beacuase of many reasons i;e overhead, latency on disk.
Default timeout is 100 seconds to perform these tasks which may not be enough if there is some latency or overhead on disk. We can change this timeout value by modifying switchover time.
There are different way to modify it. Either change it through *.vmx configuration file, or add fsr.maxSwitchoverSeconds in virtual machine configuration. Please note that making configuration changes required downtime of Virtual machine.
Follow below steps to fix this isssue:-
Image#1
Image#2
Image#3
These steps should fix the issue. Enjoy reading. :)