cloudstack/api/src/com/cloud/vm
prachi 53f8ebf6f0 Bug 9043 - VM manual migration - when destination host is out of memory for migration, VMs being migrated remained in 'migrating' state
Changes:
- When migration fails we try to do cleanup on the destination host agent. The AgentUnavailableException in this cleanup was not caught.
-Due to that other cleanup like reverting capacity allocated and vm state were skipped.
-Fix is to catch the AgentUnavailableException so that rest of the cleanup can happen.
- Also corrected the exceptions in various cases of migration failure.
- In case the VM is still starting, HA should schedule a retry. Introduced a special migration exception for handling this.
2011-04-04 17:30:08 -07:00
..
BareMetalVmService.java Bug 8208 - bare metal provisioning 2011-02-24 14:07:10 -08:00
DiskProfile.java Removed the async create status for volume now that our customers don't use it 2011-03-24 20:04:23 -07:00
InstanceGroup.java api refactoring 2010-11-21 12:00:21 -08:00
Nic.java Fixed DB upgrade script - vm_type field can be NULL 2011-03-05 10:37:57 -08:00
NicProfile.java bug 7424: 0 value for network.throttling.rate global config param indicates that network throttling is disabled 2011-03-18 15:23:03 -07:00
ReservationContext.java Harmony amongst gurus 2010-11-03 21:18:31 -07:00
RunningOn.java more changes 2010-08-18 12:28:30 -07:00
UserVmService.java Bug 9043 - VM manual migration - when destination host is out of memory for migration, VMs being migrated remained in 'migrating' state 2011-04-04 17:30:08 -07:00
VirtualMachine.java Bug 8208 - bare metal provisioning 2011-02-24 19:22:34 -08:00
VirtualMachineProfile.java Bug 8208 - bare metal provisioning 2011-02-25 18:58:07 -08:00
VmStats.java moved all agent commands to api. 2011-01-20 09:54:05 -08:00