summaryrefslogtreecommitdiffstats
path: root/src/mgr/MgrStandby.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* mgr/Mgr: remove shutdown() and handle_signal()Ramana Raja2023-11-031-1/+0
* mgr: build without "using namespace std"Kefu Chai2021-08-131-1/+1
* monc: Asifoact MonClientAdam C. Emerson2020-05-151-0/+2
* Revert "Merge pull request #16715 from adamemerson/wip-I-Object!"Sage Weil2019-11-221-2/+0
* Merge pull request #16715 from adamemerson/wip-I-Object!Casey Bodley2019-11-191-0/+2
|\
| * monc: Asifoact MonClientAdam C. Emerson2019-11-041-0/+2
* | mgr: invoke plugin shutdown on SIG{TERM,INT} signals.Venky Shankar2019-10-241-1/+0
|/
* mgr: s/Mutex/ceph::mutex/Kefu Chai2019-08-031-1/+1
* msg: remove old ms_* auth methods from Dispatcher interfaceSage Weil2019-04-241-1/+0
* mgr/{Mgr,MgrStandby}: use ref_t<M>Kefu Chai2019-04-181-2/+2
* mgr: load modules in finisher to avoid potential lock cyclesMykola Golub2019-01-301-0/+1
* msg/Dispatcher: remove force_new arg from ms_get_authorizer()Sage Weil2019-01-171-2/+1
* common: move ConfigValues out of md_config_tKefu Chai2018-07-101-1/+1
* common: add LockPolicy to md_config_tKefu Chai2018-06-271-2/+2
* mgr: centralized setting/getting of mgr configsRubab-Syed2018-04-231-0/+1
* mgr: have MgrStandby send mgr reports to active mgr (even self!)Sage Weil2018-03-061-1/+3
* mgr: refactor python module managementJohn Spray2017-11-011-0/+2
* mgr: transmit command descriptions to mgr in activating beaconJohn Spray2017-07-191-0/+2
* mgr: remove useless headers in MgrStandby.hliuchang08122017-07-091-5/+0
* mgr/MgrStandby: respawn when deactivatedSage Weil2017-06-071-1/+5
* mgr: switch from send_beacon() to tick()Greg Farnum2017-06-021-1/+2
* Merge pull request #15176 from SUSE/wip-mgr-fix-helpSage Weil2017-06-021-1/+0
|\
| * mgr: add generic --help outputTim Serong2017-05-191-1/+0
* | mgr/MgrStandby: prevent use-after-free on just-shut-down MgrSage Weil2017-05-261-1/+1
|/
* mgr: do not use pointers for MgrStandby membersKefu Chai2017-05-061-7/+8
* mgr: embed Client instance for mds_commandJohn Spray2017-05-031-0/+4
* mgr/MgrStandby: add LogClientSage Weil2017-03-291-2/+14
* mgr: add override in headersliuchang08122017-03-031-6/+6
* mgr: use unique_ptr for MgrStandby::active_mgrJohn Spray2017-02-271-1/+1
* mgr: update for Dispatcher::ms_handle_refusedJohn Spray2016-09-291-0/+2
* mgr: enable active daemon to return to standbyJohn Spray2016-09-291-0/+4
* mgr: flesh out standby/HAJohn Spray2016-09-291-0/+60