mirror of
https://github.com/ceph/ceph
synced 2025-02-20 17:37:29 +00:00
pybind/mgr/iostat: PEP8 cleanups
Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
parent
6b7fde3b4d
commit
cc960d9383
@ -56,7 +56,7 @@ class Module(MgrModule):
|
||||
str(rd_ops),
|
||||
str(wr_ops),
|
||||
str(total_ops)
|
||||
]
|
||||
]
|
||||
ret += self.get_pretty_row(elems, width)
|
||||
|
||||
return HandleCommandResult(stdout=ret)
|
||||
|
@ -90,6 +90,7 @@ modules =
|
||||
cephadm
|
||||
devicehealth
|
||||
insights
|
||||
iostat
|
||||
orchestrator
|
||||
prometheus
|
||||
telemetry
|
||||
|
Loading…
Reference in New Issue
Block a user