[OVN] QoS doesn't work with DVR, vlan tenant networks or provider networks.
Bug #1648525 reported by
Yury Zaitsev
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
New
|
Undecided
|
Unassigned |
Bug Description
I created two instances on different compute nodes and attached them to provider network. When I try to apply policy to the port via Neutron it has no effect.
summary: |
- QoS doesn't work in provider networks + QoS doesn't work at all |
To post a comment you must log in.
I was able to verify this bug by reviewing the code. The problem is in OVN itself.
QoS will work when the packets leave the host on a tunnel, but not if it goes straight to a provider network. This needs to be fixed in OVN.
Thanks for the report!