yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #87076
[Bug 1942234] Re: [OVS] Device "update" information could look the same between two different updates
Reviewed: https://review.opendev.org/c/openstack/neutron/+/806889
Committed: https://opendev.org/openstack/neutron/commit/c178a37615bba7cefee0886d095416eca7ae2aa1
Submitter: "Zuul (22348)"
Branch: master
commit c178a37615bba7cefee0886d095416eca7ae2aa1
Author: Rodolfo Alonso Hernandez <ralonsoh@xxxxxxxxxx>
Date: Wed Sep 1 10:54:30 2021 +0000
Add port status to information dictionary in agent RPC
Added parameter "status" to port dictionary information returned from
the agent RPC.
Change-Id: I34383aa02c7515b3bcd2faa8b4617e730ce3e6c9
Closes-Bug: #1942234
** 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/1942234
Title:
[OVS] Device "update" information could look the same between two
different updates
Status in neutron:
Fix Released
Bug description:
In the OVS agent, when a port is updated, a list of the port details
is logged. In [1] we can see how two different updates (in two
different iterations) could print the same log message.
In the first update, the port bindings are assigned to the port. In
the second update, the port swaps the "status" to "ACTIVE". Those
changes could be seen in the resource_cache calls, when the method
reports the diff between the stored object and the new one. However it
could be useful to add more parameters to the port update message
printed in "ovs_neutron_agent", including the port binding and the
status.
Bugzilla reference:
https://bugzilla.redhat.com/show_bug.cgi?id=1997610
[1]https://paste.opendev.org/show/808464/
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1942234/+subscriptions
References