diff --git a/src/pybind/mgr/orchestrator_cli/module.py b/src/pybind/mgr/orchestrator_cli/module.py index 02450db2cce..fb8f05813e7 100644 --- a/src/pybind/mgr/orchestrator_cli/module.py +++ b/src/pybind/mgr/orchestrator_cli/module.py @@ -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)