commit | d81675e9acd602891a4d288b9ee06707f63d38fd | [log] [tgz] |
---|---|---|
author | Matthew Barth <msbarth@us.ibm.com> | Mon Nov 20 14:17:21 2017 -0600 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed Nov 29 14:18:22 2017 +0000 |
tree | cd5ba26d32d9b3347de76ca793a80c5f2366d8d5 | |
parent | 4f3e141d052b4094062c8a8cc9a2729830d11643 [diff] |
wspoon: Hard poweroff on fan fails/missing Perform a hard power off when the defined number of fans are nonfunctional or not present. Change-Id: I592470dfa96e7a9cd3183f1bac39fa7693269972 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 557018d..449a77d 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
@@ -212,7 +212,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 99e31ce..92d7325 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
@@ -210,7 +210,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