[ovs-dev] [PATCH v9 0/1] Separating OVN NB and SB database processes

Ryan Moats rmoats at us.ibm.com
Wed Mar 2 21:21:18 UTC 2016


From: RYAN D. MOATS <rmoats at us.ibm.com>

V6->v7
Split out NB and SB ovsdb process logfiles as separate arguments
to avoid ugly quoting issues when trying to install via debian
packages.

v7->v8
Fixed typo introduced in ovn-ctl

v8->v9
Update debian/ovn-central.init script to ensure that stopping
ovn-central will stop both ovn-northd and the ovsdb-server
processes serving the ovn nb and sb databases.

RYAN D. MOATS (1):
  Separating OVN NB and SB database processes

 debian/ovn-central.init      |    8 ++-
 ovn/northd/ovn-northd.c      |   33 ++++++---
 ovn/utilities/ovn-ctl        |  173 +++++++++++++++++++++++++++++++++---------
 ovn/utilities/ovn-nbctl.c    |    2 +-
 ovn/utilities/ovn-sbctl.c    |    3 +-
 tests/ovn-controller-vtep.at |  145 ++++++++++++++++++-----------------
 tests/ovn-nbctl.at           |    2 +-
 tests/ovn-sbctl.at           |   12 ++-
 8 files changed, 252 insertions(+), 126 deletions(-)




More information about the dev mailing list