commit | ea6608f31dd318e0d86d5e8d3278bf7a2189ad0b | [log] [tgz] |
---|---|---|
author | Swarnendu Roy Chowdhury <swarnendu.roy.chowdhury@ibm.com> | Tue Jan 17 04:28:35 2023 -0600 |
committer | Swarnendu Roy Chowdhury <swarnendu.roy.chowdhury@ibm.com> | Tue Jan 17 04:29:26 2023 -0600 |
tree | 099ec74cd86bdf5576855c7f938044fa3bd08a16 | |
parent | 3598158b90a69177f25f2ff6aab05c385c8fc987 [diff] |
Addition of PEL message method for dump delete/offload Adding a createPEL method which will log PEL message when a dump (BMC/System/Resource) would get offloaded/deleted by HMC or any other means. The respective action would call this method to log the PEL message which is having a PEL severity as Informational by default unless mentioned anything else otherwise Signed-off-by: Swarnendu Roy Chowdhury <swarnendu.roy.chowdhury@ibm.com> Change-Id: Idfb2801e570043fed252498ffe7c7a26c1f19da7
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