]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mon: new health check framework
authorSage Weil <sage@redhat.com>
Mon, 12 Jun 2017 22:39:15 +0000 (18:39 -0400)
committerSage Weil <sage@redhat.com>
Wed, 12 Jul 2017 16:51:30 +0000 (12:51 -0400)
commit8e815abe4ef92e3da74c4ab2ad3e84017810e234
tree7c523380a1dfcafd2cbbcc2f377f12e15c09d0e4
parent0b59a7f8adc38937807f445b88742e9eb9786c55
mon: new health check framework

Signed-off-by: Sage Weil <sage@redhat.com>
17 files changed:
src/common/config_opts.h
src/messages/MMonHealthChecks.h [new file with mode: 0644]
src/mon/CMakeLists.txt
src/mon/HealthMonitor.cc [new file with mode: 0644]
src/mon/HealthMonitor.h [new file with mode: 0644]
src/mon/MgrMonitor.cc
src/mon/MgrStatMonitor.cc
src/mon/Monitor.cc
src/mon/Monitor.h
src/mon/OSDMonitor.cc
src/mon/OSDMonitor.h
src/mon/PaxosService.cc
src/mon/PaxosService.h
src/mon/health_check.h [new file with mode: 0644]
src/mon/mon_types.h
src/msg/Message.cc
src/msg/Message.h