]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon: move creating_pgs and reweight_by_utilization into new MonPGStatService
authorGreg Farnum <gfarnum@redhat.com>
Fri, 9 Jun 2017 22:42:47 +0000 (15:42 -0700)
committerGreg Farnum <gfarnum@redhat.com>
Thu, 15 Jun 2017 00:01:31 +0000 (17:01 -0700)
commitc676c43db4d2ab1df835bb29514556fef4326716
tree53f27f7ecda16b9ca5ce568eddecbf28b0d93f70
parent3ace41f8d218b23c40cb871e229f08e5db8d5f68
mon: move creating_pgs and reweight_by_utilization into new MonPGStatService

Use that throughout the monitor code, so that we can use the
PGStatService elsewhere.

Signed-off-by: Greg Farnum <gfarnum@redhat.com>
src/mon/MgrMonitor.h
src/mon/MgrStatMonitor.cc
src/mon/MgrStatMonitor.h
src/mon/Monitor.h
src/mon/PGMonitor.cc
src/mon/PGMonitor.h
src/mon/PGStatService.h