fix: complete hardware collection diagnostics
This commit is contained in:
@@ -232,6 +232,11 @@ func ApplySATResultToDB(db *ComponentStatusDB, target, archivePath string) {
|
||||
if overall == "" {
|
||||
return
|
||||
}
|
||||
// An unsupported pack did not exercise a component. In particular, a
|
||||
// non-GPU host must not acquire a fictitious "pcie:gpu:nvidia" record.
|
||||
if overall == "UNSUPPORTED" {
|
||||
return
|
||||
}
|
||||
|
||||
source := "sat:" + target
|
||||
dbStatus := satStatusToDBStatus(overall)
|
||||
|
||||
Reference in New Issue
Block a user