commit | ea632b81bcf03aa623d861ef5af002567cca9e30 | [log] [tgz] |
---|---|---|
author | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Fri May 06 06:51:18 2022 -0500 |
committer | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Mon Jun 26 23:05:03 2023 -0500 |
tree | 828b5fa59184cd0f28bbf37201ce76b153615750 | |
parent | 7e4edab998103573416eebda2cd2e9909d8316aa [diff] |
OpenPOWER: Allow system dump in TransitioningToOff state There are cases the host can be stuck in the TransitioningToOff state, a system dump from that state is needed for further debug on host side. Tests: Initiate dump when system is in TransitioningToOff state Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: I59b4e5710453fd87bec5de17af35f5d5064ebdf1
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