]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/orchestrator_cli: no need for colored=False
authorSage Weil <sage@redhat.com>
Tue, 17 Dec 2019 13:32:43 +0000 (07:32 -0600)
committerSage Weil <sage@redhat.com>
Fri, 20 Dec 2019 22:12:53 +0000 (16:12 -0600)
Signed-off-by: Sage Weil <sage@redhat.com>
src/pybind/mgr/orchestrator_cli/module.py

index 02450db2cce262c957fcdf90936a7ac53f60bcb5..fb8f05813e7f40b9cf756a8def5e10a6c48a81e2 100644 (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)