Bug #2647
Live migrate in sunstone should show only hosts the vm is _not_ running on
Status: | Closed | Start date: | 01/16/2014 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Daniel Molina | % Done: | 100% | |
Category: | Sunstone | |||
Target version: | Release 4.6 | |||
Resolution: | fixed | Pull request: | ||
Affected Versions: | OpenNebula 4.4 |
Description
If you want to live migrate a vm using sunstone GUI you are asked to which host you want to migrate the vm. It has a dropdown menu which doesn't filter out the host the vm is currently running on. It doesn't make sense to "live migrate" a vm to a host it is already running on.
Related issues
History
#1 Updated by Ruben S. Montero over 7 years ago
- Category set to Sunstone
- Status changed from Pending to New
- Assignee set to Daniel Molina
- Target version set to Release 4.6
#2 Updated by Daniel Molina over 7 years ago
- Related to Feature #1856: Add enforce option to migrate/live migrate in Sunstone added
#3 Updated by Daniel Molina over 7 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
- Resolution set to fixed
I have included information in the deploy dialog about in what host is running each VM. And now instead of using a select, a table with all the hosts information is available.
I didn't filter the host from the list since maybe you are migrating more than one VM that are currently running on different hosts and I think it's better to see the capacity of all your hosts and decide.