From 9660f69370a150701dbc7a427e9833d4c6c3e3de Mon Sep 17 00:00:00 2001 From: Matt Spinler Date: Mon, 13 May 2024 08:47:56 -0500 Subject: [PATCH] control:Bonnell: Increase deviation value (#45) Increase Bonnell's lower deviation setting from 18% to 22%. This is necessary because the lower end for the outlet rotors was raised by an earlier commit that modified the factor and offset values so that a different fan type can be supported. Change-Id: Ie68e6f2a60109b566328ab2bac1cdeb029f255b2 Signed-off-by: Matt Spinler --- monitor/config_files/p10bmc/ibm,bonnell/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/monitor/config_files/p10bmc/ibm,bonnell/config.json b/monitor/config_files/p10bmc/ibm,bonnell/config.json index 6d1427c..8900913 100644 --- a/monitor/config_files/p10bmc/ibm,bonnell/config.json +++ b/monitor/config_files/p10bmc/ibm,bonnell/config.json @@ -4,7 +4,7 @@ "inventory": "/system/chassis/motherboard/fan0", "method": "count", "count_interval": 1, - "deviation": 18, + "deviation": 22, "upper_deviation": 40, "num_sensors_nonfunc_for_fan_nonfunc": 0, "monitor_start_delay": 30, @@ -30,7 +30,7 @@ "inventory": "/system/chassis/motherboard/fan1", "method": "count", "count_interval": 1, - "deviation": 18, + "deviation": 22, "upper_deviation": 40, "num_sensors_nonfunc_for_fan_nonfunc": 0, "monitor_start_delay": 30,