commit | a8c1cf5009dce03d31168b8cd17fd9b1052ead25 | [log] [tgz] |
---|---|---|
author | Matt Spinler <spinler@us.ibm.com> | Thu Jan 04 16:47:30 2024 -0600 |
committer | Matt Spinler <spinler@us.ibm.com> | Fri Jan 05 08:23:15 2024 -0600 |
tree | 456721f95a196b0a5404b8fd55039f7c42535f40 | |
parent | 7fa4d16e61d5d47b465b749a94724b8823e61f78 [diff] [blame] |
control:config:ibm: Use count_state_floor delay Add a 5 second delay to the count_state_floor action that watches for non functional sensors to all IBM configurations. With this change, a sensor has to be nonfunctional for at least 5 seconds for the floor to change. This is being done because the NVMe temperature sensors would briefly be set to nonfunctional when a drive is removed. Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I6fa70f2551c11b2cfe8ee4696b6d72d57a3a7bd5
diff --git a/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier1S4U/events.json b/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier1S4U/events.json index 73cfa0d..ef2e893 100644 --- a/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier1S4U/events.json +++ b/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier1S4U/events.json
@@ -314,6 +314,7 @@ "name": "count_state_floor", "count": 1, "state": false, + "delay": 5, "floor": 10400 } ]