harikrishna-patnala commented on issue #8255:
URL: https://github.com/apache/cloudstack/issues/8255#issuecomment-1820359186
Looks like, the same applies for powerflex storage as well, we are not
allowing the migration at service layer itself.
```
if (srcStoragePoolVO.isManaged() && srcStoragePoolVO.getId() !=
destStoragePoolVO.getId()) {
throw new CloudRuntimeException("Migrating a volume online with KVM from
managed storage is not currently supported.");
}
```
We can consider this as an enhancement to allow "migrateVMwithVolumes" API
to handle volume migration as well for both managed and NFS storages.
--
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]