[ovs-git] Open vSwitch: docs: Correct DB init instructions in INSTALL.Linux. (master)

dev at openvswitch.org dev at openvswitch.org
Thu Jun 24 22:56:14 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  de4f3c10b2afa540dd4a7f01ce7e02ae68ef2861 (commit)
       via  35c2ce9849765d933aa1a825800c5ed5954d3736 (commit)
      from  f8d739a9fa1c1223f0b2c88fd3f0ed47be69bf65 (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 de4f3c10b2afa540dd4a7f01ce7e02ae68ef2861
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=de4f3c10b2afa540dd4a7f01ce7e02ae68ef2861
Author: Jesse Gross <jesse at nicira.com>
		
docs: Correct DB init instructions in INSTALL.Linux.
		
We tell people to run "ovs-vsctl init" before starting
ovs-vswitchd but this causes it to hang until it times
out so add "--no-wait" as well.


commit 35c2ce9849765d933aa1a825800c5ed5954d3736
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=35c2ce9849765d933aa1a825800c5ed5954d3736
Author: Jesse Gross <jesse at nicira.com>
		
ovsdb-idl: Check if row->written is valid.
		
Commit cde3f1 "ovsdb-idl: Drop unnecessary allocation from
ovsdb_idl_txn_insert()." does lazy allocation of row->written
on the assumption that ovsdb_idl_txn_write() will handle it.
However, this isn't the case for empty rows created by something
like "ovs-vsctl init" so add a check before reading the bitfield.


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

Summary of changes:
 INSTALL.Linux   |    4 ++--
 lib/ovsdb-idl.c |   34 ++++++++++++++++++++--------------
 2 files changed, 22 insertions(+), 16 deletions(-)


hooks/post-receive
-- 
Open vSwitch




More information about the git mailing list