fix: complete hardware collection diagnostics

This commit is contained in:
2026-08-25 17:04:33 +03:00
parent 33ace33de5
commit ccc781856e
19 changed files with 311 additions and 81 deletions
@@ -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)