This repository has been archived on 2025-03-20. You can view files and clone it, but cannot push or open issues or pull requests.
sonic-buildimage/src/sonic-ctrmgrd
judyjoseph 0c17839908 [teamd]: Increase wait timeout for teamd docker stop to clean Port channels. (#6537)
The Portchannels were not getting cleaned up as the cleanup activity was taking more than 10 secs which is default docker timeout after which a SIGKILL will be send.
Fixes #6199
To check if it works out for this issue in 201911 ? #6503

This issue is significantly seen in master branch compared to 201911 because the Portchannel cleanup takes more time in master. Test on a DUT with 8 Port Channels.

master

    admin@str-s6000-acs-8:~$ time sudo systemctl stop teamd
    real    0m15.599s
    user    0m0.061s
    sys     0m0.038s
Sonic 201911.v58

    admin@str-s6000-acs-8:~$ time sudo systemctl stop teamd
    real    0m5.541s
    user    0m0.020s
    sys     0m0.028s
2021-02-05 16:22:28 -08:00
..
ctrmgr [teamd]: Increase wait timeout for teamd docker stop to clean Port channels. (#6537) 2021-02-05 16:22:28 -08:00
tests First cut image update for kubernetes support. (#5421) 2020-12-22 08:01:33 -08:00
.gitignore First cut image update for kubernetes support. (#5421) 2020-12-22 08:01:33 -08:00
pytest.ini First cut image update for kubernetes support. (#5421) 2020-12-22 08:01:33 -08:00
README.rst First cut image update for kubernetes support. (#5421) 2020-12-22 08:01:33 -08:00
setup.cfg First cut image update for kubernetes support. (#5421) 2020-12-22 08:01:33 -08:00
setup.py First cut image update for kubernetes support. (#5421) 2020-12-22 08:01:33 -08:00

"
This Package contains modules required for remote container management.
"