Skip to content

Commit

Permalink
set default ovn north n-thread to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
bobz965 committed Aug 22, 2023
1 parent 78ba450 commit 53239f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dist/images/start-db.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ DEBUG_OPT="--ovn-northd-wrapper=$DEBUG_WRAPPER --ovsdb-nb-wrapper=$DEBUG_WRAPPER

echo "PROBE_INTERVAL is set to $PROBE_INTERVAL"
echo "OVN_LEADER_PROBE_INTERVAL is set to $OVN_LEADER_PROBE_INTERVAL"
# check $OVN_NORTHD_N_THREADS it empty
if [ -z "$OVN_NORTHD_N_THREADS" ]; then
OVN_NORTHD_N_THREADS=1
fi
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
Expand Down

0 comments on commit 53239f9

Please sign in to comment.