[L2][scale issue] ovs-agent has multipe cookies flows (stale flows)
Bug #1813712 reported by
LIU Yulong
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
When subnets or security group ports quantity reach 2000+, there are many stale flows.
Some basic exception procedure:
(1) ovs-agent dump-flows
(2) ovs-agent delete some flows
(3) ovs-agent install new flows (with new cookies)
(4) any exception raise in (2) or (3), such as (bug #1813705)
(5) ovs-agent will do full sync again, then go back to (1)
Finally it will get many stale flows installed, and sometimes cause data plane down.
This is a subproblem of bug #1813703, for more information, please see the summary:
https:/
tags: | added: ovs |
tags: | added: neutron-proactive-backport-potential |
Changed in neutron: | |
status: | New → Fix Released |
To post a comment you must log in.
Related fix proposed to branch: master /review. openstack. org/638647
Review: https:/