Skip to content

Commit a5b5285

Browse files
sumukhatvdaall
authored andcommitted
[load_minigraph]: Avoid starting PFCWD for EPMS devicetype (sonic-net#1552)
1 parent 7216085 commit a5b5285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1187,7 +1187,7 @@ def load_minigraph(db, no_service_restart):
11871187

11881188
# get the device type
11891189
device_type = _get_device_type()
1190-
if device_type != 'MgmtToRRouter':
1190+
if device_type != 'MgmtToRRouter' and device_type != 'EPMS':
11911191
clicommon.run_command("pfcwd start_default", display_cmd=True)
11921192

11931193
# Update SONiC environmnet file

0 commit comments

Comments
 (0)