From 91685cdd1859118de54af54206ca088bb0eb08af Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Thu, 17 Dec 2020 14:23:10 -0600 Subject: remove quiesce target from crash The host crash and quiesce design is being refactored a bit to allow for a more generic implementation. For example, in some cases it's desired to go from the crash to diagnostic to quiesce targets vs. directly from crash to quiesce as done now. Leave it to the system policy recipes to set these targets relationships as they see fit. Tested: - Verified with all commits in this Topic that the witherspoon system has the same service layout as before and the rainier system has the new layout (crash used for mpipl) (From meta-phosphor rev: 3a20d587cb274756624214a0ee6a9e1d94142bc9) Signed-off-by: Andrew Geissler Change-Id: I8f1b003a19de9d6dcefa5bd05a46316635f2c985 Signed-off-by: Andrew Geissler --- meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb b/meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb index 4a1854e72..580cf433d 100644 --- a/meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb +++ b/meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb @@ -148,7 +148,7 @@ HOST_LINK_ACTION_FMT = "${HOST_ACTION_FMT}:obmc-host-{0}@{1}.target" FAN_LINK_FMT = "obmc-fan-control-ready@.target:obmc-fan-control-ready@{0}.target" # Targets to be executed on checkstop and watchdog timeout -HOST_ERROR_TARGETS = "crash timeout" +HOST_ERROR_TARGETS = "timeout" QUIESCE_TMPL = "obmc-host-quiesce@.target" CRASH_TIMEOUT_TGTFMT = "obmc-host-{0}@{1}.target" -- cgit v1.2.3