]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rados.cc: fix an issue in the output of the 'rados df' command 5273/head
authorZhiqiang Wang <zhiqiang.wang@intel.com>
Fri, 17 Jul 2015 03:28:19 +0000 (11:28 +0800)
committerZhiqiang Wang <zhiqiang.wang@intel.com>
Fri, 17 Jul 2015 08:44:02 +0000 (16:44 +0800)
commit6579fcb69d6400e8f591987eaef1d4d49b270983
tree885f4223868b4b59f33e28cef415ebd202b934e3
parent7aa5e50a7b19cab40755c5262b7136a12a5d6b61
rados.cc: fix an issue in the output of the 'rados df' command

The output doesn't indent correctly without this fix. Right align the df
stats with their headers. Before this change some of them are 1
character off, and with a strange 'category' column.

Signed-off-by: Zhiqiang Wang <zhiqiang.wang@intel.com>
src/tools/rados/rados.cc