summaryrefslogtreecommitdiffstats
path: root/dump_manager_main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update Journal Variable NamesGunnar Mills2017-10-251-2/+2
| | | | | | | | Journal entry variable names should be uppercase. https://www.freedesktop.org/software/systemd/man/sd_journal_print.html Change-Id: I074955883c67173c9720f094d494addb85c85e7a Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* Capture dump when an error with the name InternalFailure is loggedJayanth Othayoth2017-09-121-0/+2
| | | | | Change-Id: I2a362b674022dbe1ea8bfe16876d0416f87d0af1 Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
* Restore dump d-bus objects during daemon startsJayanth Othayoth2017-07-271-0/+2
| | | | | | | | Use the dump files in the persistant location to rebuild the d-bus objects. Change-Id: Ia7b478649274a4681c802e11be4b2049eeed8e13 Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
* Add support to enable dump collection for core dumpJayanth Othayoth2017-07-271-1/+1
| | | | | | | Implemented d-bus internal create function. Change-Id: I34088d4c084a5a086189f4bc9e84e53a39193501 Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
* Add support for user initiated BMC DumpJayanth Othayoth2017-07-181-0/+2
| | | | | | | | Added support for creating new dump entry d-bus objects for user request dump. Change-Id: I31d2f478418e312e0aa6cc321a885498cf6ec6d6 Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
* Add support for generic inotify based directory watch.Jayanth Othayoth2017-07-171-2/+2
| | | | | | | | Watch a directory for the changes based on user configuration and then report changes to the user. Change-Id: I9f53d3135dd4bff6187840c0c53d2a64509808cd Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
* Implementation of create interface.Jayanth Othayoth2017-06-291-7/+38
| | | | | | | | Both the external and internal Dump managers define "Create" interfaces. This commit implements these. Change-Id: If857ec6ea7267fd72e9b420e6b44fa68b6abab66 Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
* Initial commit for Dump.Jayanth Othayoth2017-05-101-0/+21
Added initial version of Dump infrastructre code. Change-Id: Icd9bc779035d12d2dabd6f49d0d04e9aa060d6c1 Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
OpenPOWER on IntegriCloud