index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mon
/
HealthMonitor.cc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mon: do not log MON_DOWN if monitor uptime is less than threshold
Patrick Donnelly
2024-03-19
1
-2
/
+7
*
mon: fix health store size growing infinitely
Wei Wang
2024-01-29
1
-1
/
+1
*
mon: use wait_for_commit to reply
Patrick Donnelly
2023-07-21
1
-1
/
+1
*
mon: add exception handling to ceph health mute
dradjenovic
2022-11-08
1
-5
/
+11
*
mon: allow a MON_DOWN grace period after cluster mkfs
Sage Weil
2021-07-15
1
-1
/
+3
*
common/cmdparse: return cmd option using return value
Kefu Chai
2021-05-22
1
-2
/
+1
*
mon/HealthMonitor: raise AUTH_INSECURE_GLOBAL_ID_RENEWAL[_ALLOWED]
Sage Weil
2021-04-06
1
-0
/
+39
*
mon/HealthMonitor: use timespan for mon_warn_older_version_delay
Kefu Chai
2020-12-11
1
-5
/
+8
*
mon/HealthMonitor: split prepare_health_checks() into smaller functions
Kefu Chai
2020-12-11
1
-70
/
+86
*
mon: store a reference as member variable
Kefu Chai
2020-12-06
1
-45
/
+45
*
osd test: Delay reporting until mon_warn_older_version_delay has passed
David Zafman
2020-11-12
1
-0
/
+9
*
mon: Verify version consistency across daemons
Tyler
2020-11-12
1
-0
/
+41
*
mon: Build ceph-mon without using namespace declarations in headers
Adam C. Emerson
2020-03-22
1
-0
/
+29
*
crimson:common add TOPNSPC namespace for ceph and crimson
Chunmei Liu
2020-02-28
1
-0
/
+2
*
src/: drop cct from cmd_getval()
Kefu Chai
2020-01-31
1
-8
/
+8
*
mon: use get_req<> instead of static_cast<>(get_req())
Kefu Chai
2019-08-30
1
-4
/
+4
*
mon/HealthMonitor: remove unused label
Kefu Chai
2019-08-21
1
-28
/
+12
*
mon/HealthCheck: check mutes based on count, not parsing the summary string
Sage Weil
2019-08-15
1
-9
/
+15
*
mon/health_checks: associate a count with health_alert_t
Sage Weil
2019-08-15
1
-7
/
+8
*
mon/HealthMonitor: simplify health alert dump
Sage Weil
2019-08-15
1
-13
/
+1
*
mon/HealthMonitor: allow muted alert counts to decrease but not increase
Sage Weil
2019-08-15
1
-8
/
+37
*
mon/HealthMonitor: persist summary for non-sticky mutes
Sage Weil
2019-08-15
1
-0
/
+13
*
mon/HealthMonitor: move get_health_status()
Sage Weil
2019-08-15
1
-0
/
+120
*
mon/HealthMonitor: automatically clear non-sticky mutes when alert clears
Sage Weil
2019-08-15
1
-0
/
+8
*
mon/HealthMonitor: add gather_all_health_checks helper
Sage Weil
2019-08-15
1
-0
/
+7
*
mon/HealthMonitor: add sticky flag to mutes
Sage Weil
2019-08-15
1
-0
/
+3
*
mon/HealthMonitor: expire mutes based on ttl
Sage Weil
2019-08-15
1
-0
/
+22
*
mon/HealthMonitor: implement mute and unmount commands
Sage Weil
2019-08-15
1
-1
/
+143
*
mon/HealthMonitor: maintain list of mutes
Sage Weil
2019-08-15
1
-0
/
+17
*
mon/HealthMonitor: add mon_warn_on_msgr2_not_enabled
Sage Weil
2019-02-13
1
-0
/
+1
*
mon/HealthMonitor: raise MON_MSGR2_NOT_ENABLED if mons not bound to msgr2
Sage Weil
2019-01-15
1
-0
/
+21
*
mon: use MonMap::get_addrs() (instead of get_addr())
Sage Weil
2018-12-21
1
-1
/
+1
*
Rename "include/assert.h"
Brad Hubbard
2018-09-14
1
-1
/
+1
*
mon: Use ceph_assert for asserts.
Adam C. Emerson
2018-08-27
1
-1
/
+1
*
common,rbd,rgw,osd: extract config values into ConfigValues
Kefu Chai
2018-07-10
1
-7
/
+7
*
mon: add send_mon_message() helper
Sage Weil
2018-05-26
1
-4
/
+2
*
mon: change timecheck_* key to int
Sage Weil
2018-05-26
1
-7
/
+5
*
core: use const_iterator for decode
Kefu Chai
2018-05-17
1
-2
/
+2
*
include/types: format decimal numbers with decimal factor
Jan Fajerski
2018-04-03
1
-5
/
+5
*
mon: remove health service
Chang Liu
2018-01-25
1
-1
/
+0
*
mon: Use unqualified encode/decode
Adam C. Emerson
2018-01-10
1
-4
/
+4
*
mon: s/boost::regex/std::regex/
Kefu Chai
2018-01-09
1
-9
/
+9
*
mon: more constness
Kefu Chai
2017-09-15
1
-1
/
+1
*
mon: remove OldHealthMonitor
Sage Weil
2017-09-06
1
-13
/
+0
*
mon/HealthMontior: guard propose_pending() process
xie xingguo
2017-07-25
1
-4
/
+5
*
Merge pull request #16477 from tchaikov/wip-health-mon
Sage Weil
2017-07-22
1
-11
/
+15
|
\
|
*
mon/HealthMonitor: trigger a proposal if stat updated
Kefu Chai
2017-07-21
1
-11
/
+15
*
|
mon/HealthMonitor: avoid sending unnecessary MMonHealthChecks to leader
xie xingguo
2017-07-21
1
-10
/
+17
*
|
mon/HealthMonitor: fix summary of monitor clock skew
xie xingguo
2017-07-20
1
-2
/
+1
*
|
mon/HealthMonitor: fix mon_warn_on_osd_down_out_interval_zero does not work
xie xingguo
2017-07-19
1
-16
/
+17
[next]