Skip to content

Commit

Permalink
[load_minigraph]: Avoid starting PFCWD for EPMS devicetype (#1552)
Browse files Browse the repository at this point in the history
  • Loading branch information
sumukhatv committed Apr 9, 2021
1 parent 030293c commit 0539789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0539789

Please sign in to comment.