mirror of https://github.com/apache/cloudstack.git
bug 11910: avoid Starting to Running state changes during full sync, as the VM startup process does not like it
This commit is contained in:
parent
5ee092a1ad
commit
6ced772ce8
|
|
@ -1665,7 +1665,7 @@ public class VirtualMachineManagerImpl implements VirtualMachineManager, Listene
|
|||
hId = host.getId();
|
||||
}
|
||||
HypervisorGuru hvGuru = _hvGuruMgr.getGuru(castedVm.getHypervisorType());
|
||||
Command command = compareState(hId, castedVm, info, true, hvGuru.trackVmHostChange());
|
||||
Command command = compareState(hId, castedVm, info, false, hvGuru.trackVmHostChange());
|
||||
if (command != null) {
|
||||
commands.addCommand(command);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue