Rubueno opened a new issue, #6773:
URL: https://github.com/apache/cloudstack/issues/6773
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
UI, API
~~~
~~~
##### CLOUDSTACK VERSION
~~~
4.16.1
~~~
##### CONFIGURATION
N/A
##### OS / ENVIRONMENT
N/A
##### SUMMARY
When live migrating an instance and choosing "AutoSelect" it is not possible
to live migrate an instance with local storage, while when selecting the
destination host, it is possible to live migrate an instance with local storage.
##### STEPS TO REPRODUCE
~~~
- Spawn vm on local storage
- Live migrate instance in UI using "AutoSelect"
- Migration fails
CS calls migrateVirtualMachine instead of migrateVirtualMachineWithVolume
~~~
##### EXPECTED RESULTS
~~~
CloudStack to be smart enough to also live migrate instances with local
storage when using "AutoSelect"
CS calls migrateVirtualMachineWithVolume instead of migrateVirtualMachine
~~~
##### ACTUAL RESULTS
- Error is returned:
```
Migration failed
Unsupported operation, VM uses Local storage, cannot migrate
```
--
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]