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

dev at openvswitch.org dev at openvswitch.org
Mon Jul 30 22:48:04 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, master has been updated
       via  522839ab75d981d7a4e63b99dc8438157982f4ba (commit)
       via  c707d418149a343be49b472322be0bd5c0afb036 (commit)
      from  e0c7697cbcb56fde7aa725772eae75d15aa80403 (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 522839ab75d981d7a4e63b99dc8438157982f4ba
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=522839ab75d981d7a4e63b99dc8438157982f4ba
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 c707d418149a343be49b472322be0bd5c0afb036
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=c707d418149a343be49b472322be0bd5c0afb036
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