commit | 6f5102fa5e2adc8451aa81ad08309f08fbf131b4 | [log] [tgz] |
---|---|---|
author | Andrew Geissler <geissonator@yahoo.com> | Thu Apr 09 16:18:53 2020 -0500 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Tue Apr 14 13:41:40 2020 +0000 |
tree | f0553945b3441673009148630b20b7680cb92ed8 | |
parent | f0497ff5675e265fa0201d0cf06b0552a720e227 [diff] |
new setting to quiesce system on hw errors See the following design doc for more info: https://github.com/openbmc/docs/blob/master/designs/fail-boot-on-hw-error.md The new D-Bus interface is defined here: https://github.com/openbmc/phosphor-dbus-interfaces/blob/master/xyz/openbmc_project/Logging/Settings.interface.yaml Change-Id: I0454312449d3c3d5b3bed73ce1626db98749999a Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
diff --git a/recipes-phosphor/settings/phosphor-settings-defaults/defaults.yaml b/recipes-phosphor/settings/phosphor-settings-defaults/defaults.yaml index d75333e..3541fdb 100644 --- a/recipes-phosphor/settings/phosphor-settings-defaults/defaults.yaml +++ b/recipes-phosphor/settings/phosphor-settings-defaults/defaults.yaml
@@ -128,6 +128,12 @@ Enabled: Default: 'false' +/xyz/openbmc_project/logging/settings: + - Interface: xyz.openbmc_project.Logging.Settings + Properties: + QuiesceOnHwError: + Default: 'false' + /xyz/openbmc_project/software/apply_time: - Interface: xyz.openbmc_project.Software.ApplyTime Properties: