Skip to content

Commit

Permalink
[thermalctld] Enlarge startretries value to avoid thermalctld not abl…
Browse files Browse the repository at this point in the history
…e to restart during regression test (sonic-net#5633)

Increase startretires value from default of 10 to 50 to prevent supervisor from placing thermalctld in FATAL state during regression testing. Also ensures supervisord tries hard to get thermalctld running in production, as thermalctld is critical to prevent device from overheating.
  • Loading branch information
Junchao-Mellanox authored and santhosh-kt committed Feb 25, 2021
1 parent 342178e commit a7bf5f4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ autorestart=unexpected
stdout_logfile=syslog
stderr_logfile=syslog
startsecs=10
startretries=50
dependent_startup=true
dependent_startup_wait_for=start:exited
{% endif %}
Expand Down

0 comments on commit a7bf5f4

Please sign in to comment.