index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mon
/
MonMap.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mon/ElectionLogic: tie-breaker ignore proposal from marked down mon
Kamoltat
2024-06-26
1
-1
/
+2
*
ceph-dencoder: osd - Add missing types
NitzanMordhai
2023-12-20
1
-0
/
+2
*
mon: make paxos_size() unsigned
Kefu Chai
2022-07-16
1
-1
/
+1
*
monmap, crimson: unify handling of mon_host and most_host_override.
Radoslaw Zarzynski
2021-08-31
1
-0
/
+2
*
mon: build without "using namespace std"
Kefu Chai
2021-08-13
1
-2
/
+2
*
mon/MonMap: fix unconditional failure for init_with_hosts
Patrick Donnelly
2020-10-24
1
-4
/
+3
*
Merge remote-tracking branch 'origin/master' into wip-stretch-mode
Greg Farnum
2020-09-14
1
-3
/
+15
|
\
|
*
mon: store mon updates in ceph context for future MonMap instantiation
Shyamsundar Ranganathan
2020-08-13
1
-3
/
+15
*
|
mon: try to enforce monitor locations in stretch mode; warn on failure
Greg Farnum
2020-07-20
1
-0
/
+3
*
|
mon: detect when a stretch mode site is down and enter "degraded" mode
Greg Farnum
2020-07-20
1
-0
/
+1
*
|
mon: encode tiebreaker_mon in MonMap
Greg Farnum
2020-07-20
1
-0
/
+1
*
|
mon: add enable_stretch_mode command with skeleton implementation
Greg Farnum
2020-07-20
1
-0
/
+1
*
|
mon: add crush_loc to mon_info_t
Greg Farnum
2020-07-20
1
-0
/
+5
*
|
mon: switch removed_ranks monmap representation to fix issues
Greg Farnum
2020-07-20
1
-2
/
+2
*
|
mon: add/remove disallowed monitors from the command line
Greg Farnum
2020-07-08
1
-0
/
+6
*
|
mon: make the election strategy configurable at setup and runtime
Greg Farnum
2020-07-08
1
-0
/
+8
*
|
mon: track when we remove a rank and update ConnectionTracker
Greg Farnum
2020-07-08
1
-0
/
+5
|
/
*
crimson: s/ceph/crimson/ in namespace names
Kefu Chai
2019-10-24
1
-2
/
+2
*
mon: make mon summary more concise in 'ceph -s'
Sage Weil
2019-08-06
1
-0
/
+1
*
src/: define ceph_release_t and use it
Kefu Chai
2019-05-04
1
-1
/
+2
*
Merge PR #27146 into master
Sage Weil
2019-04-03
1
-0
/
+7
|
\
|
*
mon/MonMap: add min_quorum_size() helper
Sage Weil
2019-04-01
1
-0
/
+7
*
|
mon: Update MonMap to work without using namespace
Adam C. Emerson
2019-03-29
1
-49
/
+49
*
|
mon/MonClient: take all-0 weights as a special case
Kefu Chai
2019-03-22
1
-4
/
+2
|
/
*
mon: add set-weight command
xie xingguo
2019-03-20
1
-0
/
+5
*
mon/MonMap: dump weight
xie xingguo
2019-03-20
1
-0
/
+5
*
mon/MonMap: add weight to mon_info_t
xie xingguo
2019-03-20
1
-7
/
+12
*
mon/MonMap: dump priority
xie xingguo
2019-03-15
1
-0
/
+5
*
mon/MonMap: add min_mon_release field
Sage Weil
2019-02-12
1
-0
/
+3
*
Merge PR #25849 into master
Sage Weil
2019-01-17
1
-4
/
+12
|
\
|
*
mon: make bootstrap rank check more robust
Sage Weil
2019-01-15
1
-4
/
+11
|
*
mon/MonMap: calc_addr_mons() after setting rank addrvec
Sage Weil
2019-01-08
1
-0
/
+1
*
|
mon/MonMap: improve/fix initial monmap generation for mkfs
Sage Weil
2019-01-11
1
-1
/
+2
*
|
ceph-mon: make membership check with public_addr more robust
Sage Weil
2019-01-11
1
-2
/
+8
*
|
mon: adjust mon sync, extra_probe_peers to use addrvec
Sage Weil
2019-01-08
1
-1
/
+1
|
/
*
mon/MonMap: adjust build_initial behavior for mkfs vs probe
Sage Weil
2019-01-03
1
-7
/
+9
*
mon/MonMap: remove get_addr() methods
Sage Weil
2018-12-21
1
-9
/
+0
*
mon/MonMap: fix set_addr() caller, kill wrapper
Sage Weil
2018-12-21
1
-4
/
+0
*
mon/MonMap: remove addr-based add()
Sage Weil
2018-12-21
1
-3
/
+0
*
mon/MonMap: handle ambiguous mon addrs by trying both legacy and msgr
Sage Weil
2018-12-21
1
-2
/
+7
*
mon/MonMap: take addrvec for set_initial_members
Sage Weil
2018-12-21
1
-1
/
+2
*
mon/MonMap: addr -> addrvec
Sage Weil
2018-12-21
1
-30
/
+70
*
crimson: add MonMap
Kefu Chai
2018-10-09
1
-4
/
+25
*
mon/MonMap: split build_from_host_list() into smaller pieces
Kefu Chai
2018-10-09
1
-11
/
+22
*
mon/MonMap: split MonMap::build_initial() into smaller pieces
Kefu Chai
2018-10-09
1
-0
/
+6
*
common/config: cleanup config_fwd.h
Kefu Chai
2018-09-06
1
-2
/
+6
*
mon: Use ceph_assert for asserts.
Adam C. Emerson
2018-08-27
1
-13
/
+13
*
mon/MonMap: add more const'ness to its methods
Kefu Chai
2018-08-23
1
-6
/
+8
*
mon/MonMap: remove duplicate code in get_rank
Yao Zongyou
2018-08-13
1
-4
/
+1
*
mon/MonMap: kill get_inst()
Sage Weil
2018-07-30
1
-13
/
+0
[next]