From 077941dbfbb345fb7b1a89c781bb276f43b74688 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Thu, 14 May 2015 16:40:42 -0400 Subject: [PATCH] Declare one sort of 'non-redundancy' ok This class of non-redundant simply means the resource is inherently non-redundant per its current configuration. Other sorts of non-redundant are available to indicate when this is a consequence of failure. Change-Id: I0326d13159ccffd2ad790fc8d14fefec17cc2671 --- 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 0d911bbf..4d2e5794 100644 --- a/pyghmi/ipmi/private/constants.py +++ b/pyghmi/ipmi/private/constants.py @@ -405,7 +405,7 @@ generic_type_offsets = { }, 3: { 'desc': 'Not redundant', # down to non redundant - 'severity': const.Health.Warning, + 'severity': const.Health.Ok, 'deassertion_desc': 'Redundancy restored', 'deassertion_severity': const.Health.Ok, },