summaryrefslogtreecommitdiffstats
path: root/src/mgr/MgrClient.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* client: Add multi_target_id to handle libcephfs mds_spce=* commandJimyeong Lee2023-09-151-0/+1
* mgr, mon: Keep upto date metadata with mgr for MONsPrashant D2022-03-281-0/+6
* mgr/MgrClient: use mono_clock for clock_t used by TimerKefu Chai2021-02-041-1/+1
* mds: forward mds metrics to ceph manager w/ quering interfacesVenky Shankar2020-06-011-0/+7
* mgr: Build target 'common' without using namespace in headersAdam C. Emerson2020-03-071-2/+2
* mgr: templatize/generalize metrics collection interfaceVenky Shankar2019-12-061-9/+30
* mds: establish session with mgr only after added to FSMapPatrick Donnelly2019-11-081-0/+4
* mgr,mgr/MgrClient: use fsid to signal mon-mgr vs cli MCommandsSage Weil2019-10-041-1/+3
* mgr/MgrClient: empty target string for 'tell' means active mgrSage Weil2019-10-041-0/+1
* mgr/MgrClient: add start_command variant that takes a targetSage Weil2019-10-011-3/+10
* mgr/MgrClient: send MMgrCommand for octopus+ mgrsSage Weil2019-09-061-1/+5
* mgr, mon: allow normal ceph services to register with managerVenky Shankar2019-08-061-0/+4
* mgr: s/Mutex/ceph::mutex/Kefu Chai2019-08-031-3/+4
* mgr/MgrClient: use ref_t<M>Kefu Chai2019-04-181-5/+5
* mgr: Update MgrClient to work without using namespaceAdam C. Emerson2019-03-291-3/+3
* mgr: add limit param to osd perf queryMykola Golub2018-12-041-2/+4
* osd: collect client perf stats when query is enabledMykola Golub2018-11-071-7/+5
* mgr: Mutex::Locker -> std::lock_guardSage Weil2018-10-161-2/+2
* mgr: add optional OSD perf queries to MMgrConfigure messageJulien Collet2018-10-021-0/+18
* Merge pull request #21637 from ceph/wip-da-SCA-20180423Kefu Chai2018-05-061-1/+1
|\
| * misc: mark constructors as explicitDanny Al-Gaaf2018-05-021-1/+1
* | mgr/MgrClient: add mgr_optional modeJohn Spray2018-05-041-0/+6
|/
* mgr/MgrClient: close mgr session on daemon MgrClient shutdownSage Weil2018-04-231-0/+3
* src: Added const references to various function parametersWilson E. Alvarez2018-04-061-2/+2
* Merge pull request #20660 from Leeshine/wip-mon-op-trackerKefu Chai2018-03-281-3/+3
|\
| * mgr,osd: make osd_metric more popularlvshanchun2018-03-281-3/+3
* | mgr/MgrClient: guard send_pgstats() with lockKefu Chai2018-03-151-2/+3
|/
* mgr/MgrClient: only send config_bl if it has changedSage Weil2018-03-061-0/+2
* mgr/MgrClient: send health_checks using MMgrReportKefu Chai2017-11-211-2/+4
* rados,mgr: pass daemon_status by rvalue referenceKefu Chai2017-10-241-1/+1
* mgr/MgrClient: extract MMgrReport sending code into a separated methodKefu Chai2017-10-241-3/+4
* mgr: apply a threshold to perf counter priosJohn Spray2017-08-311-0/+1
* mgr: allow/track service registrationsSage Weil2017-07-091-0/+15
* osd: stop sending pgstat if luminousKefu Chai2017-06-021-0/+1
* osd: stop MgrClient callbacks on shutdownSage Weil2017-05-011-0/+1
* mgr/MgrClient: fix uninitialize variableSage Weil2017-03-291-2/+2
* mgr/MgrClient: move lock init into .hSage Weil2017-03-291-1/+1
* mgr/MgrClient: throttle connection attemptsSage Weil2017-03-291-1/+4
* mgr/MgrClient: remove unused cond signal helpersSage Weil2017-03-291-3/+0
* mgr/MgrClient: don't block command submission if no session yetSage Weil2017-03-291-1/+0
* mgr: add override in headersliuchang08122017-03-031-4/+4
* mgr/MgrClient: use unique_ptr for MgrClient::sessionKefu Chai2017-02-281-1/+1
* mgr/MgrClient: implement con reset handlingSage Weil2016-10-031-0/+2
* mgr: update for Dispatcher::ms_handle_refusedJohn Spray2016-09-291-0/+1
* common: refactor CommandTableJohn Spray2016-09-291-0/+1
* mgrc: enable sending pgstatsJohn Spray2016-09-291-0/+10
* mgrc: reset send_report timer on session changeJohn Spray2016-09-291-0/+1
* mgr: flesh out standby/HAJohn Spray2016-09-291-1/+2
* mgrc: create MgrClientJohn Spray2016-09-291-0/+92