]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/iostat: column_width should be int not float 22588/head
authorKefu Chai <kchai@redhat.com>
Sat, 16 Jun 2018 18:37:03 +0000 (02:37 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 16 Jun 2018 18:37:24 +0000 (02:37 +0800)
commitb3eb1856f77d2c6d85bba35c7f51fd8b2c6bae07
treea6adb84bdd0627161cfa88680ab90f69a1abe2d7
parent4c3bf7132fbca2173842277ceb7f631c48374836
mgr/iostat: column_width should be int not float

in python3, 3/2 is a float not intger

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/pybind/mgr/mgr_module.py