commit | a91cc8443f1bf3d2603acd473f698547486d8925 | [log] [tgz] |
---|---|---|
author | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Tue Mar 22 08:06:20 2022 -0500 |
committer | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Thu Apr 27 09:09:00 2023 -0500 |
tree | c45b2a15f7eb5ee37dc10c5fb8dad217ad5614ab | |
parent | 2c943f05e02d2ce056cc094dc64b01aaa58c0ee2 [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