commit | 1b88f03795592fdb5f46e0e9020cfafa8279d24a | [log] [tgz] |
---|---|---|
author | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Fri May 06 06:51:18 2022 -0500 |
committer | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Thu Apr 27 09:09:00 2023 -0500 |
tree | 41c2e78adfae80af599b5384ff46b1fed2f55be6 | |
parent | 416c8ae4746817544672f9f3371ede9d2b9921c1 [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