Re: [PATCH] MINOR: config: make strict limits enabled by default

2020-03-28 Thread Tim Düsterhus
William, Am 28.03.20 um 19:32 schrieb William Dauchy: > On Sat, Mar 28, 2020 at 7:29 PM Lukas Tribus wrote: >> master is still for 2.2 which is in development. If you want to target >> v2.3, you have to wait until 2.2 is released. > > oh true, I'm mixing versions, probably because we already

Re: [PATCH v2] MINOR: config: make strict limits enabled by default

2020-03-28 Thread Tim Düsterhus
William, Am 28.03.20 um 19:29 schrieb William Dauchy: > - ha_warning("[%s.main()] Cannot raise FD limit > to %d, limit is %d. " > -"This will fail in >= v2.3\n", > + ha_warning("[%s.main()] Cannot

Re: [PATCH] MINOR: config: make strict limits enabled by default

2020-03-28 Thread William Dauchy
On Sat, Mar 28, 2020 at 7:29 PM Lukas Tribus wrote: > master is still for 2.2 which is in development. If you want to target > v2.3, you have to wait until 2.2 is released. oh true, I'm mixing versions, probably because we already started to deploy part of v2.2... Sorry for that, please ignore

[PATCH v2] MINOR: config: make strict limits enabled by default

2020-03-28 Thread William Dauchy
as agreed a few months ago, enable strict-limits for v2.3 update configuration manual accordingly Signed-off-by: William Dauchy --- doc/configuration.txt | 11 +-- src/cfgparse-global.c | 2 -- src/haproxy.c | 17 +++-- 3 files changed, 12 insertions(+), 18

Re: [PATCH] MINOR: config: make strict limits enabled by default

2020-03-28 Thread Lukas Tribus
Hello, On Sat, 28 Mar 2020 at 19:19, William Dauchy wrote: > > as agreed a few months ago, enable strict-limits for v2.3 master is still for 2.2 which is in development. If you want to target v2.3, you have to wait until 2.2 is released. Lukas

[PATCH] MINOR: config: make strict limits enabled by default

2020-03-28 Thread William Dauchy
as agreed a few months ago, enable strict-limits for v2.3 Signed-off-by: William Dauchy --- src/cfgparse-global.c | 2 -- src/haproxy.c | 17 +++-- 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/src/cfgparse-global.c b/src/cfgparse-global.c index

[PATCH] BUG/MINOR: stats: Fix color of draining servers on stats page

2020-03-28 Thread Daniel Corbett
Hello, This patch fixes #53 where it was noticed that when an active server is set to DRAIN it no longer has the color blue reflected within the stats page. This patch addresses that and adds the color back to drain. It's to be noted that backup servers are configured to have an orange color