| Commit message (Expand) | Author | Age | Files | Lines |
* | mgr: templatize/generalize metrics collection interface | Venky Shankar | 2019-12-06 | 1 | -3/+8 |
* | mgr/MgrClient: fix 'tell mgr.x ...' | Sage Weil | 2019-12-04 | 1 | -3/+4 |
* | mds: establish session with mgr only after added to FSMap | Patrick Donnelly | 2019-11-08 | 1 | -0/+1 |
* | mgr/MgrClient: fix open condition fix | Sage Weil | 2019-11-05 | 1 | -1/+1 |
* | mgr/MgrClient: fix open condition | Sage Weil | 2019-10-31 | 1 | -2/+2 |
* | mgr,mgr/MgrClient: use fsid to signal mon-mgr vs cli MCommands | Sage Weil | 2019-10-04 | 1 | -8/+12 |
* | mgr/MgrClient: empty target string for 'tell' means active mgr | Sage Weil | 2019-10-04 | 1 | -4/+4 |
* | mgr/MgrClient: add start_command variant that takes a target | Sage Weil | 2019-10-01 | 1 | -4/+62 |
* | include: convert FunctionContext usage to generic LambdaContext | Patrick Donnelly | 2019-09-16 | 1 | -2/+2 |
* | mgr/MgrClient: send MMgrCommand for octopus+ mgrs | Sage Weil | 2019-09-06 | 1 | -10/+28 |
* | mgr, mon: allow normal ceph services to register with manager | Venky Shankar | 2019-08-06 | 1 | -8/+14 |
* | mgr: s/Mutex/ceph::mutex/ | Kefu Chai | 2019-08-03 | 1 | -15/+15 |
* | mgr/MgrClient: use ref_t<M> | Kefu Chai | 2019-04-18 | 1 | -18/+11 |
* | src/: use make_message<Foo> instead of Foo::create() | Kefu Chai | 2019-04-18 | 1 | -4/+4 |
* | mgr: Update MgrClient to work without using namespace | Adam C. Emerson | 2019-03-29 | 1 | -2/+7 |
* | mgr/MgrClient: reduce log level when issuing a command when not connected | Jason Dillaman | 2019-01-25 | 1 | -1/+1 |
* | client: use message smart ptr instead of raw ptr | Patrick Donnelly | 2019-01-10 | 1 | -4/+4 |
* | Merge pull request #24141 from liu-chunmei/ceph_seastar_perfcounter | Kefu Chai | 2018-11-15 | 1 | -1/+1 |
|\ |
|
| * | common: move lock out of PerfCounterCollection and rename it | chunmei Liu | 2018-10-30 | 1 | -1/+1 |
* | | osd: collect client perf stats when query is enabled | Mykola Golub | 2018-11-07 | 1 | -5/+5 |
|/ |
|
* | mgr: Mutex::Locker -> std::lock_guard | Sage Weil | 2018-10-16 | 1 | -9/+9 |
* | Merge pull request #24180 from colletj/wip-35914-mmgrconfigure-osd-query | Jason Dillaman | 2018-10-02 | 1 | -0/+8 |
|\ |
|
| * | mgr: add optional OSD perf queries to MMgrConfigure message | Julien Collet | 2018-10-02 | 1 | -0/+8 |
* | | mgr: Use ceph_assert for asserts. | Adam C. Emerson | 2018-08-27 | 1 | -10/+10 |
|/ |
|
* | mgr/MgrClient: make some noise for a user if no mgr daemon is running | Sage Weil | 2018-08-08 | 1 | -1/+1 |
* | mgr/MgrClient: Protect daemon_health_metrics | Brad Hubbard | 2018-08-02 | 1 | -0/+1 |
* | common,rbd,rgw,osd: extract config values into ConfigValues | Kefu Chai | 2018-07-10 | 1 | -5/+5 |
* | mgr: use entity_addrvec_t for MgrMap | Sage Weil | 2018-05-31 | 1 | -7/+5 |
* | mgr/MgrClient: add mgr_optional mode | John Spray | 2018-05-04 | 1 | -1/+3 |
* | mgrc: free MMgrClose in handle_mgr_close | Casey Bodley | 2018-04-24 | 1 | -0/+1 |
* | Merge pull request #20761 from liewegas/wip-service-unregister | Sage Weil | 2018-04-23 | 1 | -0/+25 |
|\ |
|
| * | mgr/MgrClient: close mgr session on daemon MgrClient shutdown | Sage Weil | 2018-04-23 | 1 | -0/+25 |
* | | mgr/MgrClient: service registration filtered by service name instead of daemo... | runsisi | 2018-04-17 | 1 | -5/+5 |
|/ |
|
* | Merge pull request #20660 from Leeshine/wip-mon-op-tracker | Kefu Chai | 2018-03-28 | 1 | -3/+4 |
|\ |
|
| * | mgr,osd: make osd_metric more popular | lvshanchun | 2018-03-28 | 1 | -3/+4 |
* | | mgr/MgrClient: guard send_pgstats() with lock | Kefu Chai | 2018-03-15 | 1 | -6/+12 |
|/ |
|
* | mgr/MgrClient: only send config_bl if it has changed | Sage Weil | 2018-03-06 | 1 | -2/+3 |
* | mgr: get config defaults on session open | Sage Weil | 2018-03-06 | 1 | -0/+1 |
* | mgr/MgrClient: report running config to mgr | Sage Weil | 2018-03-06 | 1 | -0/+4 |
* | mgr: add units to performance counters | Rubab-Syed | 2018-02-03 | 1 | -1/+2 |
* | mgr: Use unqualified encode/decode | Adam C. Emerson | 2018-01-10 | 1 | -3/+3 |
* | mgr/MgrClient: send health_checks using MMgrReport | Kefu Chai | 2017-11-21 | 1 | -0/+6 |
* | rados,mgr: pass daemon_status by rvalue reference | Kefu Chai | 2017-10-24 | 1 | -2/+2 |
* | mgr/MgrClient: store registered event returned by add_event_after() | Kefu Chai | 2017-10-24 | 1 | -2/+5 |
* | mgr/MgrClient: extract MMgrReport sending code into a separated method | Kefu Chai | 2017-10-24 | 1 | -8/+11 |
* | mgr: respect perf counter prio_adjust in MgrClient | John Spray | 2017-09-27 | 1 | -12/+28 |
* | mgr: transmit perf counter prio to the mgr | John Spray | 2017-09-27 | 1 | -0/+1 |
* | mgr: remove old-style config opt usage | John Spray | 2017-09-18 | 1 | -1/+1 |
* | mgr: apply a threshold to perf counter prios | John Spray | 2017-08-31 | 1 | -4/+22 |
* | common,mds,mgr,mon,osd: store event only if it's added | Kefu Chai | 2017-08-20 | 1 | -5/+6 |