commit | 001b8facfd1838104cf29014393b75a65daec7d0 | [log] [tgz] |
---|---|---|
author | Gunnar Mills <gmills@us.ibm.com> | Tue Sep 12 14:30:06 2017 -0500 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed Sep 27 01:16:35 2017 +0000 |
tree | d204d08a1f375780f6bb2511170eaed250ed5736 | |
parent | 45bc2b0fb2aec7cb0b92f8ff702918a4fe19f023 [diff] |
Create SystemShutdown error log on core overtemp Create a SystemShutdown error log when 3 cores are over 115C. Resolves openbmc/openbmc#2190 Change-Id: If8e9241cfd0aec8ac84f6d8ca77d628a89c24442 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-thermal-policy/thermal-policy.yaml b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-thermal-policy/thermal-policy.yaml index 84b6b9a..f4419e0 100644 --- a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-thermal-policy/thermal-policy.yaml +++ b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-thermal-policy/thermal-policy.yaml
@@ -150,6 +150,7 @@ - shutdown - log - create criticalhigh error + - create shutdown error - name: shutdown description: > @@ -188,3 +189,12 @@ - name: xyz::openbmc_project::Sensor::Threshold::CriticalHigh::SENSOR_TYPE value: temperature type: string + +- name: create shutdown error + description: > + 'Create a SystemShutdown Error log.' + class: callback + callback: elog + paths: core sensors + properties: core temp + error: xyz::openbmc_project::State::Shutdown::ThermalEvent::Error::Processor