** Also affects: neutron/juno Importance: Undecided Status: New ** Changed in: neutron/juno Importance: Undecided => Medium
** Changed in: neutron/juno Status: New => Fix Committed ** Changed in: neutron/juno Milestone: None => 2014.2.3 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1408334 Title: OVS agent hangs on rpc calls if neutron-server is down and ovs-agent received SIGTERM Status in OpenStack Neutron (virtual network service): Fix Released Status in neutron juno series: Fix Committed Bug description: There is an infinite loop in OVS agent driven by one variable. If OVG agent receives SIGTERM signal and loop is running, OVS agent must wait until execution reaches loop control variable. If at the same time neutron-server is down, agent still uses rpc call() methods and waits for response from neutron-server. Several timeouts on rpc must occur until OVS agents quits. If this whole process of exiting takes more than 90 seconds, systemd by default sends SIGKILL to ovs-agent process which means ovs-agent didn't exit with exit code 0. RPC calls are not necessary if we know agent is going to shutdown. To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1408334/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp