Closed pruthvitd closed 5 months ago
Sorry for the delay. It looks like this may be because of the status response?
"Health":"Critical"
Is this the output from the gofish object or the JSON data returned from the query? If we could get the curl
output I can take a look at what the system is sending and try to figure out more.
It would be something like:
curl -s \
-X GET \
-k \
-H "Content-type: application/json" \
-u "$USER:$PASS" \
https://$HOST/redfish/v1/Chassis/Backplane/Drives/Disk.Bay.0 | jq .
This looks to be an issue with the data reported by the system, so closing. If there is more information that points to a gofish problem, please feel free to reopen and include more data.
Health of the NVMe is reported from the IMM, where as RedFish API reports the state a Critical though the disk works fine. The Critical state reported by RedFish seem to be false.
Is it possible to get a fix from gofish library on this?
Health reported by IMM:
Health status from RedFish call: