commit 60bdd01148e4 ("Separating OVN NB and SB database processes") introduced a separating OVN NB and SB database process, the path of sock files need to be updated.
Fixes: 60bdd01148e4 ("Separating OVN NB and SB database processes") Signed-off-by: Li Wei <l...@cn.fujitsu.com> --- v1 -> v2: * fix typo(thanks Aaron Conole) * cc RYAN D. MOATS --- 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 defaults 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 dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev