Skip to content

Commit

Permalink
[config reload]: Restart mux container (sonic-net#1401)
Browse files Browse the repository at this point in the history
* Add `mux` to list of services to reset fail counts and restart after config reload

Signed-off-by: Lawrence Lee <lawlee@microsoft.com>
  • Loading branch information
theasianpianist committed Feb 5, 2021
1 parent e6cce21 commit 270208b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -755,6 +755,7 @@ def _reset_failed_services(config_db):
'hostname-config',
'interfaces-config',
'lldp',
'mux',
'nat',
'ntp-config',
'pmon',
Expand Down Expand Up @@ -787,6 +788,7 @@ def _restart_services(config_db):
'ntp-config',
'rsyslog-config',
'swss',
'mux',
'bgp',
'pmon',
'lldp',
Expand Down

0 comments on commit 270208b

Please sign in to comment.