From dd57071240d6d31dc262a293b9d9b219b59cf4c9 Mon Sep 17 00:00:00 2001 From: Ryan Uber Date: Wed, 6 May 2015 12:13:21 -0700 Subject: [PATCH] website: Document peers api consistency. Fixes #880 --- website/source/docs/agent/http/status.html.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/source/docs/agent/http/status.html.markdown b/website/source/docs/agent/http/status.html.markdown index 02de4deb37..d012fa37c9 100644 --- a/website/source/docs/agent/http/status.html.markdown +++ b/website/source/docs/agent/http/status.html.markdown @@ -41,3 +41,6 @@ the agent is running. It returns a list of addresses, such as: "10.1.10.10:8300" ] ``` + +This list of peers is strongly consistent and can be useful in determining when +a given server has successfully joined the cluster.