]> git.proxmox.com Git - ovs.git/commit
ovn-ctl: Add commands to manage OVN DB ovsdb-servers individually
authorNuman Siddique <nusiddiq@redhat.com>
Thu, 25 May 2017 08:55:51 +0000 (14:25 +0530)
committerAndy Zhou <azhou@ovn.org>
Fri, 26 May 2017 18:02:06 +0000 (11:02 -0700)
commit4b5fa1e72b25b96771d580abe44e29126da05a79
tree0cb42ae5e3fdab832a297966ea16c7b3f4797afd
parentc89957611f1244f653d36d2156131c3187934d81
ovn-ctl: Add commands to manage OVN DB ovsdb-servers individually

This patch adds the following functions
  - start_nb_ovsdb, stop_nb_ovsdb, restart_nb_ovsdb to start, stop and
    restart the OVN NB DB ovsdb-server independently.
  - start_sb_ovsdb, stop_sb_ovsdb, restart_sb_ovsdb to start, stop and
    restart the OVN SB DB ovsdb-server independently.

These commands can be used to run ovsdb-server for each DB in a separate
container.

Signed-off-by: Numan Siddique <nusiddiq@redhat.com>
Signed-off-by: Andy Zhou <azhou@ovn.org>
ovn/utilities/ovn-ctl