collector/redfish: dedupe model-only GPU rows from graphics controllers
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user