commit | 570bc137fe1a20f72b00f6fdb0390451a01612a8 | [log] [tgz] |
---|---|---|
author | Matthew Barth <msbarth@us.ibm.com> | Wed Feb 28 09:31:37 2018 -0600 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Thu Mar 01 14:24:34 2018 +0000 |
tree | b5cce13a23eeaf2894fa5b023bd31a7c4b81bdbe | |
parent | 45404ebb2d53dc0aefa1bdbdc76b077636a55a73 [diff] |
wspoon: Revert fan watchdog timeout An increase to the fan watchdog timeout was done to mediate a BMC performmance issue, which has now been resolved, so reducing the fan watchdog timeout. The timeout should be set to 5 seconds (instead of originally 3 seconds) to functionally align with the 5 second timer that fan control uses in adjusting fan speeds. The fan watchdog timeout increase was done under: https://gerrit.openbmc-project.xyz/#/c/8398/ The performance issue with the OCC patches: http://patchwork.ozlabs.org/project/openbmc/list/ (Series = Locking fixes for FSI, SBEFIFO, OCC) Tested: The fan-watchdog.conf file in BMC image contains 5 second timeout Change-Id: I1f99cf33ce3f17b291bf0997f792e2409ec5fb2b Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-fan-watchdog/obmc/witherspoon-fan-watchdog/fan-watchdog.conf b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-fan-watchdog/obmc/witherspoon-fan-watchdog/fan-watchdog.conf index c8bc2fa..ce7824c 100644 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-fan-watchdog/obmc/witherspoon-fan-watchdog/fan-watchdog.conf +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-fan-watchdog/obmc/witherspoon-fan-watchdog/fan-watchdog.conf
@@ -1,3 +1,3 @@ -TIMEOUT=10 +TIMEOUT=5 INTERVAL=1 DEVICE=/dev/watchdog0