aboutsummaryrefslogtreecommitdiff
path: root/INSTALL.Linux
diff options
context:
space:
mode:
authorJesse Gross <jesse@nicira.com>2010-06-24 15:45:04 -0700
committerJesse Gross <jesse@nicira.com>2010-06-24 15:50:53 -0700
commitde4f3c10b2afa540dd4a7f01ce7e02ae68ef2861 (patch)
tree0e4e3d5a9fd10db8d995ad4abf3a3f2b22e7526f /INSTALL.Linux
parent35c2ce9849765d933aa1a825800c5ed5954d3736 (diff)
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.
Diffstat (limited to 'INSTALL.Linux')
-rw-r--r--INSTALL.Linux4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL.Linux b/INSTALL.Linux
index 181a2dfd..7cfba409 100644
--- a/INSTALL.Linux
+++ b/INSTALL.Linux
@@ -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: