yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #87550
[Bug 1943724] Re: Change a QoS policy on a bound port does not handle minimum bandwidth direction change
Reviewed: https://review.opendev.org/c/openstack/neutron/+/805637
Committed: https://opendev.org/openstack/neutron/commit/8db15cb2f3dec37441103df15ff28c7e72de682c
Submitter: "Zuul (22348)"
Branch: master
commit 8db15cb2f3dec37441103df15ff28c7e72de682c
Author: Przemyslaw Szczerbik <przemyslaw.szczerbik@xxxxxxxx>
Date: Thu Aug 5 13:48:50 2021 +0200
Add port-resource-request-groups extension
port-resource-request-groups extension provides support for the
new format of resource_request. The new format allows to request
multiple groups of resources and traits from the same RP subtree.
Closes-Bug: #1943724
Partial-Bug: #1922237
Depends-On: https://review.opendev.org/c/openstack/tempest/+/809168/
See-Also: https://review.opendev.org/785236
Change-Id: I99a49b107b1872ddf83d1d8497a26a8d728feb07
** Changed in: neutron
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1943724
Title:
Change a QoS policy on a bound port does not handle minimum bandwidth
direction change
Status in neutron:
Fix Released
Bug description:
When changing the QoS policy having a minimum bandwidth rule on a
bound port to another policy where the direction of the min bw rule
has changed then neutron accepts the request but fails to update the
bandwidth resource allocation in placement accordingly.
Reproduction
------------
Here is a tempest test reproducing the issue
https://review.opendev.org/c/openstack/tempest/+/809198
Expected behavior
-----------------
Neutron allocates resources in placement according to the new direction
Actual behavior
---------------
Neutron does not move the resource allocation from one resource class to the other (representing the directions)
Affected version
----------------
Reproduced on recent master in devstack.
stack@master0:~/neutron$ git log --oneline
6db2619628 Merge "[DVR] Set arp entries only for single IPs given as allowed addr pair"
Bug probably exists since neutron added support for changing QoS
policy on bound ports with minimum bandwidth rules.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1943724/+subscriptions
References