Skip to content

Commit

Permalink
[minigraph] Donot enable PFC watchdog for MgmtTsToR (#1734)
Browse files Browse the repository at this point in the history
Signed-off-by: Jing Kan jika@microsoft.com
  • Loading branch information
Blueve authored Aug 6, 2021
1 parent b540f5f commit 4b88e0e
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 @@ -1441,7 +1441,7 @@ def load_minigraph(db, no_service_restart):

# get the device type
device_type = _get_device_type()
if device_type != 'MgmtToRRouter' and device_type != 'EPMS':
if device_type != 'MgmtToRRouter' and device_type != 'MgmtTsToR' and device_type != 'EPMS':
clicommon.run_command("pfcwd start_default", display_cmd=True)

# Update SONiC environmnet file
Expand Down

0 comments on commit 4b88e0e

Please sign in to comment.