Skip to content

report: mon quorum math change to floor(mons/2 + 1)#88

Merged
JoshuaGabriel merged 1 commit into
mainfrom
wip-mon-quorum
Jun 22, 2026
Merged

report: mon quorum math change to floor(mons/2 + 1)#88
JoshuaGabriel merged 1 commit into
mainfrom
wip-mon-quorum

Conversation

@JoshuaGabriel

@JoshuaGabriel JoshuaGabriel commented Jun 16, 2026

Copy link
Copy Markdown
Collaborator

math for keeping mon quorum based on number of mons

7 mons : floor(7/2 +1) = 4
5 mons : floor(5/2 +1) = 3
3 mons : floor(3/2 +1) = 2

shouldn't affect even number mons
4 mons : floor(4/2 +1) = 3

Signed-off-by: Joshua Blanch <joshua.blanch@clyso.com>
@JoshuaGabriel JoshuaGabriel requested a review from trociny June 16, 2026 15:36
@sam0044

sam0044 commented Jun 22, 2026

Copy link
Copy Markdown
Collaborator

LGTM

@JoshuaGabriel JoshuaGabriel merged commit eecb075 into main Jun 22, 2026
5 checks passed
@JoshuaGabriel JoshuaGabriel deleted the wip-mon-quorum branch June 22, 2026 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants