summaryrefslogtreecommitdiffstats
path: root/src/mgr/MgrClient.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* mgr: templatize/generalize metrics collection interfaceVenky Shankar2019-12-061-3/+8
* mgr/MgrClient: fix 'tell mgr.x ...'Sage Weil2019-12-041-3/+4
* mds: establish session with mgr only after added to FSMapPatrick Donnelly2019-11-081-0/+1
* mgr/MgrClient: fix open condition fixSage Weil2019-11-051-1/+1
* mgr/MgrClient: fix open conditionSage Weil2019-10-311-2/+2
* mgr,mgr/MgrClient: use fsid to signal mon-mgr vs cli MCommandsSage Weil2019-10-041-8/+12
* mgr/MgrClient: empty target string for 'tell' means active mgrSage Weil2019-10-041-4/+4
* mgr/MgrClient: add start_command variant that takes a targetSage Weil2019-10-011-4/+62
* include: convert FunctionContext usage to generic LambdaContextPatrick Donnelly2019-09-161-2/+2
* mgr/MgrClient: send MMgrCommand for octopus+ mgrsSage Weil2019-09-061-10/+28
* mgr, mon: allow normal ceph services to register with managerVenky Shankar2019-08-061-8/+14
* mgr: s/Mutex/ceph::mutex/Kefu Chai2019-08-031-15/+15
* mgr/MgrClient: use ref_t<M>Kefu Chai2019-04-181-18/+11
* src/: use make_message<Foo> instead of Foo::create()Kefu Chai2019-04-181-4/+4
* mgr: Update MgrClient to work without using namespaceAdam C. Emerson2019-03-291-2/+7
* mgr/MgrClient: reduce log level when issuing a command when not connectedJason Dillaman2019-01-251-1/+1
* client: use message smart ptr instead of raw ptrPatrick Donnelly2019-01-101-4/+4
* Merge pull request #24141 from liu-chunmei/ceph_seastar_perfcounterKefu Chai2018-11-151-1/+1
|\
| * common: move lock out of PerfCounterCollection and rename itchunmei Liu2018-10-301-1/+1
* | osd: collect client perf stats when query is enabledMykola Golub2018-11-071-5/+5
|/
* mgr: Mutex::Locker -> std::lock_guardSage Weil2018-10-161-9/+9
* Merge pull request #24180 from colletj/wip-35914-mmgrconfigure-osd-queryJason Dillaman2018-10-021-0/+8
|\
| * mgr: add optional OSD perf queries to MMgrConfigure messageJulien Collet2018-10-021-0/+8
* | mgr: Use ceph_assert for asserts.Adam C. Emerson2018-08-271-10/+10
|/
* mgr/MgrClient: make some noise for a user if no mgr daemon is runningSage Weil2018-08-081-1/+1
* mgr/MgrClient: Protect daemon_health_metricsBrad Hubbard2018-08-021-0/+1
* common,rbd,rgw,osd: extract config values into ConfigValuesKefu Chai2018-07-101-5/+5
* mgr: use entity_addrvec_t for MgrMapSage Weil2018-05-311-7/+5
* mgr/MgrClient: add mgr_optional modeJohn Spray2018-05-041-1/+3
* mgrc: free MMgrClose in handle_mgr_closeCasey Bodley2018-04-241-0/+1
* Merge pull request #20761 from liewegas/wip-service-unregisterSage Weil2018-04-231-0/+25
|\
| * mgr/MgrClient: close mgr session on daemon MgrClient shutdownSage Weil2018-04-231-0/+25
* | mgr/MgrClient: service registration filtered by service name instead of daemo...runsisi2018-04-171-5/+5
|/
* Merge pull request #20660 from Leeshine/wip-mon-op-trackerKefu Chai2018-03-281-3/+4
|\
| * mgr,osd: make osd_metric more popularlvshanchun2018-03-281-3/+4
* | mgr/MgrClient: guard send_pgstats() with lockKefu Chai2018-03-151-6/+12
|/
* mgr/MgrClient: only send config_bl if it has changedSage Weil2018-03-061-2/+3
* mgr: get config defaults on session openSage Weil2018-03-061-0/+1
* mgr/MgrClient: report running config to mgrSage Weil2018-03-061-0/+4
* mgr: add units to performance countersRubab-Syed2018-02-031-1/+2
* mgr: Use unqualified encode/decodeAdam C. Emerson2018-01-101-3/+3
* mgr/MgrClient: send health_checks using MMgrReportKefu Chai2017-11-211-0/+6
* rados,mgr: pass daemon_status by rvalue referenceKefu Chai2017-10-241-2/+2
* mgr/MgrClient: store registered event returned by add_event_after()Kefu Chai2017-10-241-2/+5
* mgr/MgrClient: extract MMgrReport sending code into a separated methodKefu Chai2017-10-241-8/+11
* mgr: respect perf counter prio_adjust in MgrClientJohn Spray2017-09-271-12/+28
* mgr: transmit perf counter prio to the mgrJohn Spray2017-09-271-0/+1
* mgr: remove old-style config opt usageJohn Spray2017-09-181-1/+1
* mgr: apply a threshold to perf counter priosJohn Spray2017-08-311-4/+22
* common,mds,mgr,mon,osd: store event only if it's addedKefu Chai2017-08-201-5/+6