]> git.kaiwu.me - haproxy.git/commit
MAJOR: mworker: remove deprecated "master-worker" global keyword
authorWilly Tarreau <w@1wt.eu>
Tue, 30 Jun 2026 08:49:54 +0000 (10:49 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 8 Jul 2026 09:53:13 +0000 (11:53 +0200)
commit5a6ce048109b2a762614acbe4494397f11f208c6
tree9ceaf6b628e00c0d497e0422a21d8b09deab209c
parent36243965a04da0d06bd6ecb9f4a7895e90bf605d
MAJOR: mworker: remove deprecated "master-worker" global keyword

This keyword, when alone, was already deprecated in 3.3 and marked
for removal in 3.5. Now using it results in an error message inviting
to start haproxy with -W or -Ws instead.

In addition, "master-worker exit-on-failure", which used to automatically
enable the master-worker mode, now doesn't set it and complains if used
without. -W/-Ws. A special case was made for config checks though (-c).

Also worth noting that "daemon" applies to master as well as max-reloads,
and will soon need to be adjusted.
doc/configuration.txt
src/cfgparse-global.c