From 1970a5046c38edf04a17e1fbbc807be194523785 Mon Sep 17 00:00:00 2001 From: Asmitha Karunanithi Date: Mon, 15 Nov 2021 11:08:08 -0600 Subject: Enable dumps for IBM systems Dumps are disabled by default. This commit enables the dump feature for ibm based systems. Tested By: * Dump flag enabled: GET https://${bmc}/redfish/v1/Managers/bmc/LogServices { "@odata.id": "/redfish/v1/Managers/bmc/LogServices", "@odata.type": "#LogServiceCollection.LogServiceCollection", "Description": "Collection of LogServices for this Manager", "Members": [ { "@odata.id": "/redfish/v1/Managers/bmc/LogServices/Dump" } ], "Members@odata.count": 1, "Name": "Open BMC Log Services Collection" } * Dump flag disabled: GET https://${bmc}/redfish/v1/Managers/bmc/LogServices { "@odata.id": "/redfish/v1/Managers/bmc/LogServices", "@odata.type": "#LogServiceCollection.LogServiceCollection", "Description": "Collection of LogServices for this Manager", "Members": [], "Members@odata.count": 0, "Name": "Open BMC Log Services Collection" } Signed-off-by: Asmitha Karunanithi Change-Id: Iad5a364ac46b5bf62bc2186eb29786454f650802 --- meta-ibm/recipes-phosphor/interfaces/bmcweb_%.bbappend | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-ibm/recipes-phosphor/interfaces/bmcweb_%.bbappend b/meta-ibm/recipes-phosphor/interfaces/bmcweb_%.bbappend index 9b8ae3182..deb76361d 100644 --- a/meta-ibm/recipes-phosphor/interfaces/bmcweb_%.bbappend +++ b/meta-ibm/recipes-phosphor/interfaces/bmcweb_%.bbappend @@ -2,6 +2,7 @@ EXTRA_OEMESON:append = " \ -Dinsecure-tftp-update=enabled \ -Dibm-management-console=enabled \ -Dredfish-new-powersubsystem-thermalsubsystem=enabled \ + -Dredfish-dump-log=enabled \ " inherit obmc-phosphor-discovery-service -- cgit v1.2.3