summaryrefslogtreecommitdiffstats
path: root/src/messages/MMgrBeacon.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* mgr: set MMgrBeacon high prioritywanwencong2023-11-231-1/+4
* mgr: store names of modules that register RADOS clients in the MgrMapRamana Raja2023-02-281-6/+35
* messages: drop compatibility for pre-octopus versionsKefu Chai2021-02-231-35/+10
* message: mark message classes "final"Kefu Chai2020-11-161-1/+1
* messages: use final specifier for destructorPatrick Donnelly2020-11-101-1/+1
* messages: Build target 'common' without using namespace in headersAdam C. Emerson2020-03-071-3/+4
* mgr: forward RADOS client instances for potential blacklistPatrick Donnelly2019-12-041-1/+14
* mon/MgrMap: include mgr_features in mgrmapSage Weil2019-09-061-4/+12
* src/: use make_message<Foo> instead of Foo::create()Kefu Chai2019-04-181-8/+7
* *: use std::string_view instead of char ptrPatrick Donnelly2019-01-091-1/+1
* mgr: remove dead codeNoah Watkins2018-10-011-1/+0
* messages: define HEAD_VERSION and COMPAT_VERSION inlinedKefu Chai2018-08-171-2/+2
* msg: cleanup factory/ref definition in messagesPatrick Donnelly2018-08-151-6/+3
* msg: add factory method to correctly construct smart_ptrPatrick Donnelly2018-08-151-0/+6
* messages/MMgrBeacon: fix pre-addrvec compatSage Weil2018-06-071-5/+12
* mgr: use entity_addrvec_t for MgrMapSage Weil2018-05-311-7/+7
* core: use const_iterator for decodeKefu Chai2018-05-171-1/+1
* mon: expose can_run flag in `module ls` + mgr dumpJohn Spray2018-01-241-43/+7
* mgr: evaluate `can_run` method on modulesJohn Spray2018-01-241-9/+80
* messages: Use unqualified encode/decodeAdam C. Emerson2018-01-101-18/+19
* messages: `services` in MMgrBeaconJohn Spray2017-11-011-1/+17
* mgr: use rvalue ref for MMgrBeacon metadataSage Weil2017-07-211-2/+2
* mon/MgrMonitor: store mgr daemon metadataSage Weil2017-07-211-3/+12
* mgr: transmit command descriptions to mgr in activating beaconJohn Spray2017-07-191-1/+19
* mon,mgr: track available modules in MgrMap tooSage Weil2017-06-301-4/+12
* mgr: include cluster fsid in MMgrBeaconSage Weil2017-03-291-5/+12
* common: add override in msg subsystemliuchang08122017-03-031-5/+5
* mgr: flesh out standby/HAJohn Spray2016-09-291-4/+17
* messages: add ceph-mgr messagesJohn Spray2016-09-291-0/+69