Skip to content

Commit

Permalink
[Nokia-IXR7250E][Devicedata] Update the device data for Nokia IXR7250…
Browse files Browse the repository at this point in the history
…E platform (thermal logging thresholds) (#18063) (#18171)

These changes adjust Nokia IXR7250 thermal sensor logging thresholds.

Why I did it
To modify the thermal sensor logging thresholds used on LC and Supervisor.

How I did it
Modified the JSON based thermal logging thresholds used to determine when to log current high sensor temperature and hottest sensor margin fluctuations.

How to verify it
Verify that syslog messages indicating current (high) temperature and margin values are only logged when these respective values fluctuate by at least 5 degrees.

Co-authored-by: snider-nokia <76123698+snider-nokia@users.noreply.github.com>
  • Loading branch information
mssonicbld and snider-nokia authored Feb 25, 2024
1 parent 9484b7d commit 5fdc7d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@
},
{
"key": "thermal_log_current_threshold",
"intval": 2
"intval": 5
},
{
"key": "thermal_log_margin_threshold",
"intval": 2
"intval": 5
},
{
"key": "thermal_log_min_threshold",
Expand Down
4 changes: 2 additions & 2 deletions device/nokia/x86_64-nokia_ixr7250e_sup-r0/platform_ndk.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
},
{
"key": "thermal_log_current_threshold",
"intval": 3
"intval": 5
},
{
"key": "thermal_log_margin_threshold",
"intval": 3
"intval": 5
},
{
"key": "thermal_log_min_threshold",
Expand Down

0 comments on commit 5fdc7d2

Please sign in to comment.