commit | 2279386bf7874fb4fea5218e5ae291e12201454a | [log] [tgz] |
---|---|---|
author | Ramesh Iyyar <rameshi1@in.ibm.com> | Fri Dec 04 04:03:03 2020 -0600 |
committer | Ramesh Iyyar <rameshi1@in.ibm.com> | Wed Dec 16 05:22:49 2020 -0600 |
tree | b030f074e348e252295823f602918c98b96dd264 | |
parent | 5765b1db83fba91d74056572c0e6c1149721575e [diff] |
host: Added support to delete system dump To delete host system dump using pldm oem command "FileAck" with dump file type and dump id which is present as source dump id (which is got from pldm after created the host system dump) in system dump entry dbus object and also, to use pldm oem command added support to indicate delete host system dump support is not available for other host transport consumer and for other oem vendors who are using pldm as host transport to get host dump. Also, changed existing commited error i.e internal failure into not allowed for host system dump offload to avoid bmc dump creation in dump path. Signed-off-by: Ramesh Iyyar <rameshi1@in.ibm.com> Change-Id: Ib6be5b521fb3c5aa2926497bae0b03c1d9737161
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 -Doe-sdk=enabled -Dtests=enabled build ninja -C build test