mirror of
https://opendev.org/x/pyghmi
synced 2025-01-27 19:37:44 +00:00
Reduce assertion of bootable media failure
This is almost always a false positive. Change-Id: I7738f42dd903834f5388ac85d3f049fc95316fd6
This commit is contained in:
parent
cad67cf751
commit
f4e3f62ef2
@ -1148,7 +1148,7 @@ sensor_type_offsets = {
|
||||
0x1e: { # boot error
|
||||
0: {
|
||||
'desc': 'No bootable media',
|
||||
'severity': const.Health.Failed,
|
||||
'severity': const.Health.Ok,
|
||||
'deassertion_desc': 'No bootable media deasserted',
|
||||
'deassertion_severity': const.Health.Ok,
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user