From 4b88e0eaae942c1cde32953f3814d438b35c234b Mon Sep 17 00:00:00 2001 From: Blueve <672454911@qq.com> Date: Fri, 6 Aug 2021 12:34:36 +0800 Subject: [PATCH] [minigraph] Donot enable PFC watchdog for MgmtTsToR (#1734) Signed-off-by: Jing Kan jika@microsoft.com --- config/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/main.py b/config/main.py index 6c7547a5ee13..ebec8bd1f6d4 100644 --- a/config/main.py +++ b/config/main.py @@ -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