From b2bc90e34b3c20f0b6e0ae8f73ae7dbfa9de6bc2 Mon Sep 17 00:00:00 2001 From: Kebo Liu Date: Thu, 16 Jun 2022 07:33:08 +0800 Subject: [PATCH] add flag skip_xcvrd_cmis_mgr to skip cmis task on Nvidia platform (#11120) Signed-off-by: Kebo Liu --- .../mellanox/x86_64-mlnx_msn2700-r0/pmon_daemon_control.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/device/mellanox/x86_64-mlnx_msn2700-r0/pmon_daemon_control.json b/device/mellanox/x86_64-mlnx_msn2700-r0/pmon_daemon_control.json index 86910af29..dbc19c9ba 100644 --- a/device/mellanox/x86_64-mlnx_msn2700-r0/pmon_daemon_control.json +++ b/device/mellanox/x86_64-mlnx_msn2700-r0/pmon_daemon_control.json @@ -1,6 +1,7 @@ { "skip_ledd": true, "skip_fancontrol": true, - "delay_xcvrd": true + "delay_xcvrd": true, + "skip_xcvrd_cmis_mgr": true }