commit | ab7f920942ff0b6337b641b6f80ad6025e120220 | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Wed Aug 02 06:24:58 2017 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Aug 22 20:48:18 2017 +0000 |
tree | 19cbfdcbbbb1a95f457c3af1be3dd110fa333cc2 | |
parent | 56a0bc8af04d120502710643b4a9cfa52054e6f6 [diff] |
Cap the number of dumps Calculate number of dumps allowed in a system based on individual dump Max size configured in the system. Algorithm: Setting Dump size to maximum size, if (dump entries + active dumps) is less than total allowed dump entries. Otherwise return error. Next patch will provide additional algorithm to cap the dump based on actual size of the dump files. Change-Id: Id8916a31d72f5c2f2f23eaf68062b829b7e4100c Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
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, do the following steps: 1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make To clean the repository run `./bootstrap.sh clean`.