L2 agent do not clear QoS rules after restart
Bug #1810025 reported by
Chengqian Liu
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Fix Released
|
Medium
|
Chengqian Liu |
Bug Description
I runned a test about qos(driver=
1. craete a vm and found its port ,eg port_id= PORT_ID_A .
2. create a policy(eg , id=POLICY_ID) and create bandwidth_
3. update port PORT_ID_A with qos_policy POLICY_ID.
4. 'ovs-vsctl list interface PORT_ID_A' to ensure its correct.
Everything was working fine, so we continue
5. stop neutron-
6. delete bandwidth_
7. start neutron-
8. 'ovs-vsctl list interface PORT_ID_A' again ,
I found 'ingress_
That was not what I wanted.
Changed in neutron: | |
assignee: | nobody → Chengqian Liu (liuchengqian90) |
Changed in neutron: | |
status: | New → In Progress |
tags: | added: qos |
summary: |
- CN do not clear QoS rules when ovs-agent restart + ovs-agent do not clear QoS rules after restart |
summary: |
- ovs-agent do not clear QoS rules after restart + L2 agent do not clear QoS rules after restart |
To post a comment you must log in.
Hi Chengqian Liu,
Thx for report this bug. Can You explain what is "CN" in bug title?
Also, I see that You assigned this bug to Your self, are You working on fix for it currently?