← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1386643] [NEW] report_state thread should be started only after the ovs agent initialization is finished

 

Public bug reported:

In OpenvSwitch agent, report_state thread is initiated from setup_rpc
method. setup_rpc is just the beginning of agent initialization and
followed by bridge configurations. So, report states should be started
after all the configuration is done.

If the agent dies due to any issues in the bridge configuration steps,
there is no point having sent a report_state with start_flag, where the
agent has actually not started/initialized properly.

** Affects: neutron
     Importance: Undecided
     Assignee: Sudhakar Gariganti (sudhakar-gariganti)
         Status: New


** Tags: ovs

** Changed in: neutron
     Assignee: (unassigned) => Sudhakar Gariganti (sudhakar-gariganti)

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

Title:
  report_state thread should be started only after the ovs agent
  initialization is finished

Status in OpenStack Neutron (virtual network service):
  New

Bug description:
  In OpenvSwitch agent, report_state thread is initiated from setup_rpc
  method. setup_rpc is just the beginning of agent initialization and
  followed by bridge configurations. So, report states should be started
  after all the configuration is done.

  If the agent dies due to any issues in the bridge configuration steps,
  there is no point having sent a report_state with start_flag, where
  the agent has actually not started/initialized properly.

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


Follow ups

References