Pearl1594 opened a new issue, #11297: URL: https://github.com/apache/cloudstack/issues/11297
When attempting to migrate a VM across clusters with storage pool with zone-wide scope via UI, the `migrateVirtualMachineWithVolume` API is invoked as opposed to `migrateVirtualMachine`. This is because https://github.com/apache/cloudstack/blob/main/engine/api/src/main/java/org/apache/cloudstack/engine/subsystem/api/storage/PrimaryDataStoreDriver.java#L200 hasn't been overridden in the `SolidFirePrimaryDataStoreDriver` and set to true. -- 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]
