← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1850557] Re: DHCP connectivity after migration/resize not working

 

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

commit b01e0c2aa98866df9c25e20a66c02fccccdc7885
Author: Slawek Kaplonski <skaplons@xxxxxxxxxx>
Date:   Wed Nov 27 10:44:19 2019 +0100

    [OVS FW] Clean port rules if port not found in ovsdb
    
    During e.g. migration or shelve of VM it may happend that
    port update event will be send to the ovs agent and in the almost
    the same time, port will be removed from br-int.
    In such case during update_port_filter method openvswitch firewall
    driver will not find port in br-int, and it will do nothing with it.
    That will lead to leftover rules for this port in br-int.
    
    So this patch adds calling remove_port_filter() method if port was
    not found in br-int. Just to be sure that there is no any leftovers
    from the port in br-int anymore.
    
    Change-Id: I06036ce5fe15d91aa440dc340a70dd27ae078c53
    Closes-Bug: #1850557


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

Title:
  DHCP connectivity after migration/resize not working

Status in neutron:
  Fix Released

Bug description:
  It happen at least few times in CI recently that after migration/resize VM wasn't reachable anymore and it seems that it didn't even get IP from DHCP.
  Examples:

  https://storage.gra1.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_3ae/682483/1/check
  /tempest-slow-py3/3ae72c6/testr_results.html.gz

  https://2a0fd24cd939d3b06641-34d5a3d9e2a9ca67eb62c8365f7602e7.ssl.cf5.rackcdn.com/679813/3/check
  /tempest-slow-py3/2313102/testr_results.html.gz

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


References