Am 03/08/2023 um 00:30 schrieb Yuri Weinstein:
1. bookworm distro build support We will not build bookworm until Debian bug https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1030129 is resolved
FYI, there's also a bug in Debian's GCC 12, which is used by default in Debian Bookworm, that causes issues with the gf-complete erasure coding library and older AMD CPU's generating illegal instructions which then kills e.g. the ceph-mon https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1012935 Their workaround is to compile gf-complete explicitly with -O1: https://salsa.debian.org/openstack-team/third-party/gf-complete/-/commit/775... While we (Proxmox) saw it for Ceph Quincy and didn't yet confirm it for upcoming Ceph Reef, it's quite likely still there as the compiler here seems to be at fault (and gf-complete code didn't change since quincy FWICT). - Thomas