Skip to content

Commit cd2d17f

Browse files
snider-nokiamssonicbld
authored andcommitted
[Nokia-IXR7250E][Devicedata] Update the device data for Nokia IXR7250E platform (thermal logging thresholds) (sonic-net#18063)
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.
1 parent 37af570 commit cd2d17f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

device/nokia/x86_64-nokia_ixr7250e_36x400g-r0/platform_ndk.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@
5050
},
5151
{
5252
"key": "thermal_log_current_threshold",
53-
"intval": 2
53+
"intval": 5
5454
},
5555
{
5656
"key": "thermal_log_margin_threshold",
57-
"intval": 2
57+
"intval": 5
5858
},
5959
{
6060
"key": "thermal_log_min_threshold",

device/nokia/x86_64-nokia_ixr7250e_sup-r0/platform_ndk.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@
3838
},
3939
{
4040
"key": "thermal_log_current_threshold",
41-
"intval": 3
41+
"intval": 5
4242
},
4343
{
4444
"key": "thermal_log_margin_threshold",
45-
"intval": 3
45+
"intval": 5
4646
},
4747
{
4848
"key": "thermal_log_min_threshold",

0 commit comments

Comments
 (0)