-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Milestone
Description
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