commit | b116bbb0f11dfe2c39a6c63e4ae96c3cc1c6f896 | [log] [tgz] |
---|---|---|
author | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Thu Feb 24 06:09:37 2022 -0600 |
committer | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Wed Oct 12 05:40:48 2022 -0500 |
tree | d355ea629bf29deef5f371be55a7d1d27eb49b52 | |
parent | 9f5573683be9dd78ad2be3cb163f46dba7d586d8 [diff] |
OpenPOWER: Do not delete dump entries during mp reboot The dump entries for the dumps stored in the host memory should not be deleted during a memory preserved reboot. There is a file created during memory preserved reboot this service will not be active if the file is present Additional change to make sure the file which indicates memory preserving ipl is already created https://gerrit.openbmc-project.xyz/c/openbmc/openpower-proc-control/+/51515 Tests: During memory preserving reboot: Feb 24 11:38:53 systemd[1]: Finished Start memory preserving reboot host0. Feb 24 11:38:53 systemd[1]: Condition check resulted in Remove host dump entries during poweroff being skipped. In normal poweroff Feb 24 11:52:08 ever6bmc systemd[1]: Reached target Stop Host0 (Pre). Feb 24 11:52:08 ever6bmc systemd[1]: Starting Remove host dump entries during poweroff... Feb 24 11:52:08 ever6bmc systemd[1]: Starting Stop instructions for host0... Feb 24 11:52:08 ever6bmc phosphor-dump-manager[496]: System dump delete id(3) srcdumpid(2) Feb 24 11:52:08 ever6bmc phosphor-dump-manager[496]: System dump entry with id(3) is deleted Feb 24 11:52:08 ever6bmc systemd[1]: Finished Remove host dump entries during poweroff. Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: Ic4269ee3322c4b8b77ea072a97e325895feed20f
Phosphor Debug Collector provides mechanisms to collect various log files and system parameters. Used to troubleshoot problems in OpenBMC based systems.
To build this package with meson, do the following steps:
1. meson builddir 2. ninja -C builddir
To clean the built files run ninja -C builddir clean
.
Tests can be run in the CI docker container, refer local-ci-build
or with an OpenBMC x86 sdk(see below for x86 steps).
meson -Dtests=enabled build ninja -C build test