mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
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…
x
Reference in New Issue
Block a user