← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1702769] Re: Binding info for DVR port not found error seen when notify_l2pop_port_wiring is called with DVR routers

 

Reviewed:  https://review.openstack.org/481311
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=9e9a8a07c3cb1eed074399af36affe857011133e
Submitter: Jenkins
Branch:    master

commit 9e9a8a07c3cb1eed074399af36affe857011133e
Author: Swaminathan Vasudevan <SVasudevan@xxxxxxxx>
Date:   Thu Jul 6 14:11:50 2017 -0700

    DVR: Fix binding info for DVR port not found error
    
    Recently we have been seeing an error in neutron associated
    with DVR routers, that says 'Binding info for DVR port not
    found'.
    This error is thrown when the 'get_bound_port_context' is
    called when trying to notify_l2pop_port_wiring.
    notify_l2pop_port_wiring is intended for router 'HA' ports, so
    the get_bound_port_context should be called here only for 'HA'
    ports.
    
    This was introduced by a recent refactor in neutron
    Icd4cd4e3f735e88299e86468380c5f786e7628fe
    
    Change-Id: I1c636344068518aa26be6c96c598c61b7f0f3563
    Closes-Bug: #1702769


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

Title:
  Binding info for DVR port not found error seen when
  notify_l2pop_port_wiring is called with DVR routers

Status in neutron:
  Fix Released

Bug description:
  A recent change in upstream Icd4cd4e3f735e88299e86468380c5f786e7628fe, might have introduced this problem.
  Here the 'get_bound_port_context' is being called for non-HA ports and so with the given context, it is not able to retrieve the port-binding and throws the error.

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


References