docs: Correct DB init instructions in INSTALL.Linux.
authorJesse Gross <jesse@nicira.com>
Thu, 24 Jun 2010 22:45:04 +0000 (15:45 -0700)
committerJesse Gross <jesse@nicira.com>
Thu, 24 Jun 2010 22:50:53 +0000 (15:50 -0700)
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.

INSTALL.Linux

index 181a2df..7cfba40 100644 (file)
@@ -242,11 +242,11 @@ installation, above, and to listen on a Unix domain socket, e.g.:
 
       % ovsdb-server /usr/local/etc/ovs-vswitchd.conf.db --remote=punix:/usr/local/var/run/openvswitch/db.sock
 
-Then initialize the database with "ovs-vsctl init".  This is only
+Then initialize the database using ovs-vsctl.  This is only
 necessary the first time after you create the database with
 ovsdb-tool (but running it at any time is harmless):
 
-      % ovs-vsctl init
+      % ovs-vsctl --no-wait init
 
 Then start the main Open vSwitch daemon, telling it to connect to the
 same Unix domain socket: