From 2c380d45705f66e06bd3310468bf732a0b3f82c0 Mon Sep 17 00:00:00 2001 From: junchao Date: Fri, 17 Sep 2021 15:58:03 +0800 Subject: [PATCH] [Mellanox] Change thermal recover threshold from temp_trip_norm to temp_trip_high --- platform/mellanox/mlnx-platform-api/sonic_platform/thermal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/mellanox/mlnx-platform-api/sonic_platform/thermal.py b/platform/mellanox/mlnx-platform-api/sonic_platform/thermal.py index 38c66ef45739..d28eabdbe6a4 100644 --- a/platform/mellanox/mlnx-platform-api/sonic_platform/thermal.py +++ b/platform/mellanox/mlnx-platform-api/sonic_platform/thermal.py @@ -46,7 +46,7 @@ THERMAL_ZONE_MODE = "thermal_zone_mode" THERMAL_ZONE_POLICY = "thermal_zone_policy" THERMAL_ZONE_TEMPERATURE = "thermal_zone_temp" -THERMAL_ZONE_NORMAL_TEMPERATURE = "temp_trip_norm" +THERMAL_ZONE_NORMAL_TEMPERATURE = "temp_trip_high" MODULE_TEMPERATURE_FAULT_PATH = "/var/run/hw-management/thermal/module{}_temp_fault"