summaryrefslogtreecommitdiffstats
path: root/src/mgr/StandbyPyModules.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* mgr: generate crash dump for python exceptionsSage Weil2021-06-231-1/+1
* mgr: rename config_prefix -> mgr_store_prefixSage Weil2021-02-171-2/+2
* mgr: fix config option prefixSage Weil2021-02-171-2/+1
* mgr: do not include unused header filesKefu Chai2020-11-161-6/+0
* {tools,rbd,rados,rgw}: Fix Boost.Bind placeholder warningAdam C. Emerson2020-07-171-0/+2
* mgr: fix race between module load and notifyMykola Golub2020-01-131-7/+6
* mgr: drop the compatibility with python2Kefu Chai2019-12-191-1/+1
* include: convert FunctionContext usage to generic LambdaContextPatrick Donnelly2019-09-161-1/+1
* mgr: s/Mutex/ceph::mutex/Kefu Chai2019-08-031-4/+4
* mgr: load modules in finisher to avoid potential lock cyclesMykola Golub2019-01-301-23/+27
* mgr: Mutex::Locker -> std::lock_guardSage Weil2018-10-161-2/+2
* Rename "include/assert.h"Brad Hubbard2018-09-141-1/+1
* mgr: Use ceph_assert for asserts.Adam C. Emerson2018-08-271-3/+3
* common: extract SubProcess impl into .ccKefu Chai2018-07-121-0/+1
* mgr: implement get_store in StandbyPyModulesJohn Spray2018-04-271-5/+50
* mgr: rework kv store load pathJohn Spray2018-04-231-4/+3
* mgr: centralized setting/getting of mgr configsRubab-Syed2018-04-231-49/+9
* misc: fix various log messagesGu Zhongyan2018-04-091-1/+1
* mgr: load all modules (not just active ones)John Spray2018-01-241-14/+10
* mgr: emit cluster log message on serve() exceptionJohn Spray2017-11-011-3/+4
* mgr: update for SafeThreadStateJohn Spray2017-11-011-2/+2
* mgr: fix thread namingJohn Spray2017-11-011-3/+4
* mgr: cut down duplication between active+standbyJohn Spray2017-11-011-69/+0
* mgr: standby modules come up and run nowJohn Spray2017-11-011-0/+268