2
0
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:
Jarrod Johnson 2019-01-22 11:11:20 -05:00
parent cad67cf751
commit f4e3f62ef2

View File

@ -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,
},