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:
@@ -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,
|
||||
},
|
||||
|
Reference in New Issue
Block a user