From d73b8aeac9f0288b7cead0b26dd49c863711025e Mon Sep 17 00:00:00 2001 From: snider Date: Tue, 25 Nov 2025 13:26:36 -0500 Subject: [PATCH] reduce chassis thermal subsystem default low margin logging threshold to minimize chatter (cherry picked from commit e20052a3644b304445d24cdac88ce6c05c3fc916) --- device/nokia/x86_64-nokia_ixr7250e_36x400g-r0/platform_ndk.json | 2 +- device/nokia/x86_64-nokia_ixr7250e_sup-r0/platform_ndk.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/device/nokia/x86_64-nokia_ixr7250e_36x400g-r0/platform_ndk.json b/device/nokia/x86_64-nokia_ixr7250e_36x400g-r0/platform_ndk.json index 1ff090c31f..baa4b12a3a 100644 --- a/device/nokia/x86_64-nokia_ixr7250e_36x400g-r0/platform_ndk.json +++ b/device/nokia/x86_64-nokia_ixr7250e_36x400g-r0/platform_ndk.json @@ -42,7 +42,7 @@ }, { "key": "thermal_low_margin_threshold", - "intval": 10 + "intval": 1 }, { "key": "thermal_log_current_threshold", diff --git a/device/nokia/x86_64-nokia_ixr7250e_sup-r0/platform_ndk.json b/device/nokia/x86_64-nokia_ixr7250e_sup-r0/platform_ndk.json index bf7f1ed574..8fa52d68ad 100644 --- a/device/nokia/x86_64-nokia_ixr7250e_sup-r0/platform_ndk.json +++ b/device/nokia/x86_64-nokia_ixr7250e_sup-r0/platform_ndk.json @@ -34,7 +34,7 @@ }, { "key": "thermal_low_margin_threshold", - "intval": 10 + "intval": 1 }, { "key": "thermal_log_current_threshold",