index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
test
/
mon
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
test: add missing includes
Max Kellermann
2024-12-10
1
-0
/
+1
*
Merge pull request #57003 from linuxkidd/wip-pool-max-avail
Michael J. Kidd
2024-08-10
1
-7
/
+4
|
\
|
*
PGMap: remove pool max_avail scale factor
Michael J. Kidd
2024-08-08
1
-7
/
+4
*
|
mon/ElectionLogic: tie-breaker ignore proposal from marked down mon
Kamoltat
2024-06-26
1
-0
/
+14
*
|
test/mon/test_election: free ConnectionTracker if blocked
Kefu Chai
2024-05-06
1
-14
/
+27
|
/
*
test: : do not increase ref when creating intrusive_ptr<CephContext>
Kefu Chai
2024-03-28
1
-5
/
+5
*
test/mon/test_config_map: free CrushWrapper created with new
Kefu Chai
2024-03-26
1
-4
/
+5
*
test/mon/test_config_map: free CephContext created with new
Kefu Chai
2024-03-26
1
-8
/
+8
*
test/mon: add unittest_config_map
Sage Weil
2023-10-16
2
-0
/
+150
*
test/mon: add commit benchmark script
Patrick Donnelly
2023-07-21
1
-0
/
+27
*
common, librbd, msg, test: fix FTBFS on gcc 13
Tim Serong
2023-05-19
1
-0
/
+1
*
messages/MOSDMap: Rename oldest_map to cluster_osdmap_trim_lower_bound
Matan Breizman
2023-02-02
1
-2
/
+4
*
mon/ConnectionTracker.cc: Improve notify_rank_removed()
Kamoltat
2022-12-09
1
-4
/
+8
*
mon: Init Loggings for ConnectionTracker.cc & Added more loggings to Election...
Kamoltat
2022-12-09
1
-1
/
+1
*
mon: make paxos_size() unsigned
Kefu Chai
2022-07-16
1
-1
/
+1
*
Merge pull request #46764 from Matan-B/wip-matanb-osd-cleanup
Yuri Weinstein
2022-07-12
1
-31
/
+0
|
\
|
*
osd: MOSDPGCreate cleanup
Matan Breizman
2022-06-27
1
-31
/
+0
*
|
mon/Elector: make paxos_size() an int
Kamoltat
2022-06-28
1
-1
/
+1
|
/
*
cleanup: Change incorrect modelines
Adam C. Emerson
2022-01-22
2
-2
/
+2
*
common: modify 'main()s' to use new argv_to_vec() signature
Ronen Friedman
2021-08-19
2
-5
/
+3
*
test: : build without "using namespace std"
Kefu Chai
2021-08-13
3
-0
/
+5
*
test: update test for when cache tier is not available
Deepika Upadhyay
2021-07-27
1
-2
/
+4
*
test: Undo the FreeBSD specific retval test
Willem Jan Withagen
2021-04-12
1
-4
/
+0
*
test/mon: Accept ENOENT as returned value on FreeBSD
Willem Jan Withagen
2020-11-15
1
-0
/
+4
*
test/mon: add tests for mon_host build by hostname
Patrick Donnelly
2020-10-24
1
-0
/
+19
*
test/mon: fix compiler errors in MonMap unittest
Patrick Donnelly
2020-10-24
1
-30
/
+32
*
test/mon: build MonMap unittest
Patrick Donnelly
2020-10-24
1
-0
/
+7
*
osdc: add timeout configs for mons/osds
Patrick Donnelly
2020-10-13
1
-1
/
+1
*
messenger: remove unused variable
Changcheng Liu
2020-09-21
2
-2
/
+2
*
Merge remote-tracking branch 'origin/master' into wip-stretch-mode
Greg Farnum
2020-09-15
1
-0
/
+105
|
\
|
*
test/mon/bench_auth: use processes instead of threads
Josh Durgin
2020-09-03
1
-28
/
+29
|
*
test/mon: add auth change benchmark
Josh Durgin
2020-09-03
1
-0
/
+104
*
|
test: unit test removing ranks from the ConnectionTracker
Greg Farnum
2020-07-20
1
-3
/
+92
*
|
mon: update ConnectionTracker internal representation again
Greg Farnum
2020-07-20
1
-2
/
+6
*
|
test: cleanups in test_election for Kefu
Greg Farnum
2020-07-08
1
-39
/
+41
*
|
mon: elector: use unique_ptr on [stable|leader]peer_tracker, fix a leak
Greg Farnum
2020-07-08
1
-1
/
+2
*
|
mon: elector: add some flexibility when dropping out-of-quorum propose messages
Greg Farnum
2020-07-08
1
-1
/
+1
*
|
test: elector: add some TODOs I built up over time
Greg Farnum
2020-07-08
1
-0
/
+5
*
|
mon: make the election strategy configurable at setup and runtime
Greg Farnum
2020-07-08
1
-1
/
+1
*
|
mon: elector: reset election when we encounter score disagreements
Greg Farnum
2020-07-08
1
-1
/
+1
*
|
mon: elector: spread current election scores in election messages
Greg Farnum
2020-07-08
1
-9
/
+16
*
|
mon: elector: simplify the report sharing interface
Greg Farnum
2020-07-08
1
-20
/
+10
*
|
test: elector: remove init_pings; we handle this in ConnectionTracker better now
Greg Farnum
2020-07-08
1
-9
/
+0
*
|
test: elector: Add a test which directly mangles scores to see if it can recover
Greg Farnum
2020-07-08
1
-4
/
+50
*
|
test: mon: switch some param names to avoid confusing masking
Greg Farnum
2020-07-08
1
-7
/
+7
*
|
mon: replace ConnectionTracker with new implementation
Greg Farnum
2020-07-08
1
-1
/
+1
*
|
test: elector: add debug output for pings
Greg Farnum
2020-07-08
1
-3
/
+12
*
|
test: elector: support differing ping intervals, and add a complete-disconnec...
Greg Farnum
2020-07-08
1
-6
/
+53
*
|
elector: maintain a stable score set while running an election
Greg Farnum
2020-07-08
1
-0
/
+33
*
|
test: elector: new tests that we work while flapping
Greg Farnum
2020-07-08
1
-4
/
+131
[next]