mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-5827: [Automation] Destroy VM failed, while deleting account
Signed-off-by: Koushik Das <koushik@apache.org>
This commit is contained in:
parent
f15c8d22e1
commit
c3e6444adf
|
|
@ -457,6 +457,7 @@ public class VirtualMachineManagerImpl extends ManagerBase implements VirtualMac
|
|||
}
|
||||
|
||||
advanceStop(vm.getUuid(), false);
|
||||
vm = _vmDao.findByUuid(vm.getUuid());
|
||||
|
||||
try {
|
||||
if (!stateTransitTo(vm, VirtualMachine.Event.ExpungeOperation, vm.getHostId())) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue