]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/mgr_util.py
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / pybind / mgr / mgr_util.py
index 42e00da2aa08a20997e13e2dcbdb87b22fb28e8c..ff2b086c15e554f8d77c375a2eac881b59ef140b 100644 (file)
@@ -71,11 +71,11 @@ def format_units(n, width, colored, decimal):
         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)