Skip to content

Commit

Permalink
[Mellanox][Smartswitch] Fix chassisd issue for specific SKU (#21734)
Browse files Browse the repository at this point in the history
[Mellanox][Smartswitch] Fix chassisd issue for specific SKU
  • Loading branch information
gpunathilell authored Feb 13, 2025
1 parent 611de50 commit c208b9e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"skip_fancontrol": true,
"delay_xcvrd": true,
"skip_xcvrd_cmis_mgr": true,
"delay_non_critical_daemon": true,
"skip_chassisd": true
"delay_non_critical_daemon": true
}

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"skip_ledd": true,
"skip_fancontrol": true,
"delay_xcvrd": false,
"skip_xcvrd_cmis_mgr": false,
"skip_chassisd": true
}

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"skip_ledd": true,
"skip_fancontrol": true,
"delay_xcvrd": true,
"skip_xcvrd_cmis_mgr": true,
"delay_non_critical_daemon": true,
"skip_chassisd": true
}

0 comments on commit c208b9e

Please sign in to comment.