summaryrefslogtreecommitdiffstats
path: root/src/mgr/DaemonServer.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #32554 from dzafman/wip-dump-perfDavid Zafman2020-02-271-0/+1
|\
| * mgr/progress: Add pg_ready interface for python to get pgmap_ready stateDavid Zafman2020-02-271-0/+1
* | mgr: re-enable mds `scrub status` info in ceph statusVenky Shankar2020-02-181-0/+2
|/
* mgr: templatize/generalize metrics collection interfaceVenky Shankar2019-12-061-5/+27
* mgr: python modules can now perform authorization testsJason Dillaman2019-10-291-2/+5
* mgr: accept MMgrCommand[Reply] messages (in addition to MCommand[Reply])Sage Weil2019-09-061-2/+3
* mgr: s/Mutex/ceph::mutex/Kefu Chai2019-08-031-2/+2
* msg: remove old ms_* auth methods from Dispatcher interfaceSage Weil2019-04-241-2/+0
* mgr/DaemonServer: use ref_t<M>Kefu Chai2019-04-181-6/+7
* osd,mgr,mds: remove unused authorize registriesSage Weil2019-02-071-7/+0
* msg/Dispatcher: remove force_new arg from ms_get_authorizer()Sage Weil2019-01-171-2/+1
* mgr: add limit param to osd perf queryMykola Golub2018-12-041-1/+3
* mgr: make dynamic osd perf counters accessible from modulesMykola Golub2018-11-201-0/+2
* msg: remove unused ms_verify_authorizerSage Weil2018-10-151-9/+0
* mgr/DaemonServer: expose keyring for authenticator verificationSage Weil2018-10-141-0/+1
* mgr/DaemonServer: move session setup into ms_handle_authenticationSage Weil2018-10-141-0/+1
* mgr: create shell OSD performance query classMykola Golub2018-10-031-0/+21
* mgr: add simple controller to adjust pg[p]_num_actualSage Weil2018-09-071-0/+1
* mgr/DaemonServer: catch cmd_bad_getSage Weil2018-09-011-0/+2
* mgr: report health check changes immediatelyNoah Watkins2018-07-271-0/+9
* common: move ConfigValues out of md_config_tKefu Chai2018-07-101-1/+1
* Merge remote-tracking branch 'private/wip-cx'Sage Weil2018-07-091-7/+9
|\
| * auth/cephx: add authorizer challengeSage Weil2018-05-241-7/+9
* | mgr: myaddr -> myaddrsSage Weil2018-07-031-1/+1
* | common: add LockPolicy to md_config_tKefu Chai2018-06-271-1/+1
* | mgr: use entity_addrvec_t for MgrMapSage Weil2018-05-311-1/+1
|/
* mgr/DaemonServer: handle MMgrCloseSage Weil2018-04-141-0/+2
* mgr: have MgrStandby send mgr reports to active mgr (even self!)Sage Weil2018-03-061-0/+1
* common/admin_socket: Copy fewer stringsAdam C. Emerson2018-02-161-2/+2
* mgr: apply auth_service_required to client connsJohn Spray2018-01-231-1/+4
* mgr: refactor python module managementJohn Spray2017-11-011-3/+3
* mgr: make pgmap_ready atomic to avoid taking lockJohn Spray2017-09-181-1/+1
* mgr: runtime adjustment of perf counter thresholdJohn Spray2017-08-311-1/+12
* mgr: move mgr_commands to separate compilation unitSage Weil2017-07-191-2/+0
* mgr: transmit command descriptions to mgr in activating beaconJohn Spray2017-07-191-0/+2
* mgr: use MonCommand for command descriptionsJohn Spray2017-07-191-4/+4
* mgr: fix spurious PG health messages on mgr restartJohn Spray2017-07-121-0/+5
* mgr: allow/track service registrationsSage Weil2017-07-091-0/+7
* mgr/DaemonServer: keep registry of osd sessionsSage Weil2017-06-021-1/+4
* mgr: add a command "mgr report"Kefu Chai2017-06-021-1/+1
* mgr: introduce tick() calls through the systemGreg Farnum2017-06-021-0/+2
* mgr: improve handle_commandJohn Spray2017-04-301-0/+2
* mgr/DaemonServer: move reweight-by-* to mgrKefu Chai2017-04-101-0/+1
* mgr/DaemonServer: extract reply out of handle_command()Kefu Chai2017-04-101-0/+4
* mgr/MgrStandby: add LogClientSage Weil2017-03-291-3/+7
* mgr: move MgrSession to its own headerSage Weil2017-03-291-18/+1
* mgr/DaemonServer: enforce capsSage Weil2017-03-291-0/+11
* mgr/DaemonServer: attach MgrSession to connectionsSage Weil2017-03-291-0/+17
* mgr/DaemonServer: set messenger policy; set throttlesSage Weil2017-03-291-0/+9
* mgr: add override in headersliuchang08122017-03-031-7/+7