redfish: add service root to critical endpoints, tolerate missing root in replay
Add /redfish/v1 to redfishCriticalEndpoints so plan-B retries the service root if it failed during the main crawl. Also downgrade the missing-root error in ReplayRedfishFromRawPayloads from fatal to a warning so analysis can complete with defaults when the root doc was not recovered. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1439,6 +1439,7 @@ func redfishCriticalEndpoints(systemPaths, chassisPaths, managerPaths []string)
|
||||
add(p)
|
||||
add(joinPath(p, "/NetworkProtocol"))
|
||||
}
|
||||
add("/redfish/v1")
|
||||
add("/redfish/v1/UpdateService")
|
||||
add("/redfish/v1/UpdateService/FirmwareInventory")
|
||||
return out
|
||||
|
||||
Reference in New Issue
Block a user