]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: checks: a down server going to maint remains definitely stucked on down...
authorEmeric Brun <ebrun@haproxy.com>
Wed, 6 Dec 2017 15:47:17 +0000 (16:47 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 6 Dec 2017 16:01:00 +0000 (17:01 +0100)
commit8f29829e24667554c20993de5e1e7cedd3a047bb
tree171706d3a16d0ed8e60eddca96ee2db8b29bde60
parentece0c334bd16da66d56bece297b4495124a9d7c8
BUG/MEDIUM: checks: a down server going to maint remains definitely stucked on down state.

The new admin state was not correctly commited in this case.
Checks were fully disabled but the server was not marked in MAINT state.
It results with a server definitely stucked on the DOWN state.

This patch should be backported on haproxy 1.8
src/server.c