Skip to content

Commit

Permalink
Nvdimm info is not serializable
Browse files Browse the repository at this point in the history
(cherry picked from commit b865ed2)
(cherry picked from commit a2c0b87)
  • Loading branch information
Qubad786 authored and bugclerk committed Oct 31, 2024
1 parent 997b989 commit 6b4ed6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ixdiagnose/plugins/hardware.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class Hardware(Plugin):
MiddlewareClientMetric('disks_config', [MiddlewareCommand('disk.query')]),
MiddlewareClientMetric('enclosure2', [MiddlewareCommand('enclosure2.query')]),
MiddlewareClientMetric('enclosures', [MiddlewareCommand('enclosure.query')]),
PythonMetric('nvdimm_info', nvdimm_info),
PythonMetric('nvdimm_info', nvdimm_info, serializable=False),
]
raw_metrics = [
CommandMetric(
Expand Down

0 comments on commit 6b4ed6f

Please sign in to comment.