[ovs-git] Open vSwitch: ovs-appctl: On failure, print the error message output by the server. (master)

dev at openvswitch.org dev at openvswitch.org
Thu Dec 9 01:09:43 UTC 2010


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  3080205e8f8c812a61f0825a5f83dbd7439fab31 (commit)
       via  ee21cfa751d9233a686d1a1c0c7ee6a3d6dac651 (commit)
       via  4e3e7ff9fc4cd9f3dec2b96379feb4ca98deccf8 (commit)
       via  00961f7cc5cb65e3d926a382748f231ded90d137 (commit)
       via  d689a6a819c5bd4f4bde2c8766c0c7652b70eb3e (commit)
      from  f74be05a0ea44f58a3a279358c350c37862e59d8 (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 3080205e8f8c812a61f0825a5f83dbd7439fab31
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=3080205e8f8c812a61f0825a5f83dbd7439fab31
Author: Ben Pfaff <blp at nicira.com>
		
ovs-appctl: On failure, print the error message output by the server.
		
Otherwise failures are much more mysterious.


commit ee21cfa751d9233a686d1a1c0c7ee6a3d6dac651
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=ee21cfa751d9233a686d1a1c0c7ee6a3d6dac651
Author: Ben Pfaff <blp at nicira.com>
		
ovsdb-idl: Check prerequisites for ovsdb_idl_txn_verify() also.
		
The IDL can only verify prerequisites for columns that it is monitoring,
but it didn't check for that.  This assertion (which is the same as one in
ovsdb_idl_txn_write()) should alert us to such problems.

This would have found the problem fixed by the previous commit.


commit 4e3e7ff9fc4cd9f3dec2b96379feb4ca98deccf8
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=4e3e7ff9fc4cd9f3dec2b96379feb4ca98deccf8
Author: Ben Pfaff <blp at nicira.com>
		
ovs-vsctl: Fix controller command prerequisites.
		
The controller commands use the "target" column of the Controller table,
but they don't supply it as a prerequisite, which makes those commands
hang.  This commit fixes the problem.


commit 00961f7cc5cb65e3d926a382748f231ded90d137
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=00961f7cc5cb65e3d926a382748f231ded90d137
Author: Ben Pfaff <blp at nicira.com>
		
Avoid using "grep -q" outside of GNU/Linux specific utilities.
		
According to the Autoconf manual, "grep -q" is not portable, so instead
redirect stdout to /dev/null.


commit d689a6a819c5bd4f4bde2c8766c0c7652b70eb3e
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=d689a6a819c5bd4f4bde2c8766c0c7652b70eb3e
Author: Ben Pfaff <blp at nicira.com>
		
ofp-print: Fix typos.
		


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

Summary of changes:
 Makefile.am            |    2 +-
 lib/ofp-print.c        |    4 ++--
 lib/ovsdb-idl.c        |    2 ++
 tests/ovsdb-tool.at    |    2 +-
 utilities/ovs-appctl.c |    1 +
 utilities/ovs-pki.in   |    2 +-
 utilities/ovs-vsctl.c  |   16 ++++++++++++----
 7 files changed, 20 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
Open vSwitch




More information about the git mailing list