When I do "ceph osd status" command, the units are not visible
when using a black background, So cancel outpul color control
Fixes: https://tracker.ceph.com/issues/42517
Signed-off-by: Zheng Yin <zhengyin@cmss.chinamobile.com>
return formatted
-def format_dimless(n, width, colored=True):
+def format_dimless(n, width, colored=False):
return format_units(n, width, colored, decimal=True)
-def format_bytes(n, width, colored=True):
+def format_bytes(n, width, colored=False):
return format_units(n, width, colored, decimal=False)