2
0
mirror of https://opendev.org/x/pyghmi synced 2025-07-23 20:51:11 +00:00

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
This commit is contained in:
Jarrod Johnson
2015-05-14 16:40:42 -04:00
parent 01980e40e9
commit 077941dbfb

View File

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