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

Moshe Levi moshele at mellanox.com
Tue Feb 26 07:13:16 UTC 2019


Change-Id: I59603383804b57d80334abaea0a25dd9755d47dc
Signed-off-by: Moshe Levi <moshele at mellanox.com>
---
 ovn/utilities/ovn-ctl |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

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
 
-- 
1.7.1



More information about the dev mailing list