mirror of https://github.com/apache/cloudstack.git
Fix state of isolated redundant network router
- once stopped, got to UNKNOWN
This commit is contained in:
parent
b3da2c54c2
commit
ae6b07af15
|
|
@ -1173,6 +1173,7 @@ Configurable, StateListener<State, VirtualMachine.Event, VirtualMachine> {
|
|||
} else {
|
||||
router = router1;
|
||||
}
|
||||
// && router.getState() == State.Stopped
|
||||
if (router.getHostId() == null) {
|
||||
s_logger.debug("Skip router pair (" + router0.getInstanceName() + "," + router1.getInstanceName() + ") due to can't find host");
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Reference in New Issue