]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon/PGMonitor: move most of get_health into PGMap
authorSage Weil <sage@redhat.com>
Tue, 16 May 2017 17:20:51 +0000 (13:20 -0400)
committerSage Weil <sage@redhat.com>
Fri, 2 Jun 2017 17:02:10 +0000 (13:02 -0400)
commitdaa0793c393a21bd2dd2ec52a0efd181e1032400
tree7043d45d71bb4b78e83b7cae0b71012b43abfc9f
parent71cbc2b793fa1d75fd6119fe617ad014d6e3732a
mon/PGMonitor: move most of get_health into PGMap

Leave the legacy full/nearfull stuff in PGMonitor (although we'll still
need to clean out the PGMap fields too).

This is cut and paste, some stripping of pg_map., g_conf -> cct->_conf,
and a bit of whitespace cleanup.

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