summaryrefslogtreecommitdiffstats
path: root/src/mgr/DaemonServer.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* auth: switch to LockPolicy templatized alternativesKefu Chai2018-08-161-2/+1
* mon/MonCap: take addr for MonCap::is_capableSage Weil2018-08-131-1/+2
* Merge pull request #23294 from noahdesu/timely-mgr-health-updatesKefu Chai2018-08-121-1/+53
|\
| * mgr: add locked assertionNoah Watkins2018-08-071-0/+2
| * mgr: report health check changes immediatelyNoah Watkins2018-07-271-1/+51
* | Merge pull request #23430 from tchaikov/wip-silence-clang-warningsKefu Chai2018-08-071-1/+1
|\ \
| * | mgr: silence -Wunused-lambda-capture warningKefu Chai2018-08-031-1/+1
| |/
* | mgr/DaemonServer: osd purge: accept --yes-i-really-mean-it tooSage Weil2018-08-011-1/+2
* | mon,mgr: guard 'osd purge' with safe-to-destroy checkSage Weil2018-08-011-5/+8
* | mon,mgr: guard 'osd destroy' with 'osd safe-to-destroy' checkSage Weil2018-08-011-13/+45
|/
* common: move ConfigValues out of md_config_tKefu Chai2018-07-101-1/+1
* common,rbd,rgw,osd: extract config values into ConfigValuesKefu Chai2018-07-101-26/+26
* Merge remote-tracking branch 'private/wip-cx'Sage Weil2018-07-091-8/+12
|\
| * auth/cephx: add authorizer challengeSage Weil2018-05-241-8/+12
* | mgr: reduce log spamJohn Spray2018-07-061-2/+5
* | mgr: myaddr -> myaddrsSage Weil2018-07-031-2/+2
* | msg: make set_addr_unknowns take an addrvecSage Weil2018-07-031-1/+1
* | mgr/DaemonServer: use new bindv() and pick_addresses()Sage Weil2018-07-031-3/+9
* | common: add LockPolicy to md_config_tKefu Chai2018-06-271-2/+2
* | mgr/DaemonServer: avoid dereferencing end() iteratorSage Weil2018-06-251-2/+1
* | mgr, pybind/mgr: pass inbuf (ceph -i <file>) to modulesDan Mick2018-06-221-1/+2
* | mgr: allow open-ended life expectancySage Weil2018-06-111-1/+1
* | mgr: use prettified durations for life expectancySage Weil2018-06-111-6/+10
* | mgr: "predicted failure" -> "life expectancy", and as a rangeSage Weil2018-06-111-14/+21
* | mgr: detailed output for 'ceph device ...'Sage Weil2018-06-111-15/+85
* | mgr: track and report device names tooSage Weil2018-06-111-4/+4
* | mgr: move dump/print to DeviceStateSage Weil2018-06-111-25/+2
* | mgr: implement 'device {set,rm}-predicted-failure' commandsSage Weil2018-06-111-2/+81
* | mgr: implement 'device {ls,ls-by-daemon,ls-by-host,info}' commandsSage Weil2018-06-091-0/+115
* | mgr: parse out devids from daemon metadataSage Weil2018-06-091-2/+2
* | mgr: use entity_addrvec_t for MgrMapSage Weil2018-05-311-2/+2
* | mds,osd,mon,msg: use intrusive_ptr for holding Connection::privKefu Chai2018-05-301-8/+8
* | src: balance std::hex and std::dec manipulatorsKefu Chai2018-05-291-1/+2
|/
* Merge pull request #22069 from tchaikov/wip-mgr-cleanupKefu Chai2018-05-221-10/+10
|\
| * mgr: fix typo in variable name and cleanupsKefu Chai2018-05-171-10/+10
* | core: use const_iterator for decodeKefu Chai2018-05-171-3/+3
|/
* Merge pull request #21637 from ceph/wip-da-SCA-20180423Kefu Chai2018-05-061-2/+2
|\
| * misc: mark constructors as explicitDanny Al-Gaaf2018-05-021-2/+2
* | mgr: print daemon_health_metrics to debug logSage Weil2018-05-011-0/+4
|/
* Merge pull request #21093 from guzhongyan/mgr-ovYuri Weinstein2018-04-261-2/+7
|\
| * mgr/DaemonServer: add overrides value to 'config show'Gu Zhongyan2018-03-281-2/+7
* | Merge pull request #20875 from jan--f/mgr-server-list-hostnameJohn Spray2018-04-241-11/+14
|\ \
| * | mgr: add mgr daemon to DaemonStateIndex with metadata (hostname)Jan Fajerski2018-04-101-11/+14
* | | Merge pull request #20761 from liewegas/wip-service-unregisterSage Weil2018-04-231-8/+43
|\ \ \
| * | | mgr/DaemonServer: use helper to get DaemonKeySage Weil2018-04-231-16/+17
| * | | mgr/DaemonServer: handle MMgrCloseSage Weil2018-04-141-0/+34
* | | | Merge pull request #19985 from Liuchang0812/osd-pool-stats-in-mgrKefu Chai2018-04-231-0/+48
|\ \ \ \ | |/ / / |/| | |
| * | | mon, mgr: move "osd pool stats" command to mgrChang Liu2018-04-161-0/+48
| |/ /
* | | Merge PR #21080 into masterPatrick Donnelly2018-04-101-1/+1
|\ \ \ | |/ / |/| |
| * | src: Added const references to various function parametersWilson E. Alvarez2018-04-061-1/+1