Skip to content

Commit 1a9d997

Browse files
author
Andriy Kokhan
committed
[BFN] Stop PMON before swss during warm reboot
Signed-off-by: Andriy Kokhan <andriyx.kokhan@intel.com>
1 parent 7c746e6 commit 1a9d997

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rules/docker-platform-monitor.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ $(DOCKER_PLATFORM_MONITOR)_LOAD_DOCKERS = $(DOCKER_CONFIG_ENGINE_BULLSEYE)
3737
$(DOCKER_PLATFORM_MONITOR)_VERSION = 1.0.0
3838
$(DOCKER_PLATFORM_MONITOR)_PACKAGE_NAME = pmon
3939

40-
ifeq ($(CONFIGURED_PLATFORM),mellanox)
40+
ifeq ($(CONFIGURED_PLATFORM),$(filter $(CONFIGURED_PLATFORM),mellanox barefoot))
4141
$(DOCKER_PLATFORM_MONITOR)_WARM_SHUTDOWN_BEFORE = swss
4242
endif
4343

0 commit comments

Comments
 (0)