mirror of https://github.com/apache/cloudstack.git
Disable this for now - causes too much grief
Is also the root cause of the status UNKNOWN
This commit is contained in:
parent
585f5f7000
commit
c38f0b91e3
|
|
@ -1104,7 +1104,7 @@ Configurable, StateListener<State, VirtualMachine.Event, VirtualMachine> {
|
|||
} else {
|
||||
// Wilder Rodrigues (wrodrigues@schubergphilis.com
|
||||
// Force a restart in order to fix the conflict
|
||||
recoverRedundantNetwork(masterRouter, r);
|
||||
// recoverRedundantNetwork(masterRouter, r);
|
||||
break;
|
||||
}
|
||||
} else if (r.getRedundantState() == RedundantState.BACKUP) {
|
||||
|
|
@ -1113,7 +1113,7 @@ Configurable, StateListener<State, VirtualMachine.Event, VirtualMachine> {
|
|||
} else {
|
||||
// Wilder Rodrigues (wrodrigues@schubergphilis.com
|
||||
// Do we have 2 routers in Backup state? Perhaps a restart of 1 router is needed.
|
||||
recoverRedundantNetwork(backupRouter, r);
|
||||
// recoverRedundantNetwork(backupRouter, r);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
@ -2746,4 +2746,4 @@ Configurable, StateListener<State, VirtualMachine.Event, VirtualMachine> {
|
|||
public boolean completeAggregatedExecution(final Network network, final List<DomainRouterVO> routers) throws AgentUnavailableException, ResourceUnavailableException {
|
||||
return aggregationExecution(Action.Finish, network, routers);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue