summaryrefslogtreecommitdiffstats
path: root/src/mgr (follow)
Commit message (Expand)AuthorAgeFilesLines
* mgr: update for start_mon_command int->voidJohn Spray2017-03-092-6/+3
* Merge pull request #13794 from liewegas/wip-clog-newlinesKefu Chai2017-03-071-1/+0
|\
| * common: remove \n on clog messagesSage Weil2017-03-061-1/+0
* | mgr: add override in headersliuchang08122017-03-036-40/+40
|/
* Merge pull request #13685 from tchaikov/wip-19097Kefu Chai2017-03-012-8/+7
|\
| * mgr/MgrClient: use unique_ptr for MgrClient::sessionKefu Chai2017-02-282-8/+7
* | Merge pull request #13667 from jcsp/wip-mgr-miscKefu Chai2017-02-282-6/+4
|\ \
| * | mgr: use unique_ptr for MgrStandby::active_mgrJohn Spray2017-02-272-6/+4
| |/
* / mgr: add a get_version to the python interfaceJohn Spray2017-02-271-0/+9
|/
* mgr: mark stale PGsSage Weil2017-02-161-0/+6
* Merge pull request #13436 from Liuchang0812/cleanup-mgrSage Weil2017-02-153-3/+3
|\
| * mgr: add override in mgr subsystemliuchang08122017-02-153-3/+3
* | mon/MonClient: remove unnecessary includeKefu Chai2017-02-141-0/+2
* | mon/monclient: hunt for multiple monitor in parallelKefu Chai2017-02-142-2/+2
|/
* msg: Fix calls to Messenger::create with new parameterSarit Zubakov2017-02-091-1/+2
* mon/MonClient: use std::unique_ptr<>; fix leakSage Weil2017-01-131-5/+6
* mgr: Make stats period configurableliuchang08122017-01-021-1/+1
* Merge pull request #12597 from badone/wip-osdmap-nocopyBrad Hubbard2016-12-241-1/+1
|\
| * OSDMap: Uncomment code to enable private default constructorsBrad Hubbard2016-12-221-1/+1
* | dout: Use dout_contextAdam C. Emerson2016-12-228-0/+9
* | common: Unskew clockAdam C. Emerson2016-12-221-1/+1
|/
* crush/CrushWrapper: encode with featuresSage Weil2016-11-231-1/+1
* assert(0) -> ceph_abort()Sage Weil2016-11-225-11/+12
* Merge pull request #11424 from renhwztetecs/renhw-wip-mgrKefu Chai2016-11-173-2/+9
|\
| * mgr/mgrstandby: display signal infohuanwen ren2016-10-111-0/+1
| * mgr: mgr::init() return when connection daemons failedhuanwen ren2016-10-112-2/+8
* | mgr: remove unnecessary C_StdFunctionJohn Spray2016-11-095-23/+6
* | mgr: PyModules.cc: remove duplicated if condition for fs_mapWeibing Zhang2016-10-251-8/+0
* | Merge pull request #11386 from xiexingguo/xxg-wip-mgr-1008John Spray2016-10-192-4/+10
|\ \
| * | mgr: shutdown finisher in a graceful wayxie xingguo2016-10-171-0/+1
| * | mgr/MgrStandby: do not ignore result of init() of moncxie xingguo2016-10-171-2/+8
| * | mgr/MgrStandby: use mgr_beacon_period to send beaconxie xingguo2016-10-171-2/+1
| |/
* | mon: omit deprecated commands in descPatrick Donnelly2016-10-121-2/+2
* | msg: make loopback Connection feature accurate all the timeSage Weil2016-10-101-1/+1
|/
* Merge pull request #11307 from jcsp/wip-mgr-compileJohn Spray2016-10-042-5/+6
|\
| * mgr: squash compiler warningsJohn Spray2016-10-042-5/+6
* | mgr/MgrClient: implement con reset handlingSage Weil2016-10-032-67/+62
|/
* mgr/MgrClient: fix ms_handle_resetSage Weil2016-10-031-1/+1
* mgr: remove hardcoded site-packagesJohn Spray2016-09-292-20/+71
* mgr: fix OSDMap notificationsJohn Spray2016-09-291-1/+3
* mgr: fixup ClusterState with_*map fnsJohn Spray2016-09-291-6/+7
* mon: refactor PGMap updating code for reuse in mgrJohn Spray2016-09-291-231/+5
* mgr: update for Dispatcher::ms_handle_refusedJohn Spray2016-09-296-0/+20
* common: refactor CommandTableJohn Spray2016-09-292-17/+18
* mgr: skip past broken modules and load the restJohn Spray2016-09-291-2/+1
* mgrc: less vebose logging of messagesJohn Spray2016-09-291-2/+7
* mgr: expose osd stats from pgmapJohn Spray2016-09-291-0/+7
* mgr: dispose of connections after handle_commandJohn Spray2016-09-291-0/+6
* mgrc: mark down connections with dead sessionsJohn Spray2016-09-291-1/+4
* mgr: expose "df" to python modulesJohn Spray2016-09-293-3/+12