commit | 345e56b04c019faf5329852c449fe17c72a5b141 | [log] [tgz] |
---|---|---|
author | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Tue May 17 01:53:19 2022 -0500 |
committer | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Wed Oct 12 05:40:54 2022 -0500 |
tree | 4346d67330dfbf6f352942ab7bdf92bc0138e6ed | |
parent | 1112bdfc68fb4cb5ec58d42175d2896a27dd917a [diff] |
OpenPower: Return unavailable if any error in deleting host dump If there is a failure in sending dump delete request to host for resource and system dump, return unavailable error. Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: Ia85ef46c55c5a2b54af2b8632f94c3318ef1d4d1
Phosphor Debug Collector provides mechanisms to collect various log files and system parameters. Used to troubleshoot problems in OpenBMC based systems.
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