summaryrefslogtreecommitdiffstats
path: root/src/mgr/ClusterState.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* mgr/DaemonServer: use ref_t<M>Kefu Chai2019-04-181-1/+1
* osd,mon: start using per-pool statistics reported from OSD.Igor Fedotov2018-12-061-2/+3
* mgr: lock pg_map too for osd_pool_stats and notify_osdmapSage Weil2018-11-161-1/+1
* mgr: Mutex::Locker -> std::lock_guardSage Weil2018-10-161-6/+6
* mgr/ClusterState: discard pg updates for pgs >= pg_numSage Weil2018-09-071-3/+13
* mon/PGMap: remove osd_epochsSage Weil2017-09-061-1/+1
* mon: drop PGMapStatServiceSage Weil2017-09-061-2/+1
* mgr/ClusterState: record osd_stat for out osds tooSage Weil2017-08-121-10/+2
* mgr/ClusterState: do not mangle PGMap outside of IncrementalSage Weil2017-07-111-3/+5
* mgr: allow/track service registrationsSage Weil2017-07-091-0/+6
* mgr: include MgrMap in ClusterStateSage Weil2017-06-301-2/+15
* mon: mgr: enable "osd df" on the managerGreg Farnum2017-06-151-1/+1
* mgr/ClusterState: dump pgmap and inc at dout 30Sage Weil2017-06-081-0/+23
* mgr: reset pending_inc after applying itKefu Chai2017-06-021-1/+2
* mgr/ClusterState: make pg stat filtering less fragileSage Weil2017-06-021-7/+17
* mgr: apply PGMap incremental at same interval as reportsSage Weil2017-06-021-3/+8
* mgr: simplify handling of new pgs/poolsSage Weil2017-06-021-2/+0
* mgr/ClusterState: apply latest osdmap to pgmapSage Weil2017-06-021-0/+1
* mgr: add a command "mgr report"Kefu Chai2017-06-021-16/+0
* mgr/ClusterState: report health about pgsSage Weil2017-06-021-1/+8
* mgr: send PGMapDigest instead of PGMap to monSage Weil2017-06-021-1/+3
* mon: mgr: send a pgmap in reportsGreg Farnum2017-06-021-0/+2
* mgr: introduce tick() calls through the systemGreg Farnum2017-06-021-0/+5
* mon,mgr: std::move(osd_stat) when possibleKefu Chai2017-05-241-1/+1
* Merge pull request #14046 from songbaisen/m7John Spray2017-04-171-6/+3
|\
| * mgr: optimization some judgment and adjust the debug remove value in register...songbaisen2017-04-171-6/+3
* | mon: pass const variables by const ref not pointerKefu Chai2017-03-301-3/+3
* | mgr: mark stale PGsSage Weil2017-02-161-0/+6
|/
* dout: Use dout_contextAdam C. Emerson2016-12-221-0/+1
* mon: refactor PGMap updating code for reuse in mgrJohn Spray2016-09-291-231/+5
* mgr: handle PGStats with a PGMapJohn Spray2016-09-291-1/+295
* mgr: create ceph-mgr serviceJohn Spray2016-09-291-0/+43