From 03abd7157b3d44e21e6bdc3107f323e71fccae55 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Fri, 6 Oct 2017 14:38:21 -0700 Subject: [PATCH] Update raft.html.md --- website/source/api/operator/raft.html.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/website/source/api/operator/raft.html.md b/website/source/api/operator/raft.html.md index 486680893..5ac180074 100644 --- a/website/source/api/operator/raft.html.md +++ b/website/source/api/operator/raft.html.md @@ -28,9 +28,9 @@ The table below shows this endpoint's support for [consistency modes](/api/index.html#consistency-modes), and [required ACLs](/api/index.html#acls). -| Blocking Queries | Consistency Modes | ACL Required | -| ---------------- | ----------------- | --------------- | -| `NO` | `none` | `operator:read` | +| Blocking Queries | Consistency Modes | ACL Required | +| ---------------- | --------------------- | --------------- | +| `NO` | `default` and `stale` | `operator:read` | ### Parameters @@ -40,7 +40,10 @@ The table below shows this endpoint's support for - `stale` `(bool: false)` - If the cluster does not currently have a leader an error will be returned. You can use the `?stale` query parameter to read the - Raft configuration from any of the Consul servers. + Raft configuration from any of the Consul servers. Not setting this will choose + the default consistency mode which will forward the reqest to the leader for + processing but not re-confirm the server is still the leader before returning + results. See [default consistency](/api/index.html#default) for more details. ### Sample Request