nvazquez commented on issue #5924: URL: https://github.com/apache/cloudstack/issues/5924#issuecomment-1041053495
I suspect the issue is that the underlying API invoked is `migrateVirtualMachineWithVolume` instead of `migrateVirtualMachine` - can you please try using a client such as cloudmonkey the following API attempt? ```` migrate virtualmachine virtualmachineid=<VM_UUID> hostid=<HOST_UUID> ```` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
