summaryrefslogtreecommitdiffstats
path: root/src/mon/MgrStatMonitor.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* mon/MgrStatMonitor: do not spam subscribers (mgr) with service_mapSage Weil2021-12-021-3/+2
* mon/MgrStatMonitor: ignore MMgrReport from non-active mgrSage Weil2021-03-181-0/+8
* mon: store a reference as member variableKefu Chai2020-12-061-36/+36
* Merge remote-tracking branch 'origin/master' into wip-stretch-modeGreg Farnum2020-09-141-1/+8
|\
| * mon: ignore statfs requests on invalid poolidPatrick Donnelly2020-08-291-1/+8
* | mon: exit stretch recovery when no PGs are degraded/inactive/unknownGreg Farnum2020-07-201-0/+1
|/
* mon: Build ceph-mon without using namespace declarations in headersAdam C. Emerson2020-03-221-1/+27
* mon: use get_req<> instead of static_cast<>(get_req())Kefu Chai2019-08-301-5/+5
* mon/MgrStatMonitor: set initial service_map 'modified' to cluster mkfsSage Weil2019-08-051-0/+1
* mon: use per-pool stats only when all OSDs are reportingSage Weil2019-07-111-0/+1
* mon/MgrStatMonitor: ensure only one copy of initial service mapSage Weil2019-03-211-1/+3
* mon, osd: Fix log messages (missing space, convert int to string)David Zafman2019-03-121-1/+1
* mon/MgrStatMonitor: fix typoSage Weil2019-03-061-1/+1
* mon/MgrStatMonitor: persist progress eventsSage Weil2019-02-081-2/+19
* osd,os,mon: extend 'ceph df' report to provide both USED and RAW_USEDIgor Fedotov2018-12-061-3/+3
* mon: use MonOpRequest get_session() instead of PaxosServiceMessage'sSage Weil2018-10-141-2/+2
* Rename "include/assert.h"Brad Hubbard2018-09-141-1/+1
* mon: Use ceph_assert for asserts.Adam C. Emerson2018-08-271-2/+2
* core: use const_iterator for decodeKefu Chai2018-05-171-2/+2
* mon/MgrStatMonitor: dump mgr health checks to debug logSage Weil2018-05-011-0/+7
* mon: mark mgr reports and osd_failure as no_replyKefu Chai2018-03-271-0/+1
* rgw: normalize delete/remove in admin consoleJesse Williamson2018-03-061-0/+2
* MgrStatMonitor: fix formatting of pending_digestPatrick Donnelly2018-02-131-0/+2
* mon: Use unqualified encode/decodeAdam C. Emerson2018-01-101-6/+6
* {common,osd,mds,rbd}: Remove unused capturesAdam C. Emerson2018-01-081-1/+1
* mon/MgrStatMonitor: dump PGMapDigest at debug level 20Sage Weil2017-12-021-0/+5
* Merge pull request #17607 from liewegas/wip-post-luminous-more-monSage Weil2017-09-191-4/+0
|\
| * mon/MgrStatMonitor: drop obsolete preluminous hackSage Weil2017-09-141-4/+0
* | mon: more constnessKefu Chai2017-09-151-1/+1
|/
* mon: make MgrStatMonitor implement PGStatService directlySage Weil2017-09-061-51/+3
* mon: collapse MonPGStatService into PGStatServiceSage Weil2017-09-061-2/+2
* mon: remove PGMonitorSage Weil2017-09-061-18/+2
* mon: remove legacy get_health infrastructureSage Weil2017-09-061-6/+0
* mon/PGMap stats: Support new, filtered MStatfsDouglas Fuller2017-08-031-4/+7
* mon/MgrStatMonitor: show health check count on receiptSage Weil2017-07-121-1/+2
* mon,mgr: pass new-style health checks from mgr's PGMapSage Weil2017-07-121-16/+5
* mon: new health check frameworkSage Weil2017-07-121-1/+1
* mon/MgrStatMonitor: do not crash on luninous dev version upgradesSage Weil2017-07-121-7/+12
* mon: maintain the "cluster" PerfCounters when using ceph-mgr instead of PGMon...Greg Farnum2017-07-101-0/+47
* mon: persist ServiceMapSage Weil2017-07-091-0/+51
* mon/MgrStatMonitor: avoid dup health warnings during luminous upgradeSage Weil2017-06-281-0/+4
* mon/MgrStatMonitor: print PGMapDigest summary on receiptSage Weil2017-06-161-0/+1
* mon: move creating_pgs and reweight_by_utilization into new MonPGStatServiceGreg Farnum2017-06-151-2/+2
* mon/MgrStatMonitor: keep mgrstat version ahead of pgmonSage Weil2017-06-121-0/+5
* mon: clean up PGMapDigest encodingSage Weil2017-06-021-7/+3
* mon: pgstat: remove unused get_osd_sum from post-luminous stateGreg Farnum2017-06-021-2/+0
* mon: pgstat: remove unused get_pg_sum interfaceGreg Farnum2017-06-021-1/+0
* mon: pgstat: remove get_num_pg_by_osd() from post-luminous stateGreg Farnum2017-06-021-4/+0
* mon: pgstat: remove get_osd_stat() from post-luminous stateGreg Farnum2017-06-021-11/+0
* mon: handle MGetPoolStats using PGStatServiceSage Weil2017-06-021-0/+43