RE: Redundant Router Interfaces

2016-04-05 Thread Dean Close
-Original Message- From: Dean Close [mailto:dean.cl...@icloudhosting.com] Sent: 04 April 2016 14:36 To: dev@cloudstack.apache.org Subject: RE: Redundant Router Interfaces Hi Wei, I implemented your modifications on a test cloud we have here and it worked well. Redundant routers in the ba

RE: Redundant Router Interfaces

2016-04-04 Thread Dean Close
cweiz...@gmail.com] Sent: 02 April 2016 07:02 To: dev@cloudstack.apache.org Subject: Re: Redundant Router Interfaces Hi Dean, the VRRP instance will be set to eth0 (guest device) in router, and eth2 (the first guest device ) in vpc router. I think it is good. -Wei 2016-04-02 0:22 GMT+02:00 Dean

Re: Redundant Router Interfaces

2016-04-01 Thread Wei ZHOU
Hi Dean, the VRRP instance will be set to eth0 (guest device) in router, and eth2 (the first guest device ) in vpc router. I think it is good. -Wei 2016-04-02 0:22 GMT+02:00 Dean Close : > Hi Wei, > > It looks like your patch will prevent redundant routers from bringing up > public interfaces.

Re: Redundant Router Interfaces

2016-04-01 Thread Dean Close
Hi Wei, It looks like your patch will prevent redundant routers from bringing up public interfaces. We also need to: 1. shift the VRRP instance over to eth0 as eth2 will be down on the backup. 2. Ensure that eth0 and eth1 are up on both redundant virtual routers. Your patch might already solve

Re: Redundant Router Interfaces

2016-04-01 Thread Wei ZHOU
actually not only this issue, but more (1) restart vpc router will break the network if there are multiple tiers in the vpc. (2) check_heartbeat.sh does not work. I will create tickets for them next Monday, and create PR on github. -Wei 2016-04-01 21:14 GMT+02:00 Wei ZHOU : > Dean, > > I just f

Re: Redundant Router Interfaces

2016-04-01 Thread Wei ZHOU
Dean, I just fixed it yesterday. the commit is --- diff --git a/systemvm/patches/debian/config/opt/cloud/bin/cs/CsAddress.py b/systemvm/patches/debian/config/opt/cloud/bin/cs/CsAddress.py index 5f63c06..5256d03 100755 --- a/systemvm/patches/debian/config/opt/cloud/bin/cs/CsAddress.py +++ b/syst