You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the customers open "Migrate VM Wizard" on XenCenter, XenCenter will
call
`VM.assert_can_migrate` to check each host in each pool connected to
XenCenter
if the VM can be migrated to it. The API `VM.assert_can_migrate` then
calls
`VM.export_metadata`. `VM.export_metadata` will lock VM. During this
time, other
`VM.export_metadata` requests will fail as they can't get VM lock.
The solution is to add retry when failing to lock VM.
0 commit comments