Hi Olivier,

On 16/01/2018 15:43, Olivier Houchard wrote:
> I'm not so sure about this.
> It won't be checked again when server are enabled, so you won't get the
> warning if it's still the case.
> You shouldn't get those warnings unless multiple servers have the same IP,
> though. What does your server-template look like ?
In fact, it's a confusion between 3 level of templating... /
At the end it's not a server template in HAProxy, but raw servers, in a
disabled state:

backend be_service
    server srv0 10.0.0.2:1234
    server srv1 0.0.0.0:0 check disabled
    server srv2 0.0.0.0:0 check disabled
    server srv3 0.0.0.0:0 check disabled
    server srv4 0.0.0.0:0 check disabled

So I guess this warning was intended to cover this case, right ?

Pierre


Reply via email to