]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon/OSDMonitor: remove dead health check code
authorSage Weil <sage@redhat.com>
Tue, 25 Jul 2017 15:33:42 +0000 (11:33 -0400)
committerSage Weil <sage@redhat.com>
Wed, 26 Jul 2017 02:29:08 +0000 (22:29 -0400)
commitb562f0686c3b02e756a211eb3dca5839e339a908
tree2a594be56ad8bde9bd21364e1dd4b595735d8588
parent172d8f545cfe45959c0cc3f50d293968a1709fd0
mon/OSDMonitor: remove dead health check code

get_health() is only called pre-luminous; luminous+ health checks go in
OSDMap::get_health_checks() or PGMap::get_health_checks().

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