mgr/orchestrator_cli: no need for colored=False

Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
Sage Weil 2019-12-17 07:32:43 -06:00
parent 1d63e88a75
commit 158a90bbcc

View File

@ -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)