Hi Tim,

On Mon, Dec 04, 2017 at 03:53:30PM +0100, Tim Düsterhus wrote:
> From: Tim Duesterhus <[email protected]>
> --- a/src/haproxy.c
> +++ b/src/haproxy.c
> @@ -761,7 +761,7 @@ restart_wait:
>                               ha_alert("Current worker %d left with exit code 
> %d\n", exitpid, status);
>                               if (status != 0 && status != 130 && status != 
> 143
>                                   && !(global.tune.options & 
> GTUNE_NOEXIT_ONFAILURE)) {
> -                                     ha_alert("exit-on-failure: killing 
> every workers with SIGTERM\n");

I prefer to leave this one, because otherwise the user won't understand why it
killed the workers, and a grep on "exit-on-failure" in the documentation will 
find "no-exit-on-failure" so that's not a problem.

-- 
William Lallemand

Reply via email to