Comment 16 for bug 1365473

Revision history for this message
Assaf Muller (amuller) wrote : Re: Unable to create a router that's both HA and distributed

@Adolfo: I don't know about DVR + L3 HA integration, but if you use vanilla L3 HA, and you ifconfig .. down the HA interface of the *master* instance of the router, it should failover correctly with l2pop on. If you look at the L3 agent logs on that machine, after roughly 8-9 seconds it should log that router %s became standby, and around 10 seconds after that it should log that it's updating the server that it became standby. On the backup node you should see the same logs but with 'active'. If you then execute neutron l3-agent-list-hosting-router %s, you should see the ha_state column update.

If this isn't happening with the DVR + L3 HA integration patches then there's an issue with one of those two patches.