← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1590041] Re: DVR: regression with router rescheduling

 

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

commit e4b82f7e645654ad43b378bd5f243e97a16112e6
Author: Oleg Bondarev <obondarev@xxxxxxxxxxxx>
Date:   Tue Jun 7 15:26:23 2016 +0000

    Revert "DVR: Clear SNAT namespace when agent restarts after router move"
    
    This reverts commit 9dc70ed77e055677a4bd3257a0e9e24239ed4cce.
    
    Change-Id: I85a8051d56c535a4de4c70b3624eb7ccefa9e656
    Closes-Bug: #1590041


** Changed in: neutron
       Status: In Progress => Fix Released

** Tags added: in-stable-liberty

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1590041

Title:
  DVR: regression with router rescheduling

Status in neutron:
  Fix Released

Bug description:
  L3 agent may not fully process dvr router being rescheduled to it which leads to loss of external connectivity.
  The reason is that with commit 9dc70ed77e055677a4bd3257a0e9e24239ed4cce dvr edge router now creates snat_namespace object in constructor while some logic in the module still checks for existence of this object: like external_gateway_updated() will not fully process router if snat_namespace object exists.

  The proposal is to revert commit
  9dc70ed77e055677a4bd3257a0e9e24239ed4cce and the make another attempt
  to fix bug 1557909.

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


References