mirror of https://github.com/apache/cloudstack.git
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:
parent
ea09c0435f
commit
cdf2a1161b
|
|
@ -1200,6 +1200,7 @@ namespace HypervResource
|
|||
object ansContent = new
|
||||
{
|
||||
result = true,
|
||||
willMigrate = true,
|
||||
details = "success - NOP for MaintainCommand",
|
||||
_reconnect = false,
|
||||
contextMap = contextMap
|
||||
|
|
|
|||
Loading…
Reference in New Issue