summaryrefslogtreecommitdiffstats
path: root/src/mon/MgrMap.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* mon/MgrMonitor: allow disabling always-on MGR modulesRishabh Dave2024-10-191-2/+18
* mon/MgrMonitor: add "down" setting to simplify testingPatrick Donnelly2024-01-101-2/+11
* ceph-dencoder: osd - Add missing typesNitzanMordhai2023-12-201-4/+49
* mgr: force propose whenever the active changesPatrick Donnelly2023-03-131-0/+7
* mgr: store names of modules that register RADOS clients in the MgrMapRamana Raja2023-02-281-7/+38
* mon/MgrMap: dump last_failure_osd_epoch and active_clients at top levelIlya Dryomov2023-02-271-2/+2
* mon: add 'mgr stat' commandSage Weil2021-01-251-0/+1
* blacklist -> blocklistSage Weil2020-08-241-1/+1
* mon/MgrMap: let get_active_addrs() return a const refKefu Chai2020-07-271-1/+1
* mon/MgrMap: use always_on_modules from most recent releaseSage Weil2020-04-081-3/+13
* common: move to_string and to_integer overloads into root namespaceAdam C. Emerson2020-04-061-1/+1
* mgr: forward RADOS client instances for potential blacklistPatrick Donnelly2019-12-041-2/+13
* mon/MgrMonitor: blacklist previous instancePatrick Donnelly2019-12-041-1/+8
* mon/MgrMap: dump mgr_features as an object propertyKefu Chai2019-09-221-1/+1
* mon/MgrMap: include mgr_features in mgrmapSage Weil2019-09-061-10/+23
* mon/MgrMap: make print_summary (used by 'ceph -s') more conciseSage Weil2019-08-051-1/+12
* src/: define ceph_release_t and use itKefu Chai2019-05-041-2/+3
* mon: Update MgrMap.h to work without using namespaceAdam C. Emerson2019-03-291-18/+18
* Merge PR #25009 into masterSage Weil2019-01-041-0/+1
|\
| * mon/MgrMap: maintain compat active_addr fieldSage Weil2019-01-031-0/+1
* | mon/MgrMap: define ModuleOptions and include in mapSage Weil2018-12-191-1/+99
|/
* mgr: monitor-controlled always on modulesNoah Watkins2018-10-011-1/+28
* mgr/MgrMap: include mgr age in map printerSage Weil2018-09-061-2/+10
* mon/MgrMap: track active_changed timestampSage Weil2018-09-061-2/+12
* mon: Use ceph_assert for asserts.Adam C. Emerson2018-08-271-1/+1
* mon/MgrMap: fix pre-addrvec compatSage Weil2018-06-071-22/+39
* mgr: use entity_addrvec_t for MgrMapSage Weil2018-05-311-7/+7
* core: use const_iterator for decodeKefu Chai2018-05-171-3/+3
* mon,mgr: improve 'mgr module disable/enable' cmdsGu Zhongyan2018-04-231-0/+17
* mon: respect can_run flags when enabling modulesJohn Spray2018-04-161-0/+14
* mon: expose can_run flag in `module ls` + mgr dumpJohn Spray2018-01-241-43/+156
* mgr: evaluate `can_run` method on modulesJohn Spray2018-01-241-1/+1
* mon: Use unqualified encode/decodeAdam C. Emerson2018-01-101-24/+24
* mon/MgrMap: store list of servicesJohn Spray2017-11-011-1/+15
* mon/MgrMonitor: 'mgr metadata', 'mgr versions', 'mgr count-metadata'Sage Weil2017-07-211-0/+23
* mon,mgr: track available modules in MgrMap tooSage Weil2017-06-301-4/+35
* mon,mgr: manage mgr module list in mgrmapSage Weil2017-06-301-2/+13
* mon: don't prefix mgr summary with epoch numberJohn Spray2017-06-061-1/+0
* mon/MgrMap: prefix summary with epoch; add commaSage Weil2017-06-021-3/+3
* mon: revise "ceph status" outputJohn Spray2017-05-311-2/+4
* mon: tweak mgr status textJohn Spray2017-04-301-1/+6
* mon/MgrMap: implement dump, add to ceph-dencoderSage Weil2017-03-301-27/+32
* mon/MgrMonitor: print MgrMap to log on each changeSage Weil2017-03-301-0/+6
* mgr/MgrMap: initialize all fieldsSage Weil2016-10-041-11/+7
* mgr: flesh out standby/HAJohn Spray2016-09-291-2/+95
* mon: add MgrMonitorJohn Spray2016-09-291-0/+57