Searched hist:"84 b3b29efa2ba08b558f3b86d13df60f037663b2" (Results 1 – 1 of 1) sorted by relevance
/openbmc/phosphor-state-manager/ |
H A D | obmcutil | 84b3b29efa2ba08b558f3b86d13df60f037663b2 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>
|