Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
DescriptionSergii 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.
(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.