[ovs-dev] [PATCH] ovn-northd.8.xml: fix sock path of NB and SB database.

Li Wei lw at cn.fujitsu.com
Mon May 30 06:57:42 UTC 2016


commit 60bdd01 ("Separating OVN NB and SB database processes") introduced
a separating OVN NB and SB database process, the path of sock file need
to be updated.

Fixes: 60bdd01 ("Separating OVN NB and SB database processes")
Signed-off-by: Li Wei <lw at cn.fujitsu.com>
---
 ovn/northd/ovn-northd.8.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ovn/northd/ovn-northd.8.xml b/ovn/northd/ovn-northd.8.xml
index 970c352..4603db8 100644
--- a/ovn/northd/ovn-northd.8.xml
+++ b/ovn/northd/ovn-northd.8.xml
@@ -21,7 +21,8 @@
     <h1>Configuration</h1>
     <p>
       <code>ovn-northd</code> requires a connection to the Northbound
-      and Southbound databases.  The default is <code>db.sock</code>
+      and Southbound databases.  The default are <code>ovnnb_db.sock</code>
+      and <code>ovnsb_db.sock</code> respectively
       in the local Open vSwitch's "run" directory.  This may be
       overridden with the following commands:
     </p>
-- 
2.4.11





More information about the dev mailing list