mirror of https://github.com/apache/cloudstack.git
Merge remote-tracking branch 'origin/4.13' into 4.14
This commit is contained in:
commit
50f0488aae
|
|
@ -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