rafaelweingartner commented on issue #2761: Add managed storage pool constraints to MigrateWithVolume API method URL: https://github.com/apache/cloudstack/pull/2761#issuecomment-408537220 Yes, the second link has only one method. The problem with the second suggestion is that it causes a bug as I mentioned. I mean, it will create a situation where it will not allow the migration of VMs with volumes in cluster-wide managed storage, even though it should be supported. Imagine a VM that has two volumes one placed in local storage and other in a managed storage. The `migrateVirtualMachineWithVolume' is called to migrate the VM between hosts of the same cluster. The migration should be supported as long as the target host has a local storage to receive one of the volumes, and the other one does not need to be migrated as it is in a cluster-wide managed storage and the target host is in the same cluster as the source host.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
