← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1347452] Re: Start message from OVS agent not received by server

 

** Changed in: neutron
       Status: Fix Committed => 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/1347452

Title:
  Start message from OVS agent not received by server

Status in OpenStack Neutron (virtual network service):
  Fix Released

Bug description:
  When OVS agent starts, it will send server a message with "start_flag"
  to tell server it's up, which is done by the _report_state method.
  Currently _report_state uses cast method to send rpc message, so
  there's no guarantee that server receives the "start" message. In our
  test, sometimes this message did miss. As a result, server didn't
  update the start time of the agent so fdb entries didn't send by the
  l2pop driver.

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


References