commit | 2c943f05e02d2ce056cc094dc64b01aaa58c0ee2 | [log] [tgz] |
---|---|---|
author | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Tue Mar 08 05:48:45 2022 -0600 |
committer | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Thu Apr 27 09:09:00 2023 -0500 |
tree | 4f506cf15635abfc3d927749f014f974d1cba25b | |
parent | 9a860d6b025eab7c86abba922f9d177feff58806 [diff] |
OpenPOWER: Do not remove InProgress system dump entrty during mp reboot When the system dump is initiated by user a system dump entry will be created with status as in progress. During a power off all the entries of dumps stored in the host memory needs to be removed except the entry created for the system dump which causes the memory preserving reboot. Tests: Manually initiate a system dump and make sure dump is completed with same dump path as returned during the create command. Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: Ib75353b6d359b0af85cd2365da91dd5a673e92c6
Phosphor Debug Collector provides mechanisms to collect various log files and system parameters. Used to troubleshoot problems in OpenBMC based systems.
One such mechanism is dreport, a script that collects debug data and packages it into an archive file.
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