This patch adds missing subcommand for running SB Relay in foreground.

Signed-off-by: Michal Nasiadka <[email protected] 
<mailto:[email protected]>>
---
utilities/ovn-ctl | 8 ++++++++
1 file changed, 8 insertions(+)

diff --git a/utilities/ovn-ctl b/utilities/ovn-ctl
index d7ca9e758..c0b797273 100755
--- a/utilities/ovn-ctl
+++ b/utilities/ovn-ctl
@@ -499,6 +499,11 @@ run_sb_ovsdb() {
    start_sb_ovsdb
}

+run_sb_relay_ovsdb() {
+    DB_SB_RELAY_DETACH=no
+    start_sb_relay_ovsdb
+}
+
run_ic_nb_ovsdb() {
    DB_IC_NB_DETACH=no
    start_ic_nb_ovsdb
@@ -1469,6 +1474,9 @@ case $command in
    run_sb_ovsdb)
        run_sb_ovsdb
        ;;
+    run_sb_relay_ovsdb)
+        run_sb_relay_ovsdb
+        ;;
    run_ic_nb_ovsdb)
        run_ic_nb_ovsdb
        ;;
--
2.34.1

> On 11 Sep 2024, at 13:01, 0-day Robot <[email protected]> wrote:
> 
> Bleep bloop.  Greetings Michał Nasiadka, I am a robot and I have tried out 
> your patch.
> Thanks for your contribution.
> 
> I encountered some error that I wasn't expecting.  See the details below.
> 
> 
> checkpatch:
> ERROR: Author Michał Nasiadka <[email protected]> needs to sign off.
> WARNING: Unexpected sign-offs from developers who are not authors or 
> co-authors or committers: Michal Nasiadka <[email protected]>
> Lines checked: 42, Warnings: 1, Errors: 1
> 
> 
> Please check this out.  If you feel there has been an error, please email 
> [email protected]
> 
> Thanks,
> 0-day Robot

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to