[BFN] Stop PMON before swss during warm reboot (#12658)
Why I did it Stopping of pmon after swss and syncd causes some ERROR logs in syslog. Also, this affects teamd downtime. How I did it Adjust warmboot shutdown order in make file How to verify it Build SONiC image, deploy to the target device and check /etc/sonic/warm-reboot_order content. lldp mux nat radv sflow bgp pmon swss teamd syncd
This commit is contained in:
parent
5aa03246fc
commit
f97cf579d2
@ -37,7 +37,7 @@ $(DOCKER_PLATFORM_MONITOR)_LOAD_DOCKERS = $(DOCKER_CONFIG_ENGINE_BULLSEYE)
|
|||||||
$(DOCKER_PLATFORM_MONITOR)_VERSION = 1.0.0
|
$(DOCKER_PLATFORM_MONITOR)_VERSION = 1.0.0
|
||||||
$(DOCKER_PLATFORM_MONITOR)_PACKAGE_NAME = pmon
|
$(DOCKER_PLATFORM_MONITOR)_PACKAGE_NAME = pmon
|
||||||
|
|
||||||
ifeq ($(CONFIGURED_PLATFORM),mellanox)
|
ifeq ($(CONFIGURED_PLATFORM),$(filter $(CONFIGURED_PLATFORM),mellanox barefoot))
|
||||||
$(DOCKER_PLATFORM_MONITOR)_WARM_SHUTDOWN_BEFORE = swss
|
$(DOCKER_PLATFORM_MONITOR)_WARM_SHUTDOWN_BEFORE = swss
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user