Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 02 Aug 2018 20:22:53 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 230305] [PATCH] net/haproxy-devel: add support for seamless reloads
Message-ID:  <bug-230305-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230305

            Bug ID: 230305
           Summary: [PATCH] net/haproxy-devel: add support for seamless
                    reloads
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: demon@FreeBSD.org
          Reporter: fw@moov.de
             Flags: maintainer-feedback?(demon@FreeBSD.org)
          Assignee: demon@FreeBSD.org

Created attachment 195774
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D195774&action=
=3Dedit
patch for net/haproxy-devel

Starting with 1.8 HAProxy supports truly seamless reloads. This patch adds
support for this new mode through the "softreload" command, which is a nice
addition to the previously added "hardreload" command (#221402).

To be able to use the seamless reloads feature, a user needs to add the
following configuration to haproxy.conf:
stats  socket /var/run/haproxy/socket level admin expose-fd listeners
The path is configurable through the new $haproxy_socket variable.

If HAProxy is not configured for seamless reloads, HAProxy will issue a cle=
ar
error message:
[ALERT] 213/214703 (18320) : Failed to get the sockets from the old process!

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-230305-7788>