Bug 1525618

Summary: systemctl reload openvswitch hangs
Product: Red Hat Enterprise Linux 7 Reporter: Sergii Golovatiuk <sgolovat>
Component: openvswitchAssignee: Timothy Redaelli <tredaelli>
Status: CLOSED DUPLICATE QA Contact: Ofer Blaut <oblaut>
Severity: high Docs Contact:
Priority: unspecified    
Version: 7.4CC: amuller, apevec, atragler, augol, chrisw, lbezdick, ovs-team, rhos-maint, srevivo
Target Milestone: pre-dev-freeze   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-01-18 01:30:01 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Sergii Golovatiuk 2017-12-13 17:33:54 UTC
Description of problem:
A lot of services such as puppet/ansible invoke 'reload' as part of configuration manager. However, 'systemctl reload openvswitch' times out, because of timeout of openvswitch.

Version-Release number of selected component (if applicable):
openvswitch-2.8.1-2.1fc28.el7.x86_64

How reproducible:
always

Steps to Reproduce:
systemctl stop openvswitch
systemctl start openvswitch
systemctl reload openvswitch

or 
bash -xxx /usr/share/openvswitch/scripts/ovs-ctl --no-ovsdb-server --no-monitor --system-id=random restart

from ovs-vswitchd.service Unit

Actual results:
It times out (TimeoutSec=300).

Expected results:
Restart with restored flows.

Comment 1 Lukas Bezdicka 2017-12-14 15:18:59 UTC
The issue seems to be addressed by upstream with https://github.com/openvswitch/ovs/commit/ea36b04688f37cf45b7c2304ce31f0d29f212d54 can we please fix packaging?

Comment 4 Alan Pevec 2017-12-22 12:01:10 UTC
(In reply to Lukas Bezdicka from comment #1)
> The issue seems to be addressed by upstream with
> https://github.com/openvswitch/ovs/commit/
> ea36b04688f37cf45b7c2304ce31f0d29f212d54 can we please fix packaging?

Since ovs-team is not maintaining openvswitch RPM we have in RDO (which are based on Fedora Rawhide SRPM) I've backported that fix from ovs master, it will be openvswitch-2.8.1-3.1fc28.el7 in RDO Queens deps repo.

Comment 6 Alan Pevec 2018-01-18 01:30:01 UTC

*** This bug has been marked as a duplicate of bug 1469838 ***