From bd05093986b7d1dd802533d4d8756b789e88521b Mon Sep 17 00:00:00 2001 From: Sean Chittenden Date: Thu, 31 Mar 2016 18:06:58 -0700 Subject: [PATCH] Add a note re: pre-0.7 behavior --- website/source/docs/agent/options.html.markdown | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/website/source/docs/agent/options.html.markdown b/website/source/docs/agent/options.html.markdown index fffeba52bd..df90858970 100644 --- a/website/source/docs/agent/options.html.markdown +++ b/website/source/docs/agent/options.html.markdown @@ -628,10 +628,11 @@ Consul will not enable TLS for the HTTP API unless the `https` port has been ass hitting Control-C in a terminal), Consul will gracefully leave the cluster. Setting this to `true` disables that behavior. The default behavior for this feature varies based on whether or not the agent is running as a - client or a server. On agents in client-mode, this defaults to `false` and - for agents in server-mode, this defaults to `true` (i.e. Ctrl-C on a server - will keep the server in the cluster and therefore quorum, and Ctrl-C on a - client will gracefully leave). + client or a server (prior to Consul 0.7 the default value was + unconditionally set to `false`). On agents in client-mode, this defaults + to `false` and for agents in server-mode, this defaults to `true` + (i.e. Ctrl-C on a server will keep the server in the cluster and therefore + quorum, and Ctrl-C on a client will gracefully leave). * `start_join` An array of strings specifying addresses of nodes to [`-join`](#_join) upon startup.