[LB] Linux Bridge agent always loads trunk extension, regardless of the loaded service plugins

Bug #1930443 reported by Rodolfo Alonso
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
neutron
Fix Released
Medium
Rodolfo Alonso

Bug Description

Linux Bridge agent always loads trunk extension, regardless of the loaded service plugins. The trunk agent extension execute unnecessary operations that slows down the agent execution.

For example: https://storage.gra.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_ea7/792505/3/check/neutron-fullstack-with-uwsgi_6/ea75d31/controller/logs/dsvm-fullstack-logs/TestUninterruptedConnectivityOnL2AgentRestart.test_l2_agent_restart_LB%2CFlat-network_/neutron-linuxbridge-agent--2021-05-25--08-56-07-279444_log.txt

A new port is added. The trunk agent extension receives those events a executes the port processing:
2021-05-25 08:56:17.731 107232 DEBUG neutron_lib.callbacks.manager [req-58c1c8d4-c2a9-431c-a2a0-46f80be0e835 - - - - -] Notify callbacks ['neutron.services.trunk.drivers.linuxbridge.agent.driver.LinuxBridgeTrunkDriver.agent_port_change-145314'] for port_device, after_update _notify_loop /home/zuul/src/opendev.org/openstack/neutron/.tox/dsvm-fullstack-gate/lib/python3.8/site-packages/neutron_lib/callbacks/manager.py:192

...

2021-05-25 08:56:17.788 107232 DEBUG oslo_concurrency.lockutils [req-58c1c8d4-c2a9-431c-a2a0-46f80be0e835 - - - - -] Acquired lock "trunk-tapdd335ce5-14" lock /home/zuul/src/opendev.org/openstack/neutron/.tox/dsvm-fullstack-gate/lib/python3.8/site-packages/oslo_concurrency/lockutils.py:266

This lock is released at:
2021-05-25 08:56:17.829 107232 DEBUG oslo_concurrency.lockutils [req-58c1c8d4-c2a9-431c-a2a0-46f80be0e835 - - - - -] Releasing lock "trunk-tapdd335ce5-14" lock /home/zuul/src/opendev.org/openstack/neutron/.tox/dsvm-fullstack-gate/lib/python3.8/site-packages/oslo_concurrency/lockutils.py:282

Tags: linuxbridge
Hongbin Lu (hongbin.lu)
Changed in neutron:
importance: Undecided → Medium
status: New → Confirmed
tags: added: linuxbridge
Changed in neutron:
assignee: nobody → Rodolfo Alonso (rodolfo-alonso-hernandez)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to neutron (master)

Fix proposed to branch: master
Review: https://review.opendev.org/c/openstack/neutron/+/796008

Changed in neutron:
status: Confirmed → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (master)

Reviewed: https://review.opendev.org/c/openstack/neutron/+/796008
Committed: https://opendev.org/openstack/neutron/commit/817d807e9dd6e7b0d1da46342e12f6392d9372ce
Submitter: "Zuul (22348)"
Branch: master

commit 817d807e9dd6e7b0d1da46342e12f6392d9372ce
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Fri Jun 11 13:26:53 2021 +0000

    Load Linux Bridge Trunk extension if service plugin configured

    Load the Linux Driver Trunk agent extension driver only if the service
    plugin is enabled. If the service plugin is not enabled, the agent
    extension will not subscribe to the port events.

    Change-Id: I883abb5ef122ac7f8fb029d0334fa2d68893f8aa
    Closes-Bug: #1930443

Changed in neutron:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/neutron 19.0.0.0rc1

This issue was fixed in the openstack/neutron 19.0.0.0rc1 release candidate.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.