summaryrefslogtreecommitdiffstats
path: root/src/mgr (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #26701 from adamemerson/wip-trip-the-light-clangtasticKefu Chai2019-03-202-2/+2
|\
| * mgr: Remove braces around scalar initializerAdam C. Emerson2019-03-151-1/+1
| * mgr: Remove unused lambda captureAdam C. Emerson2019-03-151-1/+1
* | Merge remote-tracking branch 'gh/nautilus'Sage Weil2019-03-182-2/+2
|\ \
| * | mgr: Make 3rd parameter optional in ceph_get_module_optionVolker Theile2019-03-152-2/+2
| |/
* | Merge pull request #26903 from xiexingguo/wip-ds-authXie Xingguo2019-03-162-14/+9
|\ \ | |/ |/|
| * mgr/MgrStandby: do not track 'osd_objectstore_fuse' configxie xingguo2019-03-121-1/+0
| * mgr/DaemonServer: handle caps more carefullyxie xingguo2019-03-121-13/+9
* | mgr: Cleanup get_localized_module_option functionVolker Theile2019-03-143-4/+4
* | mgr/BaseMgrStandbyModule: parse prefix properlySage Weil2019-03-121-1/+1
|/
* mgr: push localized config handling into BaseMgr*ModuleSage Weil2019-03-114-12/+50
* mgr/MgrStandby: exit with 0 result code, as if we'd done an orderly shutdownSage Weil2019-03-111-1/+1
* Merge PR #26823 into masterSage Weil2019-03-081-1/+2
|\
| * mgr: skip shutdown and exitSage Weil2019-03-071-1/+2
* | Merge PR #26821 into masterPatrick Donnelly2019-03-071-0/+8
|\ \
| * | mds,mgr,mon: warn future respawn() copy-pasters to set thread nameSage Weil2019-03-071-0/+8
* | | Merge PR #26764 into masterSage Weil2019-03-072-3/+32
|\ \ \ | |_|/ |/| |
| * | mgr: 'osd df' by specified class or (crush) namexie xingguo2019-03-062-3/+32
| |/
* | Merge PR #25540 into masterSage Weil2019-03-051-0/+12
|\ \
| * | mgr/ServiceMap: show service's id on summaryJoao Eduardo Luis2019-02-281-0/+12
| |/
* / mgr/BaseMgrModule: drop GIL for ceph_send_commandSage Weil2019-03-011-0/+9
|/
* Merge PR #26623 into masterSage Weil2019-02-251-2/+2
|\
| * mgr/PyModule: put mgr_module_path first in sys.pathTim Serong2019-02-251-2/+2
* | Merge PR #26280 into masterSage Weil2019-02-251-44/+5
|\ \ | |/ |/|
| * mgr: Remove _ceph_(g|s)et_module_option_ex() methodVolker Theile2019-02-181-54/+4
| * mgr: remove _ceph_get_module_option_ex() methodVolker Theile2019-02-181-13/+24
* | mgr: add per pool force-recovery/backfill commandsxie xingguo2019-02-232-82/+125
* | Merge pull request #26532 from xiexingguo/wip-pool-scrubXie Xingguo2019-02-212-0/+79
|\ \
| * | mgr: add per pool scrub commandsxie xingguo2019-02-212-0/+79
| |/
* / mgr/MgrStandby: include addrs in metadataSage Weil2019-02-171-1/+1
|/
* Merge pull request #26449 from tchaikov/wip-monc-cleanupKefu Chai2019-02-161-1/+2
|\
| * mon/MonClient: drop my_addrKefu Chai2019-02-151-1/+2
* | mgr/PyModuleRegistry: avoid null deref from get_progress_eventsSage Weil2019-02-151-1/+3
* | mgr: hold GIL while generating a typed option valueSage Weil2019-02-153-4/+5
* | mgr/ActivePyModules: do not touch PyFormatter without the GILSage Weil2019-02-151-3/+3
|/
* Merge pull request #26149 from votdev/improve_get_typed_configKefu Chai2019-02-143-15/+15
|\
| * mgr: Improve ActivePyModules::get_typed_config implementationVolker Theile2019-02-113-15/+15
* | mgr/DaemonServer: use a luminous-compatible 'mgr metadata' commandSage Weil2019-02-131-1/+2
* | mgr/Mgr: print bad (non-object) jsonSage Weil2019-02-131-0/+6
* | Merge PR #26282 into masterSage Weil2019-02-125-0/+96
|\ \ | |/ |/|
| * mgr: send progress events to monSage Weil2019-02-082-0/+5
| * mgr: allow progress events to be reported from modulesSage Weil2019-02-053-0/+91
* | mgr/PyModuleRegistry: add details for MGR_MODULE_{DEPENDENCY,ERROR}Sage Weil2019-02-071-6/+16
* | osd,mgr,mds: remove unused authorize registriesSage Weil2019-02-072-15/+0
* | switch monc, daemons to use new msgr2 auth frame exchangeSage Weil2019-02-071-0/+5
|/
* Merge pull request #26240 from votdev/improve_get_module_optionKefu Chai2019-02-031-12/+4
|\
| * mgr: Use Py_BuildValue to create the argument tupleVolker Theile2019-02-011-12/+4
* | mgr: load modules in finisher to avoid potential lock cyclesMykola Golub2019-01-308-79/+91
|/
* Merge pull request #26133 from dillaman/wip-37913Mykola Golub2019-01-291-1/+1
|\
| * mgr/MgrClient: reduce log level when issuing a command when not connectedJason Dillaman2019-01-251-1/+1