From c200a2a464d5a49cd549247c890b290c195fbeef Mon Sep 17 00:00:00 2001 From: Stepan Blyshchak <38952541+stepanblyschak@users.noreply.github.com> Date: Wed, 7 Jul 2021 14:48:29 +0300 Subject: [PATCH] [docker-teamd]: Increase teammgrd timeout to allow graceful shutdown. (#7662) (#8045) NOTE: This is cherry-pick from 1911/2012 to master. - Why I did it To fix LAG IP configuration race - How I did it Extended timeout for teammgrd - How to verify it Add >80 router LAGs. Do config reload Signed-off-by: Nazarii Hnydyn --- dockers/docker-teamd/supervisord.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/dockers/docker-teamd/supervisord.conf b/dockers/docker-teamd/supervisord.conf index 1c0d498c10..db6a8cfb9a 100644 --- a/dockers/docker-teamd/supervisord.conf +++ b/dockers/docker-teamd/supervisord.conf @@ -44,6 +44,7 @@ command=/usr/bin/teammgrd priority=3 autostart=false autorestart=false +stopwaitsecs=60 stdout_logfile=syslog stderr_logfile=syslog dependent_startup=true