CLOUDSTACK-5649: Vms are stopped and not migrated from a host when the

host is put in maintenance mode. The migrate flag wasn't set to true in
the maintain answer. This caused cloudstack to not to schedule a migration
work item for vms on the host. Made a change to set the migrate flag to
true in migrate answer.
This commit is contained in:
Devdeep Singh 2013-12-27 22:15:34 +05:30
parent ea09c0435f
commit cdf2a1161b
1 changed files with 1 additions and 0 deletions

View File

@ -1200,6 +1200,7 @@ namespace HypervResource
object ansContent = new
{
result = true,
willMigrate = true,
details = "success - NOP for MaintainCommand",
_reconnect = false,
contextMap = contextMap