Skip to content

Commit

Permalink
fix: add inactivity_probe back
Browse files Browse the repository at this point in the history
(cherry picked from commit d196858)
  • Loading branch information
oilbeater committed Mar 11, 2020
1 parent bad0c43 commit 63f05e5
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 @@ -62,6 +62,10 @@ else
--ovn-northd-nb-db=$(gen_conn_str 6641) \
--ovn-northd-sb-db=$(gen_conn_str 6642) \
start_northd
ovn-nbctl set-connection ptcp:"${DB_NB_PORT}":0.0.0.0
ovn-nbctl set Connection . inactivity_probe=0
ovn-sbctl set-connection ptcp:"${DB_SB_PORT}":0.0.0.0
ovn-sbctl set Connection . inactivity_probe=0
else
while ! nc -z "${nb_leader_ip}" "${DB_NB_PORT}" >/dev/null;
do
Expand Down

0 comments on commit 63f05e5

Please sign in to comment.