Stop PMON before swss during warm reboot (#10046)
- Why I did it Stopping swss and syncd causes some driver module unloading. Those driver modules are depended by PMON. This could trigger ERROR logs in syslog. - How I did it Adjust warmboot shutdown order in make file - How to verify it Manual test
This commit is contained in:
parent
74c49a7682
commit
bc9b39a2fe
@ -47,6 +47,10 @@ $(DOCKER_PLATFORM_MONITOR)_LOAD_DOCKERS = $(DOCKER_CONFIG_ENGINE_BUSTER)
|
||||
$(DOCKER_PLATFORM_MONITOR)_VERSION = 1.0.0
|
||||
$(DOCKER_PLATFORM_MONITOR)_PACKAGE_NAME = pmon
|
||||
|
||||
ifeq ($(CONFIGURED_PLATFORM),mellanox)
|
||||
$(DOCKER_PLATFORM_MONITOR)_WARM_SHUTDOWN_BEFORE = swss
|
||||
endif
|
||||
|
||||
SONIC_DOCKER_IMAGES += $(DOCKER_PLATFORM_MONITOR)
|
||||
SONIC_INSTALL_DOCKER_IMAGES += $(DOCKER_PLATFORM_MONITOR)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user