]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon/PGMap: fix alignment of 'cache io' in ceph -s output
authorSage Weil <sage@redhat.com>
Sun, 25 Dec 2016 18:21:08 +0000 (13:21 -0500)
committerSage Weil <sage@redhat.com>
Tue, 27 Dec 2016 16:02:19 +0000 (11:02 -0500)
commitf198ba81cc647192b5b0dd0969c77a973f1cb5aa
tree7478bd54c3b09cfb08ff76f1cf288d34231a8358
parent52bd5bbb3647082443eef9b15f403cad140d801c
mon/PGMap: fix alignment of 'cache io' in ceph -s output

Currently it looks like

  client io 3508 B/s wr, 0 op/s rd, 5 op/s wr
  cache io 0 op/s promote

but should be

  client io 3508 B/s wr, 0 op/s rd, 5 op/s wr
   cache io 0 op/s promote

Signed-off-by: Sage Weil <sage@redhat.com>
src/mon/PGMap.cc