mirror of
https://github.com/haproxy/haproxy.git
synced 2026-05-21 01:15:17 -04:00
Unlike stated in the configuration manual, the server 'init-state' parameter was not evaluated during haproxy startup/reload. After a review, it appeared there were also issues if combined with the 'track' parameter. In addtition, this parameter was only evaluated when health-checks were enabled for the server, leading to unexpected behavior if the serve settings are dynamically changed via the CLI. To fix those issues, behavior of the 'init-state' parameter was slightly adapted. It is always evaluated, even when there is no running health-checks for the server. An error is reported if the 'track' parameter is also defined. Both cannot work together. In addition, the "none" state was introduced to be able to restore the default behavior. It will be especially useful when the parameter is inherited from a 'default-server' directive. This patch should fix the issue #3298. It must be backported as far as 3.2. |
||
|---|---|---|
| .. | ||
| design-thoughts | ||
| internals | ||
| lua-api | ||
| 51Degrees-device-detection.txt | ||
| acl.fig | ||
| coding-style.txt | ||
| configuration.txt | ||
| cookie-options.txt | ||
| DeviceAtlas-device-detection.txt | ||
| gpl.txt | ||
| haproxy.1 | ||
| HAProxyCommunityEdition_60px.png | ||
| haterm.txt | ||
| intro.txt | ||
| lgpl.txt | ||
| linux-syn-cookies.txt | ||
| lua.txt | ||
| management.txt | ||
| netscaler-client-ip-insertion-protocol.txt | ||
| network-namespaces.txt | ||
| peers-v2.0.txt | ||
| peers.txt | ||
| proxy-protocol.txt | ||
| queuing.fig | ||
| regression-testing.txt | ||
| seamless_reload.txt | ||
| SOCKS4.protocol.txt | ||
| SPOE.txt | ||
| WURFL-device-detection.txt | ||