mirror of
https://opendev.org/x/pyghmi
synced 2026-01-11 18:52:33 +00:00
Pass through message for Optane
Pass through message as-is rather than try to rephrase it. Change-Id: I120606b5eef6de9ac24597ce58ee5a54dc326a34
This commit is contained in:
@@ -1705,7 +1705,7 @@ class XCCClient(IMMClient):
|
||||
'name': 'Optane DCPDIMM',
|
||||
'health': pygconst.Health.Warning,
|
||||
'type': 'Memory',
|
||||
'states': ['Near/Far Memory Ratio not recommended']},
|
||||
'states': [item['message']]},
|
||||
'')
|
||||
)
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user