commit | 3d9fddd4e1c70e22ace264afae22929deaffc64c | [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 | 4718b6484c414ee50cd2e6bbb833ef6dd0d7fcd0 | |
parent | 5ed22c529e7d2344665ae66626d562b7a0c2034e [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-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-fan-policy/air-cooled.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-fan-policy/air-cooled.yaml index 95323fe..99745a6 100644 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-fan-policy/air-cooled.yaml +++ b/meta-ibm/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-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-fan-policy/water-cooled.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-fan-policy/water-cooled.yaml index d8ad867..7c06792 100644 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-fan-policy/water-cooled.yaml +++ b/meta-ibm/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-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-thermal-policy/thermal-policy.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-thermal-policy/thermal-policy.yaml index f4419e0..81f93d1 100644 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-thermal-policy/thermal-policy.yaml +++ b/meta-ibm/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