]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
osd,mon: start using per-pool statistics reported from OSD.
authorIgor Fedotov <ifedotov@suse.com>
Mon, 11 Dec 2017 19:12:50 +0000 (22:12 +0300)
committerIgor Fedotov <ifedotov@suse.com>
Thu, 6 Dec 2018 15:54:21 +0000 (18:54 +0300)
commit63df4060824316476e5e022e1a923c57090c2be7
tree88c29a749cf53ebb9607c1963cbc93aea533609a
parentad3d2e542f0b4a981f5e422708755f2bd0554d99
osd,mon: start using per-pool statistics reported from OSD.

Notable changes:
* pool statistics collection has been changed to track actual allocated
  store space instead of previous object logical sizes summation.
* 'ceph/rados df' report total space(over all replicas) allocated for a pool under "USED" column.
* "RAW USED" column removed from 'ceph df detail' report

Signed-off-by: Igor Fedotov <ifedotov@suse.com>
src/messages/MPGStats.h
src/mgr/ClusterState.cc
src/mon/PGMap.cc
src/mon/PGMap.h
src/osd/OSD.cc
src/osd/osd_types.cc
src/osd/osd_types.h
src/test/mon/PGMap.cc