mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
when user vm migrates, update rules on destination host
This commit is contained in:
parent
63739558d0
commit
40f15106be
@ -2564,7 +2564,7 @@ public class UserVmManagerImpl implements UserVmManager, UserVmService, VirtualM
|
||||
txn.start();
|
||||
_vmDao.updateIf(vm, Event.OperationSucceeded, host.getId());
|
||||
txn.commit();
|
||||
|
||||
_networkGroupManager.handleVmStateTransition(vm, State.Running);
|
||||
return true;
|
||||
} catch(Exception e) {
|
||||
s_logger.warn("Exception during completion of migration process " + vm.toString());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user