Reviewed: https://review.openstack.org/371032 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=a75ce6850f3954edafbb0c128750e39b57875743 Submitter: Jenkins Branch: master
commit a75ce6850f3954edafbb0c128750e39b57875743 Author: Kevin Benton <[email protected]> Date: Thu Sep 15 01:33:00 2016 -0700 Retry setting mac address on new OVS port 10 times We've seen several times in the gate an OVS add port call succeed and then have the mac address set fail to find it seconds later. The vswitch log frequently shows that it returns milliseconds later. Until we get to the bottom of it, we should just retry several times before giving up and raising. Closes-Bug: #1618987 Partial-Bug: #1623732 Change-Id: Ia73a9be047093c02f61e3e9ce13d98dccd49dfeb ** 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/1618987 Title: test_connection_from_diff_address_scope intermittent "Cannot find device" errors Status in neutron: Fix Released Bug description: Example TRACE: http://logs.openstack.org/58/360858/4/check/gate-neutron-dsvm-functional/3fb0ba3/console.html#_2016-08-30_23_25_18_854125 It looks like OVSDB adds an internal OVS port, then when we try to set the MTU, the linux network stack cannot find the device. I'm under the impression that https://review.openstack.org/#/c/344859/ was supposed to solve this class of issues. To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1618987/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

