[ovs-git] Open vSwitch: ovsdb-server: Write manager status information to Manager table. (master)

dev at openvswitch.org dev at openvswitch.org
Tue Feb 1 22:59:14 UTC 2011


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  0b3e7a8b717b8c50c24244f7054079ede61742f2 (commit)
      from  f696f12fbe84f49d650f48c45ce1a24b94547ad2 (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 0b3e7a8b717b8c50c24244f7054079ede61742f2
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=0b3e7a8b717b8c50c24244f7054079ede61742f2
Author: Andrew Evans <aevans at nicira.com>
		
ovsdb-server: Write manager status information to Manager table.
		
This commit makes the status of manager connections visible via the Manager
table in the database.  Two new columns have been created for this purpose:
'is_connected' and 'status'.  The former is a boolean flag, and the latter is a
string-string map which may contain the keys "last_error", "state", and
"time_in_state".

Requested-by: Keith Amidon <keith at nicira.com>
Reviewed by: Ben Pfaff.
Feature #3692.


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

Summary of changes:
 lib/jsonrpc.c              |   15 +++
 lib/jsonrpc.h              |    5 +
 ovsdb/jsonrpc-server.c     |   55 ++++++++++++
 ovsdb/jsonrpc-server.h     |   13 +++
 ovsdb/ovsdb-server.c       |  208 +++++++++++++++++++++++++++++++++++++++++---
 vswitchd/vswitch.ovsschema |   12 ++-
 vswitchd/vswitch.xml       |   32 +++++++
 7 files changed, 324 insertions(+), 16 deletions(-)


hooks/post-receive
-- 
Open vSwitch




More information about the git mailing list