Add a note re: pre-0.7 behavior

This commit is contained in:
Sean Chittenden 2016-03-31 18:06:58 -07:00
parent e83e878add
commit bd05093986
1 changed files with 5 additions and 4 deletions

View File

@ -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).
* <a name="start_join"></a><a href="#start_join">`start_join`</a> An array of strings specifying addresses
of nodes to [`-join`](#_join) upon startup.