]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
pybind/mgr: change format_bytes unit color from black to yellow 38809/head
authorhaoyixing <haoyixing@kuaishou.com>
Fri, 8 Jan 2021 03:29:01 +0000 (11:29 +0800)
committerhaoyixing <haoyixing@kuaishou.com>
Fri, 8 Jan 2021 05:55:43 +0000 (13:55 +0800)
commit32fdbbb985f1e497ca6eb7932a6ab5732b91f11d
tree3655e1bf1477989a37e2240d3206bf7f724ab14e
parent5fbae26e9eea55b88bb2eea479c336ea19d0ddeb
pybind/mgr: change format_bytes unit color from black to yellow

Currently format_bytes output (such as ceph fs status) makes unit black, which is
hard to distinguish on black terminals, so change them as same as the data itself.

Signed-off-by: haoyixing <haoyixing@kuaishou.com>
src/pybind/ceph_daemon.py
src/pybind/mgr/mgr_util.py