summaryrefslogtreecommitdiff
path: root/ovn
diff options
context:
space:
mode:
authorMoshe Levi <moshele@mellanox.com>2019-02-26 09:13:16 +0200
committerBen Pfaff <blp@ovn.org>2019-02-26 05:50:40 -0800
commit1951fae633357fbc1ef029347152159207172ba3 (patch)
tree486e619be38329920f2ab2a679478639ef07fe4b /ovn
parent1c8689d78bd263df0d77b6309aa818f93320b04d (diff)
downloadopenvswitch-1951fae633357fbc1ef029347152159207172ba3.tar.gz
ovn: update ovn-ctl usage with status, promote and demote commands
Signed-off-by: Moshe Levi <moshele@mellanox.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'ovn')
-rwxr-xr-xovn/utilities/ovn-ctl8
1 files changed, 8 insertions, 0 deletions
diff --git a/ovn/utilities/ovn-ctl b/ovn/utilities/ovn-ctl
index f1297a262..9e49d1dbd 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