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:
Abhi 2011-11-17 14:30:25 +05:30 committed by root
parent 257836284a
commit 9086a39bda
1 changed files with 1 additions and 1 deletions

View File

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