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.

Bug 1462970

Summary: need to have the ovs-save utility (and any necessary related files) included in OVS FDB/FDP 2.7
Product: Red Hat Enterprise Linux 7 Reporter: Rick Alongi <ralongi>
Component: openvswitchAssignee: Timothy Redaelli <tredaelli>
Status: CLOSED ERRATA QA Contact: Rick Alongi <ralongi>
Severity: low Docs Contact:
Priority: low    
Version: 7.4CC: aloughla, atragler, ctrautma, fleitner, jwboyer, kzhang, pvauter, rkhan, sukulkar
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: openvswitch-2.9.0-1.el7fdp Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-03-19 10:19:14 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:
Bug Depends On:    
Bug Blocks: 1475436    

Description Rick Alongi 2017-06-19 18:57:02 UTC
Description of problem:

Since there is not currently the capability to have flow rules restored automatically after an openvswitch service restart, we are using the ovs-save utility to back up and later restore flows as part of our testing.  I imagine the customers will need this same tool available to them until such a time when flows are automatically restored.

I downloaded the tool from https://raw.githubusercontent.com/openvswitch/ovs/master/utilities/ovs-save per Flavio's direction and have it included as the flow backup/restore mechanism in upgrade tests.

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 2 Flavio Leitner 2017-06-20 19:13:49 UTC
Hi,

That script alone doesn't help much because we need to coordinate with systemd services as well.  That's the reason we don't ship or support it yet.

Feel free to copy and use for QA purposes though.

Comment 6 Flavio Leitner 2018-02-09 13:03:35 UTC
This will be fixed in OVS 2.9

commit ea36b04688f37cf45b7c2304ce31f0d29f212d54
Author: Timothy Redaelli <tredaelli>
Date:   Fri Nov 3 21:39:17 2017 +0100

    rhel: Add support for "systemctl reload openvswitch"
    
    The reload procedure will trigger a script that saves the flows and tlv
    maps (using ovs-save) then it restarts ovsdb-server, it stops ovs-vswitchd,
    it sets other_config:flow-restore-wait=true (to wait till flow restore is
    finished), it starts ovs-vswitchd, it restore the backupped flows/tlv
    maps and it removes other_config:flow-restore-wait=true (logic mostly ripped
    from ovs-ctl).
    
    It uses systemctl with --job-mode=ignore-dependencies to restart ovsdb-server
    and stop and start ovs-vswitchd in order to avoid systemd to restart the other
    components due to dependencies (as explained in rhel/README.RHEL.rst).
    
    Signed-off-by: Timothy Redaelli <tredaelli>
    Signed-off-by: Ben Pfaff <blp>
    Acked-by: Flavio Leitner <fbl>

Comment 12 errata-xmlrpc 2018-03-19 10:19:14 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2018:0550