summaryrefslogtreecommitdiff
path: root/meta-ibm/recipes-phosphor/interfaces/bmcweb_%.bbappend
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2022-08-05 19:43:01 +0300
committerAdriana Kobylak <anoo@linux.ibm.com>2022-08-12 22:27:47 +0300
commitb4b8c3997dde1b33da2e383c2d489f7071d99e30 (patch)
treeb10028303757014adb1951091a3d4a9053b499de /meta-ibm/recipes-phosphor/interfaces/bmcweb_%.bbappend
parentd61875882a7614d5f5ecf8e0863d13668c3a0a2a (diff)
downloadopenbmc-b4b8c3997dde1b33da2e383c2d489f7071d99e30.tar.xz
meta-ibm: Disable redfish-oem-manager-fan-data
The bmcweb bummp adding this meson option merged so this can go. IBM does not use phosphor-pid-control instead using phosphor-fan-presence and such. This Redfish OEM fan data includes PATCHing. Turn this PATCHing off and the whole Manager OEM Fan data. This has been done downstream already. We have also observed 500 errors with getting the thermalMode. "Jan 24 16:34:57 rain534 bmcweb[435]: (2022-01-24 16:34:57) [ERROR "managers.hpp":1196] GetPIDValues: Can't get thermalModeIface /xyz/openbmc_project/control/thermal/0" Tested: No longer see this InternalErrors. Been running with this downstream. Tested on a Tacoma. Before on a PATCH: curl -k -X PATCH https://$bmc/redfish/v1/Managers/bmc -d '{"Oem":{"OpenBmc":{"Fan":{"Profile":"Acoustic"}}}}' { "error": { "@Message.ExtendedInfo": [ { "@odata.type": "#Message.v1_1_1.Message", "Message": "The request failed due to an internal service... With this change and the bmcweb change (instead see a PropertyUnknown) curl -k -X PATCH https://$bmc/redfish/v1/Managers/bmc -d '{"Oem":{"OpenBmc":{"Fan":{"Profile" : "Acoustic"} }}}' { "error": { "@Message.ExtendedInfo": [ { "@odata.type": "#Message.v1_1_1.Message", "Message": "The property %1 is not in the list of valid properties for the resource.", "MessageArgs": [ "Oem" ], "MessageId": "Base.1.13.0.PropertyUnknown", ... Change-Id: Ic988e2949ad65b31eb0b9bc6ecbdceb997d8cdda Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'meta-ibm/recipes-phosphor/interfaces/bmcweb_%.bbappend')
-rw-r--r--meta-ibm/recipes-phosphor/interfaces/bmcweb_%.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-ibm/recipes-phosphor/interfaces/bmcweb_%.bbappend b/meta-ibm/recipes-phosphor/interfaces/bmcweb_%.bbappend
index 1c1ebfb93b..840469b1be 100644
--- a/meta-ibm/recipes-phosphor/interfaces/bmcweb_%.bbappend
+++ b/meta-ibm/recipes-phosphor/interfaces/bmcweb_%.bbappend
@@ -3,6 +3,7 @@ EXTRA_OEMESON:append = " \
-Dibm-management-console=enabled \
-Dredfish-new-powersubsystem-thermalsubsystem=enabled \
-Dredfish-dump-log=enabled \
+ -Dredfish-oem-manager-fan-data=disabled \
"
EXTRA_OEMESON:append:p10bmc += " \