bug 6442: Added finalizeStop when VM is being force stopped

status 6442: resolved fixed
This commit is contained in:
kishan 2011-06-16 16:07:30 +05:30
parent c2dad312a5
commit 26d33bde9d
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}
}
}