From 053978934eee34aa4c20e18d5244c480f6c97f61 Mon Sep 17 00:00:00 2001 From: Sumukha Tumkur Vani Date: Thu, 8 Apr 2021 23:54:48 -0700 Subject: [PATCH] [load_minigraph]: Avoid starting PFCWD for EPMS devicetype (#1552) --- config/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/main.py b/config/main.py index 18eda659d957..e5a3cf6d0fa4 100644 --- a/config/main.py +++ b/config/main.py @@ -1186,7 +1186,7 @@ def load_minigraph(db, no_service_restart): # get the device type device_type = _get_device_type() - if device_type != 'MgmtToRRouter': + if device_type != 'MgmtToRRouter' and device_type != 'EPMS': clicommon.run_command("pfcwd start_default", display_cmd=True) # Update SONiC environmnet file