summaryrefslogtreecommitdiffstats
path: root/src/mon/MonMap.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #60554 from jshen28/fix-legacy-addr-mismatchIlya Dryomov2024-11-131-1/+6
|\
| * Make mon addrs consistent with mon infoshenjiatong2024-11-061-1/+6
* | src/mon/MonMap: modify dump functionKamoltat Sirivadhna2024-09-221-2/+2
|/
* ceph-dencoder: osd - Add missing typesNitzanMordhai2023-12-201-0/+21
* src/mon: Added more loggings for disallowed_leadersKamoltat2023-10-111-0/+1
* mon: change how we handle removed_ranksKamoltat2022-12-091-1/+2
* Merge pull request #43932 from gregsfortytwo/wip-53258-dump-disallowedGregory Farnum2021-11-161-0/+3
|\
| * mon: MonMap: display disallowed_leaders whenever they're setGreg Farnum2021-11-131-0/+3
* | mon: MonMap: do not increase mon_info_t's compatv in stretch mode, for realGreg Farnum2021-11-151-2/+2
|/
* crimson, monmap: add more debugs around building initial monmap.Radoslaw Zarzynski2021-10-251-0/+5
* Merge pull request #43373 from gregsfortytwo/wip-mon-stretch-new-tiebreaker-5...Gregory Farnum2021-10-081-1/+4
|\
| * mon: dump tiebreaker_mon in MonMapGreg Farnum2021-10-051-1/+4
* | crimson, monmap: inform about errors in MonMap::init_with_dns_srv().Radoslaw Zarzynski2021-10-071-1/+15
* | crimson, monmap: limit the scope of the seastar namespace inclusion.Radoslaw Zarzynski2021-10-071-6/+5
|/
* monmap, crimson: unify handling of mon_host and most_host_override.Radoslaw Zarzynski2021-08-311-18/+18
* monmap, crimson: add support for the mon_host_override configurable.Radoslaw Zarzynski2021-08-301-0/+14
* mon: build without "using namespace std"Kefu Chai2021-08-131-0/+2
* msg/msg_types: add a default_type param to entity_addr_t::parse()Kefu Chai2021-04-051-1/+1
* mon: add a missing space in disallowed_leaders outputGreg Farnum2020-12-101-1/+1
* Merge pull request #37915 from gregsfortytwo/wip-stretch-fixesGregory Farnum2020-11-091-8/+21
|\
| * mon: include stretch mode status in more outputsGreg Farnum2020-11-061-2/+12
| * mon: monmap: print out disallowed_leaders in text form, when non-emptyGreg Farnum2020-11-061-0/+3
| * mon: Do not increase compatv when using monitor location or stretch modeGreg Farnum2020-11-061-6/+6
* | mon/MonMap: fix unconditional failure for init_with_hostsPatrick Donnelly2020-10-241-10/+8
|/
* Merge PR #37202 into masterPatrick Donnelly2020-09-191-0/+15
|\
| * mon: allow overriding the initial mon_hostPatrick Donnelly2020-09-171-0/+15
* | Merge remote-tracking branch 'origin/master' into wip-stretch-modeGreg Farnum2020-09-141-32/+32
|\|
| * mon: store mon updates in ceph context for future MonMap instantiationShyamsundar Ranganathan2020-08-131-32/+32
* | mon: try to enforce monitor locations in stretch mode; warn on failureGreg Farnum2020-07-201-0/+23
* | mon: detect when a stretch mode site is down and enter "degraded" modeGreg Farnum2020-07-201-0/+3
* | mon: encode tiebreaker_mon in MonMapGreg Farnum2020-07-201-0/+5
* | mon: add enable_stretch_mode command with skeleton implementationGreg Farnum2020-07-201-3/+11
* | mon: add crush_loc to mon_info_tGreg Farnum2020-07-201-4/+14
* | mon: add/remove disallowed monitors from the command lineGreg Farnum2020-07-081-0/+3
* | mon: make the election strategy configurable at setup and runtimeGreg Farnum2020-07-081-0/+8
* | mon: track when we remove a rank and update ConnectionTrackerGreg Farnum2020-07-081-2/+6
|/
* buffer: base exceptions on system_errorAdam C. Emerson2020-05-151-3/+3
* common: move to_string and to_integer overloads into root namespaceAdam C. Emerson2020-04-061-4/+4
* common: drop sharing of buffer::raw outside bufferlist.Radoslaw Zarzynski2020-01-231-1/+2
* remove the restriction of address type in init_with_hosts when build initial ...Hao Xiong2019-11-171-2/+4
* mon/MonMap: encode (more) valid compat monmap when we have v2-only addrsSage Weil2019-11-071-1/+10
* crimson: s/ceph/crimson/ in namespace namesKefu Chai2019-10-241-2/+2
* crimson/osd: Message has non-null ref to SocketConnection now.Radoslaw Zarzynski2019-09-051-7/+7
* mon: make mon summary more concise in 'ceph -s'Sage Weil2019-08-061-0/+8
* mon/MonMap: dump timestamps in UTCSage Weil2019-05-291-2/+2
* src/: define ceph_release_t and use itKefu Chai2019-05-041-4/+4
* mon: Update MonMap to work without using namespaceAdam C. Emerson2019-03-291-29/+27
* mon/MonClient: take all-0 weights as a special caseKefu Chai2019-03-221-2/+2
* mon/MonMap: dump weightxie xingguo2019-03-201-0/+1
* mon/MonMap: add weight to mon_info_txie xingguo2019-03-201-24/+48