cloudstack/utils
prachi 204aa86686 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:39:27 -07:00
..
bindir If git build sccs file is present, catenate it to standard output with these brand new commands 2010-08-11 18:14:55 -07:00
conf Source code committed 2010-08-11 09:13:29 -07:00
src 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:39:27 -07:00
test fixed junit framework 2011-03-17 10:37:28 -07:00
.classpath Fix Eclipse project settings for separation of JUnit 2011-02-17 09:55:05 -08:00
.project Source code committed 2010-08-11 09:13:29 -07:00