Hi Thomas, On Tue, Nov 06, 2012 at 11:54:19PM +0100, Thomas Heil wrote: > Hi, > > On 06.11.2012 23:39, Willy Tarreau wrote: > > not yet retained, this was discussed long ago, at least > > we'd like to have the ability to pass a flag to haproxy pointing to a > > file which contains a dump of the last state. It would be very convenient > > for scripts : > This sounds very promising because i have a lot of setups where reloads > are painful when using relaxed service checks. So short > after reload it could happen that requests go to a server which was > marked as down. But now it takes some time for the checks > to reflect the right state.
Good point, for this I wanted to introduce a per-server "start-down" option which I never implemented. It should be easy, a server which has this option set is considered down before the first check. It also means that doing this on all servers means that reloads are a bit... sportive : you expect to have your checks report all valid servers up as soon as possible. > Will this feature be avail in 1.4 too? I have absolutely no idea. Sometimes features not planned for 1.4 finally end up there because they're easy to backport and make admin lifes easier. Regards, Willy

