[ovs-dev] [PATCH ovn 2/3] ovn-northd, ovn-northd-ddlog: New --dry-run option.

Dumitru Ceara dceara at redhat.com
Tue Jun 1 15:18:37 UTC 2021


On 5/21/21 1:32 AM, Ben Pfaff wrote:
> By being able to start up ovn-northd-ddlog in a paused state, we can
> produce a recording for use in debugging without having to restart one
> of the real ovn-northd-ddlog processes or disturbing the system.
> 
> Signed-off-by: Ben Pfaff <blp at ovn.org>
> CC: Ihar Hrachyshka <ihrachys at redhat.com>
> ---

This needs a tiny rebase for NEWS and the following incremental due to
recent changes, but otherwise looks good to me.

Acked-by: Dumitru Ceara <dceara at redhat.com>

diff --git a/tests/ovn-northd.at b/tests/ovn-northd.at
index 9b48dbc41..8bd6e48ec 100644
--- a/tests/ovn-northd.at
+++ b/tests/ovn-northd.at
@@ -3555,7 +3555,7 @@ AT_SKIP_IF([test "$HAVE_OPENSSL" = no])
 PKIDIR="$(cd $abs_top_builddir/tests && pwd)"
 AT_SKIP_IF([expr "$PKIDIR" : ".*[      '\"
 \\]"])
-ovn_start --no-backup-northd
+ovn_start --backup-northd=none
 
 as northd
 OVS_APP_EXIT_AND_WAIT([NORTHD_TYPE])



More information about the dev mailing list