[ovs-git] Open vSwitch: ovs-ctl.in: Don't stop forwarding while restarting the database. (branch-1.8)

dev at openvswitch.org dev at openvswitch.org
Tue Jul 31 00:16:01 UTC 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, branch-1.8 has been updated
       via  37d7df1efc4dca2637d8f706b0d1969925e42f31 (commit)
       via  781462699cba0bb00c9cdca39d0a85ba89676987 (commit)
      from  b850649a060afde3e86505b37fb78aa496bbd559 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 37d7df1efc4dca2637d8f706b0d1969925e42f31
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=37d7df1efc4dca2637d8f706b0d1969925e42f31
Author: Justin Pettit <jpettit at nicira.com>
		
ovs-ctl.in: Don't stop forwarding while restarting the database.
		
Previously, the force-reload-kmod command would stop forwarding, stop
the database, restart the database, and then restart forwarding.  If the
database is large, it can take a while to be read (we've seen as much as
10 seconds), which means the switch is not forwarding traffic during
that time.

This change stops and starts the database before restarting the
forwarding path.  This means that ovs-vswitchd will lose its
connectivity to the database during a force-reload-kmod, but while it
will complain a little in the logs, it will continue to operate
properly.

Signed-off-by: Justin Pettit <jpettit at nicira.com>

Feature #12643


commit 781462699cba0bb00c9cdca39d0a85ba89676987
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=781462699cba0bb00c9cdca39d0a85ba89676987
Author: Justin Pettit <jpettit at nicira.com>
		
ovs-ctl.in: Consistently use spaces instead of tabs.
		
Signed-off-by: Justin Pettit <jpettit at nicira.com>


-----------------------------------------------------------------------

Summary of changes:
 utilities/ovs-ctl.in |  116 +++++++++++++++++++++++++++++---------------------
 1 files changed, 67 insertions(+), 49 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list