From 22ad7ae8821aa37ac0038bc2b740fc1e702e90a8 Mon Sep 17 00:00:00 2001 From: bobz965 Date: Tue, 22 Aug 2023 17:24:36 +0800 Subject: [PATCH] set default ovn north n-thread to 1 Signed-off-by: bobz965 --- dist/images/start-db.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dist/images/start-db.sh b/dist/images/start-db.sh index 99e6d399b9e..4dc3dc38013 100755 --- a/dist/images/start-db.sh +++ b/dist/images/start-db.sh @@ -2,11 +2,13 @@ set -eo pipefail DEBUG_WRAPPER=${DEBUG_WRAPPER:-} +OVN_NORTHD_N_THREADS=${OVN_NORTHD_N_THREADS:-1} DEBUG_OPT="--ovn-northd-wrapper=$DEBUG_WRAPPER --ovsdb-nb-wrapper=$DEBUG_WRAPPER --ovsdb-sb-wrapper=$DEBUG_WRAPPER" echo "PROBE_INTERVAL is set to $PROBE_INTERVAL" echo "OVN_LEADER_PROBE_INTERVAL is set to $OVN_LEADER_PROBE_INTERVAL" echo "OVN_NORTHD_N_THREADS is set to $OVN_NORTHD_N_THREADS" + # https://bugs.launchpad.net/neutron/+bug/1776778 if grep -q "3.10.0-862" /proc/version then