summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/recipes-phosphor/state
diff options
context:
space:
mode:
authorAndrew Geissler <geissonator@yahoo.com>2019-01-14 15:42:09 -0600
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-01-16 13:18:20 +0000
commitfa46cac0fccd27e4555dd1fe0008f39f0d5a4565 (patch)
tree8a3ab1d50711745b767de6d9da96090bfd984969 /meta-phosphor/recipes-phosphor/state
parente43471e6d9fc22e60cf227b368f5a2db8798d0ae (diff)
downloadtalos-openbmc-fa46cac0fccd27e4555dd1fe0008f39f0d5a4565.tar.gz
talos-openbmc-fa46cac0fccd27e4555dd1fe0008f39f0d5a4565.zip
Ensure host-check runs after ipmid
It has been found that multiple apps implement the /xyz/openbmc_project/control/host0 object path. The host-check service requires the one provided by the xyz.openbmc_project.Control.Host service but the mapper command line currently has no way to differentiate this. Specify explicitly the service required Resolves openbmc/phosphor-state-manager#2 (From meta-phosphor rev: 2d02ee8049f9c6b893435df52817c6ba5dfe8577) Change-Id: Iffb09e3125cf6614cb887d693a9b7812374f4e69 Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/state')
-rw-r--r--meta-phosphor/recipes-phosphor/state/files/phosphor-reset-host-check@.service4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-phosphor/recipes-phosphor/state/files/phosphor-reset-host-check@.service b/meta-phosphor/recipes-phosphor/state/files/phosphor-reset-host-check@.service
index 6062320b2..075ac500b 100644
--- a/meta-phosphor/recipes-phosphor/state/files/phosphor-reset-host-check@.service
+++ b/meta-phosphor/recipes-phosphor/state/files/phosphor-reset-host-check@.service
@@ -1,7 +1,7 @@
[Unit]
Description=Check Host%i status on BMC reset
-Wants=mapper-wait@-xyz-openbmc_project-control-host%i.service
-After=mapper-wait@-xyz-openbmc_project-control-host%i.service
+Wants=phosphor-ipmi-host.service
+After=phosphor-ipmi-host.service
Wants=obmc-host-reset-running@%i.target
Before=obmc-host-reset-running@%i.target
Wants=op-reset-chassis-on@%i.service
OpenPOWER on IntegriCloud