From f4e3f62ef29325a7f1ebe11e9962d0797cf3fa96 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Tue, 22 Jan 2019 11:11:20 -0500 Subject: [PATCH] Reduce assertion of bootable media failure This is almost always a false positive. Change-Id: I7738f42dd903834f5388ac85d3f049fc95316fd6 --- pyghmi/ipmi/private/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyghmi/ipmi/private/constants.py b/pyghmi/ipmi/private/constants.py index aacf9d17..29bef930 100644 --- a/pyghmi/ipmi/private/constants.py +++ b/pyghmi/ipmi/private/constants.py @@ -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, },