mirror of
https://github.com/xcat2/confluent.git
synced 2026-08-26 08:36:43 +00:00
d34cb35f98
This bmc advertises a Bios resource on its system and answers 404 for it. Confluent followed the link and passed the bmc's complaint on as an unexpected error, so a nodeconfig read printed every bmc setting and then ended with "The requested resource of type named 'Bios' was not found", and the system half of the configuration was a 500 saying the same. There is already a good answer for a system that offers no bios settings, and a link that is advertised and not served is the same thing as far as a caller is concerned, so give it the same one. The result is checked once and remembered, including the negative, so this costs one request on the first ask and nothing after.