mirror of https://github.com/apache/cloudstack.git
fix CLOUDSTACK-2139 When VM is live migrated to a different host , stopped and started , It starts on the original host where it was before live migration.
This commit is contained in:
parent
e23d6b2af4
commit
7dd88fbbc6
|
|
@ -1159,7 +1159,7 @@ public class VirtualMachineManagerImpl extends ManagerBase implements VirtualMac
|
|||
_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