commit | 41b74cc763f0a1015ff30f70b82cb93a079f6b2f | [log] [tgz] |
---|---|---|
author | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Mon Jan 10 02:39:04 2022 -0600 |
committer | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Mon Jan 10 04:24:34 2022 -0600 |
tree | 5390b5bc9e25e79cc86877b29413c03e7f407de8 | |
parent | 9b4716aef30b0e6f316d8aa91fbee59c1f73991b [diff] |
Remove host running check for system dump The check for host running was added for the operations on the dumps stored in the host but in the case of request for offload The system dump is ready to offload as soon as it is ready in the host. The state of the host in the BMC may not be updated by then, so it is not reliable to depend on the host state in the BMC and if the host is not ready there will be an error from PLDM. This commit is for removing the host running check before sending the initiate offload request to host. The check for other operations like delete or initiate will not be impacted Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: I665485c7605b54fe4f361ec73e2bff9bba87c49e
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