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:
Abhinandan Prateek 2011-11-17 14:30:25 +05:30
parent 5ee092a1ad
commit 6ced772ce8
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}