On Mon, Nov 18, 2013 at 03:22:33PM +0900, Simon Horman wrote:
> On Mon, Nov 18, 2013 at 06:45:41AM +0100, Willy Tarreau wrote:
> > Hi Simon,
> >
> > On Tue, Nov 05, 2013 at 06:04:31PM +0900, Simon Horman wrote:
> > > Hi,
> > >
> > > This series is a revised subset of
> > > "[PATCH v6 00/22] Agent Check Enhancements and External Check".
> > > I have broken it out as a smaller set of patches to allow
> > > review to be done in smaller chunks.
> > >
> > > Although these patches aren't particularly useful in their own right
> > > they also should not break anything and were positively reviewed
> > > when last posted.
> >
> > Just finished reviewing them, these patches look OK to me. Do you
> > want me to merge them now ?
>
> Yes, please merge them.
OK, but I just tried and they fail. I think they rely n the first
series which creates the server's check element and move *inter
there (3/22 and 4/22 in v6). Presumably you have them in your tree :-)
They were OK so feel free to send me what is needed before these ones
and I'll merge them at the same time.
I currently have this :
[PATCH v7 1/5] MEDIUM: Move result element to struct check
[PATCH v7 2/5] MEDIUM: Paramatise functions over the check of a server
[PATCH v7 3/5] MEDIUM: cfgparse: Factor out check initialisation
[PATCH v7 4/5] MEDIUM: Add state to struct check
[PATCH v7 5/5] MEDIUM: Move health element to struct check
And previous series started like this :
[PATCH v6 01/22] DOC: Clarify documentation of option lb-agent-chk
[PATCH v6 02/22] CLEANUP: Make parameters of srv_downtime and srv_getinter const
[PATCH v6 03/22] MEDIUM: Split up struct server's check element
[PATCH v6 04/22] MEDIUM: Move {,fast,down}inter to struct check
[PATCH v6 05/22] MEDIUM: Move result element to struct check
[PATCH v6 06/22] MEDIUM: Paramatise functions over the check of a server
[PATCH v6 07/22] MEDIUM: cfgparse: Factor out check initialisation
[PATCH v6 08/22] MEDIUM: Add state to struct check
[PATCH v6 09/22] MEDIUM: Add name element to struct check
[PATCH v6 10/22] MEDIUM: Move health element to struct check
Thanks,
Willy