Valery V. Vorotyntsev
|
0e50884525
|
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
|
ffeb7515a4
|
Add newline to fix rendering bug
|
2020-06-03 15:21:06 -04:00 |
Jono Sosulska
|
7a13c96a2a
|
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
|
967ecf59b0
|
Remove underscores from gateway URL paths (#7962)
|
2020-05-28 14:19:17 -05:00 |
Jeff Escalante
|
306e8c84b6
|
update dependencies
|
2020-05-21 14:50:45 -04:00 |
Jeff Escalante
|
b685869419
|
remove 'sidebar_current' from frontmatter
|
2020-04-28 12:53:24 -04:00 |
Jeff Escalante
|
99784c4f24
|
replace internal .html link extensions
|
2020-04-28 12:53:20 -04:00 |
Jeff Escalante
|
4211f12f38
|
remove internal /index.html
|
2020-04-28 12:53:20 -04:00 |
Jeff Escalante
|
086073d6fb
|
docs rendering
|
2020-04-28 12:53:18 -04:00 |
Jeff Escalante
|
957c04eb20
|
intro and api navigation converted
|
2020-04-28 12:52:44 -04:00 |
Jeff Escalante
|
0d9e72f1dc
|
initial
|
2020-04-28 12:52:43 -04:00 |