commit | b1e38df61466774addc13177c20397a113917679 | [log] [tgz] |
---|---|---|
author | Matthew Barth <msbarth@us.ibm.com> | Tue Oct 17 09:53:47 2017 -0500 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed Oct 25 00:34:56 2017 +0000 |
tree | d4bffb4c2e7ce48eb840ee90fd4ea0d1968782bf | |
parent | b658b96f8a62b9ac3fdfe90ef47fa1b4e29d316b [diff] |
wspoon: Update fan/thermal shutdown target A chassis hard poweroff should be used when too many cores are overtemp and when not enough fans are found functional or present. Change-Id: Ic472e2e7c2e0a49c0bf1869924491e743e3ed24d Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
diff --git a/meta-witherspoon/recipes-phosphor/fans/witherspoon-fan-policy/air-cooled.yaml b/meta-witherspoon/recipes-phosphor/fans/witherspoon-fan-policy/air-cooled.yaml index 95323fe..99745a6 100644 --- a/meta-witherspoon/recipes-phosphor/fans/witherspoon-fan-policy/air-cooled.yaml +++ b/meta-witherspoon/recipes-phosphor/fans/witherspoon-fan-policy/air-cooled.yaml
@@ -371,7 +371,7 @@ interface: org.freedesktop.systemd1.Manager method: StartUnit args: - - value: obmc-host-shutdown@0.target + - value: obmc-chassis-hard-poweroff@0.target type: string - value: replace type: string
diff --git a/meta-witherspoon/recipes-phosphor/fans/witherspoon-fan-policy/water-cooled.yaml b/meta-witherspoon/recipes-phosphor/fans/witherspoon-fan-policy/water-cooled.yaml index d8ad867..7c06792 100644 --- a/meta-witherspoon/recipes-phosphor/fans/witherspoon-fan-policy/water-cooled.yaml +++ b/meta-witherspoon/recipes-phosphor/fans/witherspoon-fan-policy/water-cooled.yaml
@@ -333,7 +333,7 @@ interface: org.freedesktop.systemd1.Manager method: StartUnit args: - - value: obmc-host-shutdown@0.target + - value: obmc-chassis-hard-poweroff@0.target type: string - value: replace type: string
diff --git a/meta-witherspoon/recipes-phosphor/fans/witherspoon-thermal-policy/thermal-policy.yaml b/meta-witherspoon/recipes-phosphor/fans/witherspoon-thermal-policy/thermal-policy.yaml index f4419e0..81f93d1 100644 --- a/meta-witherspoon/recipes-phosphor/fans/witherspoon-thermal-policy/thermal-policy.yaml +++ b/meta-witherspoon/recipes-phosphor/fans/witherspoon-thermal-policy/thermal-policy.yaml
@@ -162,7 +162,7 @@ interface: org.freedesktop.systemd1.Manager method: StartUnit args: - - value: obmc-host-shutdown@0.target + - value: obmc-chassis-hard-poweroff@0.target type: string - value: replace type: string