mirror of https://github.com/apache/cloudstack.git
Merge remote-tracking branch 'origin/4.14'
This commit is contained in:
commit
fbfab5b5eb
|
|
@ -515,7 +515,7 @@ public class VirtualMachineManagerImpl extends ManagerBase implements VirtualMac
|
|||
return;
|
||||
}
|
||||
|
||||
advanceStop(vm.getUuid(), false);
|
||||
advanceStop(vm.getUuid(), VmDestroyForcestop.value());
|
||||
vm = _vmDao.findByUuid(vm.getUuid());
|
||||
|
||||
try {
|
||||
|
|
|
|||
Loading…
Reference in New Issue