HAProxy 1.8.0
mail-archive.com
HAProxy 1.8.0
1–10 of 24 posts
Re: HAProxy 1.8.0
#2Re: HAProxy 1.8.0
#3What features/integrations make sense for a proxy with systemd? I'd assume it's only a unit that comes with the package, but that "-Ws" makes me wonder if there're deeper integrations.
Re: HAProxy 1.8.0
#4Do people really announce new releases just over email and things like mail-archive or? Those mail archives always looked strange to me for some unknown reason.
What else would you use to notify interested people and be able to receive feedback at the same time?
Re: HAProxy 1.8.0
#5> haproxy can now be built with native systemd support using USE_SYSTEMD=1 and starting it with -Ws (systemd-aware master-worker mode). What features/integrations make sense for a proxy with systemd? I'd assume it's only a unit that comes with the package, but that "-Ws" makes me wonder if there're deeper integrations.
In the future this could be extended to support systemd's socket passing and status messages. The latter allowing you to show a short string in `systemctl status haproxy`. See this example for php-fpm:
[root@example~]systemctl status php7.0-fpm.service
● php7.0-fpm.service - The PHP 7.0 FastCGI Process Manager
Loaded: loaded (/lib/systemd/system/php7.0-fpm.service; enabled)
Active: active (running) since Sat 2017-11-25 13:28:22 CET; 1 day 8h ago
Docs: man:php-fpm7.0(8)
Main PID: 4624 (php-fpm7.0)
Status: "Processes active: 3, idle: 29, Requests: 1203613, slow: 545, Traffic: 10.1req/sec"
*snip*
See the mailing list thread for the full discussion of the feature: https://www.mail-archive.com/haproxy@formilux.org/msg27874.h...[1] https://www.freedesktop.org/software/systemd/man/sd_notify.h...
Re: HAProxy 1.8.0
#6> haproxy can now be built with native systemd support using USE_SYSTEMD=1 and starting it with -Ws (systemd-aware master-worker mode). What features/integrations make sense for a proxy with systemd? I'd assume it's only a unit that comes with the package, but that "-Ws" makes me wonder if there're deeper integrations.
I reported it and was told it might not affect 1.8 since the systemd-wrapper is removed there, so gonna give this a try soon. See this thread: https://www.mail-archive.com/haproxy@formilux.org/msg27404.h...
(And I switched to only doing a reload notify in Ansible together with the hard-stop-after option in haproxy which is OK for me as well in 1.7)
Re: HAProxy 1.8.0
#7Do people really announce new releases just over email and things like mail-archive or? Those mail archives always looked strange to me for some unknown reason.
Re: HAProxy 1.8.0
#8Do people really announce new releases just over email and things like mail-archive or? Those mail archives always looked strange to me for some unknown reason.
Re: HAProxy 1.8.0
#9Do people really announce new releases just over email and things like mail-archive or? Those mail archives always looked strange to me for some unknown reason.
For going on 20 years, yes. I even add hashes for each package (i.e. the tarball & platform installers) to the end of the message and sign it. I find it odd and inconvenient when projects don't announce releases via email.