Comment 35 for bug 1365473

Revision history for this message
Artur Korzeniewski (artur-korzeniewski) wrote : Re: Unable to create a router that's both HA and distributed

On plain HA router, after sequence of add/clear gateway, I'm landing with dead OVS flow to drop packets from deleted qg port...

In neutron OVS agent logs, I'm seeing that problem is with VLAN assign to qg port:
2015-09-03 15:26:51.239 INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [req-207921ff-5b91-48b7-9625-03692368e9ba None None] Assigning 6 as local vlan for net-id=d52d878c-8d29-4146-9309-36c00f688274
2015-09-03 15:26:53.172 INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [req-207921ff-5b91-48b7-9625-03692368e9ba None None] Port 'qg-1d20df8a-f0' has lost its vlan tag '6'!

The second line is repeating at each ovs agent loop.

After stopping ovs agent, the VLAN for qg port is set o 28... the restart of ovs agent is settling the VLAN for qg- port at 28 and there is no reassigning the VLAN to 6...

Any ideas?