[ovs-git] Open vSwitch: ovsdb: Change the way connection duration time is reported in Manager table. (master)
dev at openvswitch.org
dev at openvswitch.org
Wed Mar 9 10:47:04 PST 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 a4613b01abefdadf53dbf03025748fae3230eb68 (commit)
from 24190e86c8ddedc3b20669e5eeb0ab5fc00a6255 (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 a4613b01abefdadf53dbf03025748fae3230eb68
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=a4613b01abefdadf53dbf03025748fae3230eb68
Author: Andrew Evans <aevans at nicira.com>
ovsdb: Change the way connection duration time is reported in Manager table.
Commit 0b3e7a8b71 (ovsdb-server: Write manager status information to Manager
table.) attempted to provide managers with the ability to debug manager-related
connection problems, but it turns out that reporting "time_in_state" is not
very useful, because the state is constantly changing. What people really want
is the time each manager has been connected or disconnected, depending on the
current connection state.
Replace "time_in_state" key with "time_connected" and "time_disconnected"
keys. Only one exists at a time, and time is in seconds.
Bug #4833.
-----------------------------------------------------------------------
Summary of changes:
ovsdb/jsonrpc-server.c | 5 ++++-
ovsdb/jsonrpc-server.h | 2 +-
ovsdb/ovsdb-server.c | 5 +++--
3 files changed, 8 insertions(+), 4 deletions(-)
hooks/post-receive
--
Open vSwitch
More information about the git
mailing list