From f3d79c29f610b54a0784c7ec6461d183fd2ca520 Mon Sep 17 00:00:00 2001 From: Peter Bailey Date: Fri, 6 Dec 2024 13:37:35 -0800 Subject: [PATCH] Enable SFF Manger on Arista linecards by default (#20886) SFF Manager in xcvrd needs to run to take non-cmis transceivers out of lpmode as part of the fix for these transceivers remaining in down state. --- .../x86_64-arista_common/pmon_daemon_control_linecard.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/device/arista/x86_64-arista_common/pmon_daemon_control_linecard.json b/device/arista/x86_64-arista_common/pmon_daemon_control_linecard.json index e31cf596f38..a5d08afdc36 100644 --- a/device/arista/x86_64-arista_common/pmon_daemon_control_linecard.json +++ b/device/arista/x86_64-arista_common/pmon_daemon_control_linecard.json @@ -1,5 +1,6 @@ { "skip_fancontrol": true, - "skip_pcied": true + "skip_pcied": true, + "enable_xcvrd_sff_mgr": true }