Fix bug with initial JSON for stats
This commit is contained in:
parent
c741900baf
commit
3801fcc07b
|
@ -434,7 +434,7 @@ class CephOSDInstance(object):
|
||||||
(("osd.lv", osd_id), osd_lv),
|
(("osd.lv", osd_id), osd_lv),
|
||||||
(
|
(
|
||||||
("osd.stats", osd_id),
|
("osd.stats", osd_id),
|
||||||
f'{"uuid": "|", "up": 0, "in": 0, "primary_affinity": "|", "utilization": "|", "var": "|", "pgs": "|", "kb": "|", "weight": "|", "reweight": "|", "node": "{node}", "used": "|", "avail": "|", "wr_ops": "|", "wr_data": "|", "rd_ops": "|", "rd_data": "|", state="|" }',
|
'{"uuid": "|", "up": 0, "in": 0, "primary_affinity": "|", "utilization": "|", "var": "|", "pgs": "|", "kb": "|", "weight": "|", "reweight": "|", "node": "|", "used": "|", "avail": "|", "wr_ops": "|", "wr_data": "|", "rd_ops": "|", "rd_data": "|", "state": "|"}',
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue