From 270208bbec792c67fc2b3bb1735a8e6af879ab95 Mon Sep 17 00:00:00 2001 From: Lawrence Lee Date: Fri, 5 Feb 2021 09:19:10 -0800 Subject: [PATCH] [config reload]: Restart mux container (#1401) * Add `mux` to list of services to reset fail counts and restart after config reload Signed-off-by: Lawrence Lee --- config/main.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/main.py b/config/main.py index 3ad1e317a165..7690a20df9a2 100644 --- a/config/main.py +++ b/config/main.py @@ -755,6 +755,7 @@ def _reset_failed_services(config_db): 'hostname-config', 'interfaces-config', 'lldp', + 'mux', 'nat', 'ntp-config', 'pmon', @@ -787,6 +788,7 @@ def _restart_services(config_db): 'ntp-config', 'rsyslog-config', 'swss', + 'mux', 'bgp', 'pmon', 'lldp',