mirror of https://github.com/apache/cloudstack.git
Merge branch '3.0.x' of ssh://git.cloud.com/var/lib/git/cloudstack-oss into 3.0.x
This commit is contained in:
commit
892ee23ca5
|
|
@ -1815,13 +1815,13 @@ public class VirtualMachineManagerImpl implements VirtualMachineManager, Listene
|
|||
}
|
||||
}
|
||||
}
|
||||
else if(info == null && vm.getState() == State.Stopping) { //Handling CS-13376
|
||||
/* else if(info == null && vm.getState() == State.Stopping) { //Handling CS-13376
|
||||
s_logger.warn("Marking the VM as Stopped as it was still stopping on the CS" +vm.getName());
|
||||
vm.setState(State.Stopped); // Setting the VM as stopped on the DB and clearing it from the host
|
||||
vm.setLastHostId(vm.getHostId());
|
||||
vm.setHostId(null);
|
||||
_vmDao.persist(vm);
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
||||
for (final AgentVmInfo left : infos.values()) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue