Add support for InternalFailure type dump
Dump is triggered during InternalFailure type error log commit.
Change-Id: I0d3ffa318f4b45426c0064000e677b77c7a4c914
Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
diff --git a/xyz/openbmc_project/Dump/Internal/Create.interface.yaml b/xyz/openbmc_project/Dump/Internal/Create.interface.yaml
index 46f2bce..bb4a74f 100644
--- a/xyz/openbmc_project/Dump/Internal/Create.interface.yaml
+++ b/xyz/openbmc_project/Dump/Internal/Create.interface.yaml
@@ -13,10 +13,9 @@
- name: FullPaths
type: array[string]
description: >
- List of absolute paths to the files to be included
- as part of Dump package.
+ A list of paths (file paths or d-bus object paths) that must be
+ processed to derive the dump content.
errors:
- - xyz.openbmc_project.Common.Error.InternalFailure
- xyz.openbmc_project.Common.File.Error.Write
- xyz.openbmc_project.Dump.Create.Error.Disabled
- xyz.openbmc_project.Dump.Create.Error.QuotaExceeded
@@ -32,5 +31,8 @@
- name: UserRequested
description: >
Dump triggered by the user.
+ - name: InternalFailure
+ description: >
+ Dump triggered due to InternalFailure type error commit.
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4