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 <[email protected]> > CC: Ihar Hrachyshka <[email protected]> > ---
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 <[email protected]> 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]) _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
