]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.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>
Thu, 20 May 2021 23:04:50 +0000 (18:04 -0500)
commit718ef0dbc2485421ab82b05744e981bdfd3ef444
tree25ce3b5ca54d1da7c33d2b5fec806665be8fd100
parentaacd8d195c1a202a54a7c12b2d0239d5b3e828b3
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>
(cherry picked from commit b94c8dedd8aa77aeb0b4957e88197ac89370ffb4)
src/pybind/mgr/cephadm/module.py