From b073ec72f3774b1b256106bd060062ad38cca352 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Thu, 6 Oct 2016 21:38:29 -0700 Subject: [PATCH] Adds a note about child process reaping going away. --- website/source/docs/agent/options.html.markdown | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/website/source/docs/agent/options.html.markdown b/website/source/docs/agent/options.html.markdown index 9d25da28d4..65c70c0d76 100644 --- a/website/source/docs/agent/options.html.markdown +++ b/website/source/docs/agent/options.html.markdown @@ -628,7 +628,10 @@ Consul will not enable TLS for the HTTP API unless the `https` port has been ass * `reap` This controls Consul's automatic reaping of child processes, which is useful if Consul is running as PID 1 in a Docker container. If this isn't specified, then Consul will automatically reap child processes if it detects it is running as PID 1. If this is set to true or false, then - it controls reaping regardless of Consul's PID (forces reaping on or off, respectively). + it controls reaping regardless of Consul's PID (forces reaping on or off, respectively). This option was removed + in Consul 0.7.1. For later versions of Consul, you will need to reap processes using a wrapper, please see the + [Consul Docker image entry point script](https://github.com/hashicorp/docker-consul/blob/master/0.X/docker-entrypoint.sh) + for an example. * `reconnect_timeout` This controls how long it takes for a failed node to be completely removed from the cluster. This defaults to