Home
last modified time | relevance | path

Searched hist:"84 b3b29e" (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-state-manager/
H A Dobmcutil84b3b29e Mon Nov 04 05:43:19 CST 2019 Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com> Add support to mask and unmask host crash target

When the host crashes, BMC gets to know about that and causes a
transition to Quiesce state as part of executing a target.
Doing so, makes the system move out of fail state.
This patch set masks and unmasks the target on recoveryoff
and recoveryon respectively

Tested:

:/tmp# ./obmcutil recoveryoff
Created symlink /etc/systemd/system/obmc-host-timeout@0.target → /dev/null.
Created symlink /etc/systemd/system/obmc-host-crash@0.target → /dev/null.

:/tmp# ./obmcutil recoveryon
Removed /etc/systemd/system/obmc-host-timeout@0.target.
Removed /etc/systemd/system/obmc-host-crash@0.target.

Change-Id: I49dff827b78a6fc2a35d2dd0d79b5c05c20eb39b
Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>