mirror of https://github.com/apache/cloudstack.git
bug 12008: set last_host_id = host id, if the vm got stopped
status 12008: resolved fixed Reviewed-by:Anthony
This commit is contained in:
parent
6622d5e8d1
commit
4cf778c440
|
|
@ -1092,7 +1092,7 @@ public class VirtualMachineManagerImpl implements VirtualMachineManager, Listene
|
|||
_workDao.update(work.getId(), work);
|
||||
}
|
||||
|
||||
return stateTransitTo(vm, Event.OperationSucceeded, null, null);
|
||||
return stateTransitTo(vm, Event.OperationSucceeded, null);
|
||||
} catch (NoTransitionException e) {
|
||||
s_logger.warn(e.getMessage());
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Reference in New Issue