summaryrefslogtreecommitdiffstats
path: root/src/mgr (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #15697 from gregsfortytwo/wip-mgr-eaccss-20296Sage Weil2017-06-201-2/+4
|\
| * mgr: print a more helpful error message for when users lack mgr cephx capsGreg Farnum2017-06-171-2/+4
* | Merge pull request #15533 from liewegas/wip-crush-versionSage Weil2017-06-201-1/+1
|\ \
| * | mgr/MgrClient: skip sending stats if no sessionSage Weil2017-06-151-1/+1
| |/
* | Merge pull request #15716 from jcsp/wip-mgr-fsmapSage Weil2017-06-171-16/+11
|\ \
| * | mgr: fix MgrStandby eating messagesJohn Spray2017-06-161-16/+11
| |/
* | mgr/DaemonServer: print PGMapDigest summary on sendSage Weil2017-06-161-1/+1
* | Merge pull request #15704 from tchaikov/wip-mgr-raise-in-send-commandKefu Chai2017-06-161-3/+11
|\ \
| * | mgr: raise python exception on failure in send_command()Kefu Chai2017-06-151-3/+11
| |/
* | mon: mgr: enable "osd df" on the managerGreg Farnum2017-06-153-1/+25
* | mon: mgr: move 'osd df' handling to managerGreg Farnum2017-06-151-0/+3
|/
* mgr/PyFormatter: implement dump_format_vaSage Weil2017-06-121-2/+6
* Merge pull request #15573 from liewegas/wip-20208Yuri Weinstein2017-06-091-0/+23
|\
| * mgr/ClusterState: dump pgmap and inc at dout 30Sage Weil2017-06-081-0/+23
* | Merge pull request #15560 from dmick/masterSage Weil2017-06-091-8/+6
|\ \
| * | mgr/DaemonServer.cc: log daemon type string as well as idDan Mick2017-06-081-8/+6
* | | Merge pull request #15562 from tchaikov/wip-no-assert.hSage Weil2017-06-095-15/+0
|\ \ \
| * | | msg,common: do not include assert.h everywhere to clobber <assert.h>Kefu Chai2017-06-085-15/+0
| |/ /
* | | Merge pull request #15578 from jcsp/wip-mgr-cleanupSage Weil2017-06-093-2/+16
|\ \ \
| * | | mgr: drop PyModules::lock around module shutdown callsJohn Spray2017-06-081-0/+2
| * | | mgr: don't let TYPE_CLIENT entities send statsJohn Spray2017-06-081-1/+13
| * | | mgr: don't log successful ceph_config_get as errJohn Spray2017-06-081-1/+1
| |/ /
* | | Merge pull request #15405 from liewegas/wip-rest-testSage Weil2017-06-094-4/+49
|\ \ \
| * | | mgr/Mgr: fix deadlock in load_configSage Weil2017-06-081-1/+2
| * | | mgr: add get_config_prefixSage Weil2017-06-083-0/+37
| * | | mgr/PyState: add get_mgr_id() to module interfaceSage Weil2017-06-081-0/+8
| * | | mgr/PyModules: prefix by mgr/, not mgr/$id/Sage Weil2017-06-081-3/+2
| |/ /
* | | Merge pull request #15557 from liewegas/wip-mgr-respawnSage Weil2017-06-082-10/+51
|\ \ \ | |/ / |/| |
| * | mgr/MgrStandby: respawn when deactivatedSage Weil2017-06-072-10/+51
| |/
* | Merge pull request #14866 from chardan/jfw-wip-halflife_atomic_t-varanKefu Chai2017-06-085-3/+18
|\ \ | |/ |/|
| * compile fixups for doutJesse Williamson2017-06-025-0/+15
| * mgr: fixes compiler error because of atomic_t to <atomic>Jesse Williamson2017-06-021-3/+3
* | mgr/DaemonServer: stop spamming log with pg statsSage Weil2017-06-051-4/+0
* | mon: mgr: pgstats: do available-space calculations on mgr instead of monGreg Farnum2017-06-021-3/+4
* | mgr: reset pending_inc after applying itKefu Chai2017-06-021-1/+2
* | mgr/MgrStandby: reset subscriptions when we become non-activeSage Weil2017-06-021-0/+5
* | mgr/ClusterState: make pg stat filtering less fragileSage Weil2017-06-022-7/+18
* | mgr/DaemonServer: log pgmap usage to cluster logSage Weil2017-06-021-0/+4
* | mgr: apply PGMap incremental at same interval as reportsSage Weil2017-06-023-3/+13
* | mgr: drop useless __func__ printsSage Weil2017-06-021-1/+1
* | mgr: simplify handling of new pgs/poolsSage Weil2017-06-021-2/+0
* | mgr/ClusterState: apply latest osdmap to pgmapSage Weil2017-06-021-0/+1
* | mgr,mon: move 'osd {scrub,deep-scrub,repair}' handling to mgrSage Weil2017-06-022-1/+72
* | mgr/DaemonServer: use registered osd session to send scrub messagesSage Weil2017-06-021-10/+13
* | mgr/DaemonServer: keep registry of osd sessionsSage Weil2017-06-023-1/+30
* | mgr: add a command "mgr report"Kefu Chai2017-06-025-27/+23
* | mgr/ClusterState: report health about pgsSage Weil2017-06-021-1/+8
* | osd: stop sending pgstat if luminousKefu Chai2017-06-022-2/+7
* | mgr: send PGMapDigest instead of PGMap to monSage Weil2017-06-021-1/+3
* | mon/PGMap: move summary information into parent PGMapDigest objectSage Weil2017-06-021-1/+1