Re: [PATCH v2] MEDIUM: server: add init-state

2024-09-06 Thread Willy Tarreau
On Wed, Sep 04, 2024 at 06:27:35PM -0400, Aaron Kuehler wrote: > Allow the user to set the "initial state" of a server. > > Context: > > Servers are always set in an UP status by default. In > some cases, further checks are required to determine if the server is > ready to receive client traffic.

[PATCH v2] MEDIUM: server: add init-state

2024-09-04 Thread Aaron Kuehler
Allow the user to set the "initial state" of a server. Context: Servers are always set in an UP status by default. In some cases, further checks are required to determine if the server is ready to receive client traffic. This introduces the "init-state {up|down}" configuration parameter to the s