]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: server: Inherit CLI weight changes and agent-check weight responses
authorMichal Idzikowski <michal.idzikowski@allegrogroup.com>
Mon, 27 Mar 2017 12:45:49 +0000 (14:45 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 13 Apr 2017 09:31:38 +0000 (11:31 +0200)
commit266b1a8336bcb9a2d5de772a14b9d84af25bcf81
treef0b70d8dba6c177a3f5f8d4d620811c9ea58675c
parenta9e2e4b89922384755ac6a0fb4c24a1b159d43f2
MEDIUM: server: Inherit CLI weight changes and agent-check weight responses

When agent-check or CLI command executes relative weight change this patch
propagates it to tracking server allowing grouping many backends running on
same server underneath. Additionaly in case with many src IPs many backends
can have shared state checker, so there won't be unnecessary health checks.

[wt: Note: this will induce some behaviour change on some setups]
doc/configuration.txt
doc/management.txt
src/server.c