From: Sage Weil Date: Tue, 17 Dec 2019 13:32:43 +0000 (-0600) Subject: mgr/orchestrator_cli: no need for colored=False X-Git-Tag: v15.1.0~401^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=158a90bbcc954e8ef42717fe1e95cddde9c5336d;p=ceph.git mgr/orchestrator_cli: no need for colored=False Signed-off-by: Sage Weil --- diff --git a/src/pybind/mgr/orchestrator_cli/module.py b/src/pybind/mgr/orchestrator_cli/module.py index 02450db2cce26..fb8f05813e7f4 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)