Tunnel ports are not cleaned up with several ovs agents restart
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Confirmed
|
Medium
|
Unassigned |
Bug Description
If we update local_ip config value on several openvswitch agents and restart them we may get tunnel ports with old local_ip(remote_ip) setting are not cleaned up.
Before
Port "vxlan-c0a80006"
Port "vxlan-c0a89b04"
After restart
Port "vxlan-c0a80006"
Port "vxlan-c0a89b04"
Port "vxlan-c0a89b05"
If agents restart one by one this issue does not appear.
Debug shows that during tunnel_sync https:/
Originally found on Queens version, but is reproduced with master code and multinode devstack.
tags: | added: ovs |
Changed in neutron: | |
importance: | Undecided → Medium |
Changed in neutron: | |
status: | New → Confirmed |
In the failed case, what is the sequence you followed to update the config file and re-start the agents?