mirror of https://github.com/apache/cloudstack.git
bug 6442: Added finalizeStop when VM is being force stopped
status 6442: resolved fixed
This commit is contained in:
parent
c2dad312a5
commit
26d33bde9d
|
|
@ -925,6 +925,7 @@ public class VirtualMachineManagerImpl implements VirtualMachineManager, Listene
|
|||
return false;
|
||||
} else {
|
||||
s_logger.warn("Unable to actually stop " + vm + " but continue with release because it's a force stop");
|
||||
vmGuru.finalizeStop(profile, answer);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue