]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/cephadm: pin haproxy image to 2.3.z
authorSage Weil <sage@newdream.net>
Mon, 17 May 2021 19:40:10 +0000 (15:40 -0400)
committerSage Weil <sage@newdream.net>
Tue, 18 May 2021 12:28:32 +0000 (08:28 -0400)
commitb94c8dedd8aa77aeb0b4957e88197ac89370ffb4
treecffadcd238331d718f652d0b8c739a4f779960e8
parent66244f14b8c62b162e8849ed710adedc9d09e5ae
mgr/cephadm: pin haproxy image to 2.3.z

The 2.4 version fails for reasons that aren't immediate clear:

May 17 15:28:42 dael conmon[3007013]: [NOTICE]   (8) : haproxy version is 2.4.0-6cbbecf
May 17 15:28:42 dael conmon[3007013]: [NOTICE]   (8) : path to executable is /usr/local/sbin/haproxy
May 17 15:28:42 dael conmon[3007013]: [ALERT]    (8) : Cannot open configuration file/directory /var/lib/haproxy/haproxy.cfg : Permission denied

Even with mode 777 on those files, there is an error about the chroot to
/var/lib/haproxy.

For now, just stick with a working version.

Fixes: https://tracker.ceph.com/issues/50830
Signed-off-by: Sage Weil <sage@newdream.net>
src/pybind/mgr/cephadm/module.py