Add instructions for starting the OVN Interconnection (IC) databases and daemon to the Starting section in general.rst. This is useful for deployments that use OVN IC for multi-site connectivity.
Reported-at: https://redhat.atlassian.net/browse/FDP-3048 Assisted-by: Claude Opus 4.6, OpenCode Signed-off-by: Ales Musil <[email protected]> --- Documentation/intro/install/general.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/intro/install/general.rst b/Documentation/intro/install/general.rst index 890943b70..83d29af4b 100644 --- a/Documentation/intro/install/general.rst +++ b/Documentation/intro/install/general.rst @@ -420,6 +420,12 @@ Unix domain socket:: $ ovn-northd --pidfile --detach --log-file +If your deployment uses OVN Interconnection (OVN IC), you also need to +start the IC databases and daemon:: + + $ ovn-ctl start_ic_ovsdb + $ ovn-ctl start_ic + Starting OVN Central services in containers ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- 2.54.0 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
