2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-08-05 10:17:51 +00:00

Adjust redfish fetch of diagnostic data

This commit is contained in:
Jarrod Johnson
2026-02-04 10:19:13 -05:00
parent a003ad6e2c
commit 06c2299b10
@@ -479,8 +479,8 @@ class IpmiHandler:
self.output.put(msg.CreatedResource(
'nodes/{0}/media/uploads/{1}'.format(self.node, u.name)))
def get_diags(self, savefile, progress, data=None):
return self.ipmicmd.get_diagnostic_data(
async def get_diags(self, savefile, progress, data=None):
return await self.ipmicmd.get_diagnostic_data(
savefile, progress=progress, autosuffix=True)
async def handle_servicedata_fetch(self):