mirror of
https://github.com/ceph/ceph
synced 2025-02-24 03:27:10 +00:00
mgr/orchestrator_cli: no need for colored=False
Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
parent
1d63e88a75
commit
158a90bbcc
@ -262,7 +262,7 @@ class OrchestratorCli(orchestrator.OrchestratorClientMixin, MgrModule):
|
||||
host_.name,
|
||||
d.path,
|
||||
d.human_readable_type,
|
||||
format_bytes(d.sys_api.get('size', 0), 5, colored=False),
|
||||
format_bytes(d.sys_api.get('size', 0), 5),
|
||||
d.device_id,
|
||||
d.available,
|
||||
', '.join(d.rejected_reasons)
|
||||
|
Loading…
Reference in New Issue
Block a user