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 <[email protected]>
---
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
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev