index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mon
/
MgrStatMonitor.cc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mon/MgrStatMonitor: do not spam subscribers (mgr) with service_map
Sage Weil
2021-12-02
1
-3
/
+2
*
mon/MgrStatMonitor: ignore MMgrReport from non-active mgr
Sage Weil
2021-03-18
1
-0
/
+8
*
mon: store a reference as member variable
Kefu Chai
2020-12-06
1
-36
/
+36
*
Merge remote-tracking branch 'origin/master' into wip-stretch-mode
Greg Farnum
2020-09-14
1
-1
/
+8
|
\
|
*
mon: ignore statfs requests on invalid poolid
Patrick Donnelly
2020-08-29
1
-1
/
+8
*
|
mon: exit stretch recovery when no PGs are degraded/inactive/unknown
Greg Farnum
2020-07-20
1
-0
/
+1
|
/
*
mon: Build ceph-mon without using namespace declarations in headers
Adam C. Emerson
2020-03-22
1
-1
/
+27
*
mon: use get_req<> instead of static_cast<>(get_req())
Kefu Chai
2019-08-30
1
-5
/
+5
*
mon/MgrStatMonitor: set initial service_map 'modified' to cluster mkfs
Sage Weil
2019-08-05
1
-0
/
+1
*
mon: use per-pool stats only when all OSDs are reporting
Sage Weil
2019-07-11
1
-0
/
+1
*
mon/MgrStatMonitor: ensure only one copy of initial service map
Sage Weil
2019-03-21
1
-1
/
+3
*
mon, osd: Fix log messages (missing space, convert int to string)
David Zafman
2019-03-12
1
-1
/
+1
*
mon/MgrStatMonitor: fix typo
Sage Weil
2019-03-06
1
-1
/
+1
*
mon/MgrStatMonitor: persist progress events
Sage Weil
2019-02-08
1
-2
/
+19
*
osd,os,mon: extend 'ceph df' report to provide both USED and RAW_USED
Igor Fedotov
2018-12-06
1
-3
/
+3
*
mon: use MonOpRequest get_session() instead of PaxosServiceMessage's
Sage Weil
2018-10-14
1
-2
/
+2
*
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
-2
/
+2
*
core: use const_iterator for decode
Kefu Chai
2018-05-17
1
-2
/
+2
*
mon/MgrStatMonitor: dump mgr health checks to debug log
Sage Weil
2018-05-01
1
-0
/
+7
*
mon: mark mgr reports and osd_failure as no_reply
Kefu Chai
2018-03-27
1
-0
/
+1
*
rgw: normalize delete/remove in admin console
Jesse Williamson
2018-03-06
1
-0
/
+2
*
MgrStatMonitor: fix formatting of pending_digest
Patrick Donnelly
2018-02-13
1
-0
/
+2
*
mon: Use unqualified encode/decode
Adam C. Emerson
2018-01-10
1
-6
/
+6
*
{common,osd,mds,rbd}: Remove unused captures
Adam C. Emerson
2018-01-08
1
-1
/
+1
*
mon/MgrStatMonitor: dump PGMapDigest at debug level 20
Sage Weil
2017-12-02
1
-0
/
+5
*
Merge pull request #17607 from liewegas/wip-post-luminous-more-mon
Sage Weil
2017-09-19
1
-4
/
+0
|
\
|
*
mon/MgrStatMonitor: drop obsolete preluminous hack
Sage Weil
2017-09-14
1
-4
/
+0
*
|
mon: more constness
Kefu Chai
2017-09-15
1
-1
/
+1
|
/
*
mon: make MgrStatMonitor implement PGStatService directly
Sage Weil
2017-09-06
1
-51
/
+3
*
mon: collapse MonPGStatService into PGStatService
Sage Weil
2017-09-06
1
-2
/
+2
*
mon: remove PGMonitor
Sage Weil
2017-09-06
1
-18
/
+2
*
mon: remove legacy get_health infrastructure
Sage Weil
2017-09-06
1
-6
/
+0
*
mon/PGMap stats: Support new, filtered MStatfs
Douglas Fuller
2017-08-03
1
-4
/
+7
*
mon/MgrStatMonitor: show health check count on receipt
Sage Weil
2017-07-12
1
-1
/
+2
*
mon,mgr: pass new-style health checks from mgr's PGMap
Sage Weil
2017-07-12
1
-16
/
+5
*
mon: new health check framework
Sage Weil
2017-07-12
1
-1
/
+1
*
mon/MgrStatMonitor: do not crash on luninous dev version upgrades
Sage Weil
2017-07-12
1
-7
/
+12
*
mon: maintain the "cluster" PerfCounters when using ceph-mgr instead of PGMon...
Greg Farnum
2017-07-10
1
-0
/
+47
*
mon: persist ServiceMap
Sage Weil
2017-07-09
1
-0
/
+51
*
mon/MgrStatMonitor: avoid dup health warnings during luminous upgrade
Sage Weil
2017-06-28
1
-0
/
+4
*
mon/MgrStatMonitor: print PGMapDigest summary on receipt
Sage Weil
2017-06-16
1
-0
/
+1
*
mon: move creating_pgs and reweight_by_utilization into new MonPGStatService
Greg Farnum
2017-06-15
1
-2
/
+2
*
mon/MgrStatMonitor: keep mgrstat version ahead of pgmon
Sage Weil
2017-06-12
1
-0
/
+5
*
mon: clean up PGMapDigest encoding
Sage Weil
2017-06-02
1
-7
/
+3
*
mon: pgstat: remove unused get_osd_sum from post-luminous state
Greg Farnum
2017-06-02
1
-2
/
+0
*
mon: pgstat: remove unused get_pg_sum interface
Greg Farnum
2017-06-02
1
-1
/
+0
*
mon: pgstat: remove get_num_pg_by_osd() from post-luminous state
Greg Farnum
2017-06-02
1
-4
/
+0
*
mon: pgstat: remove get_osd_stat() from post-luminous state
Greg Farnum
2017-06-02
1
-11
/
+0
*
mon: handle MGetPoolStats using PGStatService
Sage Weil
2017-06-02
1
-0
/
+43
[next]