Valery V. Vorotyntsev
|
3098bc8593
|
Fix quorum formula in consensus.mdx (#8166)
[Add & Remove Servers](https://learn.hashicorp.com/consul/day-2-operations/servers)
guide uses `(N/2)+1` quorum formula. So does the
[Raft implementation](5927dcda05/raft.go (L909) ).
Consensus Protocol document uses `(n+1)/2` formula.
This formula is not only different, it conflicts with the
[Deployment Table](https://www.consul.io/docs/internals/consensus.html#deployment_table)
in the same document; e.g., (6+1)/2 = 3, not 4.
Replace `(n+1)/2` with `(N/2)+1` in Consensus Protocol document.
|
2020-06-24 14:23:36 +02:00 |
Kevin Pruett
|
bf0b5055f1
|
Add newline to fix rendering bug
|
2020-06-03 15:21:06 -04:00 |
Jono Sosulska
|
c554ba9e10
|
Replace whitelist/blacklist terminology with allowlist/denylist (#7971)
* Replace whitelist/blacklist terminology with allowlist/denylist
|
2020-05-29 14:19:16 -04:00 |
Chris Piraino
|
6c444ba24c
|
Remove underscores from gateway URL paths (#7962)
|
2020-05-28 14:19:17 -05:00 |
Jeff Escalante
|
326ec30d68
|
update dependencies
|
2020-05-21 14:50:45 -04:00 |
Jeff Escalante
|
a8a3c76983
|
remove 'sidebar_current' from frontmatter
|
2020-04-28 12:53:24 -04:00 |
Jeff Escalante
|
2bfa64f903
|
replace internal .html link extensions
|
2020-04-28 12:53:20 -04:00 |
Jeff Escalante
|
9cd0b95f24
|
remove internal /index.html
|
2020-04-28 12:53:20 -04:00 |
Jeff Escalante
|
711352bcf1
|
docs rendering
|
2020-04-28 12:53:18 -04:00 |
Jeff Escalante
|
6bd1a51413
|
intro and api navigation converted
|
2020-04-28 12:52:44 -04:00 |
Jeff Escalante
|
93bc85dc4f
|
initial
|
2020-04-28 12:52:43 -04:00 |