mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
During vmsync if StopCommand (issued as part of PowerOff/PowerMissing report) fails to stop VM (since VM is running on HV), don't transition VM state to "Stopped" in CS db. Also added a check to throw ConcurrentOperationException if vm state is not "Running" after start operation.