mirror of https://github.com/hashicorp/consul
Backport of Updated docs added explanation. into release/1.16.x (#17791)
* backport of commitpull/17804/head2f94024b35
* backport of commit7626d0992d
* backport of commit79aabc958a
* backport of commit44eee4168b
* Updated docs added explanation. (#17751) * init * fix tests * added -detailed in docs * added change log * fix doc * checking for entry in map * fix tests * removed detailed flag * removed detailed flag * revert unwanted changes * removed unwanted changes * updated change log * pr review comment changes * pr comment changes single API instead of two * fix change log * fix tests * fix tests * fix test operator raft endpoint test * Update .changelog/17582.txt Co-authored-by: Semir Patel <semir.patel@hashicorp.com> * nits * updated docs * explanation added --------- Co-authored-by: Semir Patel <semir.patel@hashicorp.com> * fix diff * fix diff --------- Co-authored-by: Ashesh Vidyut <ashesh.vidyut@hashicorp.com> Co-authored-by: Ashesh Vidyut <134911583+absolutelightning@users.noreply.github.com> Co-authored-by: Semir Patel <semir.patel@hashicorp.com>
parent
b61cfa8078
commit
b229229a06
|
@ -66,6 +66,10 @@ Raft configuration.
|
|||
`Voter` is "true" or "false", indicating if the server has a vote in the Raft
|
||||
configuration.
|
||||
|
||||
`Commit Index` is the last log index the server has a record of in its Raft log.
|
||||
|
||||
`Trails Leader By` is the difference in commit index the server has from the leader.
|
||||
|
||||
#### Command Options
|
||||
|
||||
- `-stale` - Enables non-leader servers to provide cluster state information.
|
||||
|
|
Loading…
Reference in New Issue