commit | 3a25e5b2f8a78edd3543ebdaa17389edfe67007d | [log] [tgz] |
---|---|---|
author | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Tue Mar 22 08:06:20 2022 -0500 |
committer | Jayanth Othayoth <ojayanth@gmail.com> | Tue Jun 27 02:51:38 2023 +0000 |
tree | 3280f0cb4ca88a9e86b344cd2ebd4ec00e87c0a4 | |
parent | c04e0e0a7022ac8cfdf3c820e59c71c71a5676d8 [diff] |
OpenPOWER: Allow initiating mp reboot dump in quiesced state When system dumps are disabled, a system dump collection request will end up in quiesced state. A memory preserving reboot from that state can get the failed data from the host. So enabling the mp reboot dump collection from quiesced state. Test: Disable dump Inject error in host to move to quiesced state Start mp reboot Dump should be generated Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: I9f444752b321f1ab47b99e5b8ac32c79182d6453
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