diff options
author | Sage Weil <sage@inktank.com> | 2013-05-27 15:27:59 -0700 |
---|---|---|
committer | Sage Weil <sage@inktank.com> | 2013-05-29 13:41:44 -0700 |
commit | 80942eb04ca75f40234a5b671827bc7e8aa27439 (patch) | |
tree | 4d00045760b6d93505606d932648e8cf9ff08ea2 /src/osd/OSD.h | |
parent | c093e5bf91fff914281f9957fa473e8a89b19df3 (diff) | |
download | ceph-80942eb04ca75f40234a5b671827bc7e8aa27439.tar.gz |
osd: move health checks into a single helper
For now we still only look at the internal heartbeats.
Signed-off-by: Sage Weil <sage@inktank.com>
Diffstat (limited to 'src/osd/OSD.h')
-rw-r--r-- | src/osd/OSD.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/osd/OSD.h b/src/osd/OSD.h index 99d75dc40ad..978749d1a7e 100644 --- a/src/osd/OSD.h +++ b/src/osd/OSD.h @@ -1116,6 +1116,7 @@ protected: void start_boot(); void _maybe_boot(epoch_t oldest, epoch_t newest); void _send_boot(); + bool _is_healthy(); friend class C_OSD_GetVersion; |