← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1837380] Re: Timeout while getting bridge datapath id crashes ova agent

 

Reviewed:  https://review.opendev.org/672018
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=b63809715a0b9b8ea0f354dfd6f1b3fd7a713352
Submitter: Zuul
Branch:    master

commit b63809715a0b9b8ea0f354dfd6f1b3fd7a713352
Author: Slawek Kaplonski <skaplons@xxxxxxxxxx>
Date:   Mon Jul 22 13:29:28 2019 +0200

    Don't crash ovs agent during reconfigure of phys bridges
    
    In case when physical bridge was recreated on host, ovs agent
    is trying to reconfigure it.
    If there will be e.g. timeout while getting bridge's datapath_id,
    RuntimeError will be raised and that caused crash of whole agent.
    
    This patch changes that to not crash agent in such case but try to
    reconfigure everything in next rpc_loop iteration once again.
    
    Change-Id: Ic9b17a420068c0c76748e2c24d97be1ed7c460c7
    Closes-Bug: #1837380


** 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/1837380

Title:
  Timeout while getting bridge datapath id crashes ova agent

Status in neutron:
  Fix Released

Bug description:
  In case when e.g. bridge was recreated ovs-agent has to reconfigure it
  and in such case if there will be timeout while getting bridge data
  path id whole ovs agent will crash.

  It causes failure of fullstack tests like e.g.: http://logs.openstack.org/81/671881/1/check/neutron-fullstack/c6b2e08/testr_results.html.gz
  see agent's logs: http://logs.openstack.org/81/671881/1/check/neutron-fullstack/c6b2e08/controller/logs/dsvm-fullstack-logs/TestLegacyL3Agent.test_north_south_traffic/neutron-openvswitch-agent--2019-07-22--07-48-17-892074_log.txt.gz#_2019-07-22_07_49_28_698

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1837380/+subscriptions


References