[pfcwd]: Do not start pfc watchdog on Management Tor (#3719)
Signed-off-by: Neetha John <nejo@microsoft.com>
This commit is contained in:
parent
9167f9da46
commit
6d23e4c8d7
@ -15,7 +15,10 @@ reload_minigraph()
|
||||
acl-loader update full /etc/sonic/acl.json
|
||||
fi
|
||||
config qos reload
|
||||
pfcwd start_default
|
||||
DEVICE_TYPE=`sonic-cfggen -m -v DEVICE_METADATA.localhost.type`
|
||||
if [ "${DEVICE_TYPE}" != "MgmtToRRouter" ]; then
|
||||
pfcwd start_default
|
||||
fi
|
||||
|
||||
if [[ -x /usr/bin/db_migrator.py ]]; then
|
||||
# Set latest version number
|
||||
|
Loading…
Reference in New Issue
Block a user