diff mbox series

[ovs-dev] ovn: update ovn-ctl usage with status, promote and demote commands

Message ID 1551165196-29105-1-git-send-email-moshele@mellanox.com
State Accepted
Commit 1951fae633357fbc1ef029347152159207172ba3
Headers show
Series [ovs-dev] ovn: update ovn-ctl usage with status, promote and demote commands | expand

Commit Message

Moshe Levi Feb. 26, 2019, 7:13 a.m. UTC
Change-Id: I59603383804b57d80334abaea0a25dd9755d47dc
Signed-off-by: Moshe Levi <moshele@mellanox.com>
---
 ovn/utilities/ovn-ctl |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

Comments

0-day Robot Feb. 26, 2019, 9:59 a.m. UTC | #1
Bleep bloop.  Greetings Moshe Levi, 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: Remove Gerrit Change-Id's before submitting upstream.
5: Change-Id: I59603383804b57d80334abaea0a25dd9755d47dc

Lines checked: 34, Warnings: 0, Errors: 1


Please check this out.  If you feel there has been an error, please email aconole@bytheb.org

Thanks,
0-day Robot
Ben Pfaff Feb. 26, 2019, 1:50 p.m. UTC | #2
On Tue, Feb 26, 2019 at 09:13:16AM +0200, Moshe Levi wrote:
> Change-Id: I59603383804b57d80334abaea0a25dd9755d47dc
> Signed-off-by: Moshe Levi <moshele@mellanox.com>

Thanks, applied to master.
diff mbox series

Patch

diff --git a/ovn/utilities/ovn-ctl b/ovn/utilities/ovn-ctl
index f1297a2..9e49d1d 100755
--- a/ovn/utilities/ovn-ctl
+++ b/ovn/utilities/ovn-ctl
@@ -553,6 +553,14 @@  Commands:
   restart_sb_ovsdb            restart ovn southbound db ovsdb-server process
   restart_controller          restart ovn-controller
   restart_controller_vtep     restart ovn-controller-vtep
+  status_northd               status ovs-northd
+  status_ovsdb                status related ovsdb-server processes
+  status_controller           status ovn-controller
+  status_controller_vtep      status ovn-controller-vtep
+  promote_ovnnb               promote ovn northbound db backup server to active
+  promote_ovnsb               promote ovn southbound db backup server to active
+  demote_ovnnb                demote ovn northbound db active server to backup
+  demote_ovnsb                demote ovn southbound db active server to backup
   run_nb_ovsdb                run ovn northbound db ovsdb-server process
   run_sb_ovsdb                run ovn southbound db ovsdb-server process