ISSUE TYPE
COMPONENT NAME
CLOUDSTACK VERSION
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
Migration failed
Unsupported operation, VM uses Local storage, cannot migrate