collector/redfish: dedupe model-only GPU rows from graphics controllers

This commit is contained in:
2026-02-28 13:04:34 +03:00
parent 6c19a58b24
commit b918363252
3 changed files with 86 additions and 0 deletions
+3
View File
@@ -904,6 +904,9 @@ func (r redfishSnapshotReader) collectGPUs(systemPaths, chassisPaths []string) [
}
gpu := parseGPU(doc, functionDocs, idx)
idx++
if shouldSkipGenericGPUDuplicate(out, gpu) {
continue
}
key := gpuDedupKey(gpu)
if key == "" {
continue