summaryrefslogtreecommitdiff
path: root/meta-inspur
diff options
context:
space:
mode:
authorAsmitha Karunanithi <asmitk01@in.ibm.com>2021-11-15 20:08:08 +0300
committerAsmitha Karunanithi <asmitk01@in.ibm.com>2021-11-16 08:52:37 +0300
commit1970a5046c38edf04a17e1fbbc807be194523785 (patch)
tree06adc0beb1302d6a0f1c3efcfc89e0c5689bf869 /meta-inspur
parent57f31b47ea0a6300733c1e875cd3f99805650ac9 (diff)
downloadopenbmc-1970a5046c38edf04a17e1fbbc807be194523785.tar.xz
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 <asmitk01@in.ibm.com> Change-Id: Iad5a364ac46b5bf62bc2186eb29786454f650802
Diffstat (limited to 'meta-inspur')
0 files changed, 0 insertions, 0 deletions