commit | b5a7547f78cc34b7f29d64fe57d55f4009134cb6 | [log] [tgz] |
---|---|---|
author | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Thu Feb 03 03:52:01 2022 -0600 |
committer | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Wed Oct 12 05:40:45 2022 -0500 |
tree | 44994dc0b0d108bff9b7f45fd5b1f564837b7e90 | |
parent | 583ebc090b3119bb2242f4407780689b7d011580 [diff] |
OpenPOWER: Do not wait for response deleting host dump The resource dump delete is long running operation with dbus call to PLDM for instance id, making it inside a dbus call will end up timeouts when PLDM tries to access dump manager. To avoid dead-locks dump manager will not be waiting for response after a delete operation Testing: Create system dump and delete the dump Create 10 resource dumps and delete one by one Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: I9c98c40672274a33097d9c4129ea52b5984c4246
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