Re: v20.2.0 Tentacle intentional released but no build for el10?
el10 upgrades the python release and ceph-mgr DOES NOT WORK past I believe Python 3.12 due to ABI changes. (ceph-mgr makes extensive use of submodules, which has always been a bit iffy, and cpython upstream did a big rework of them which should be more supportable long-term but changed the implementation surface in the meantime.) Work is in progress to resolve and we will release el10 packages once that happens. -Greg On Fri, Dec 12, 2025 at 3:19 AM Moritz Baumann via ceph-users < ceph-users@ceph.io> wrote:
Hi
is there a reason that there is no el10 under:
https://download.ceph.com/rpm-20.2.0/ https://download.ceph.com/rpm-tentacle/
building with mock for Alma10.1/Rocky10.1 just works fine:
curl -O -L https://download.ceph.com/rpm-tentacle/el9/SRPMS/ceph-20.2.0-0.el9.src.rpm mkdir rpm mock -r /etc/mock/alma+epel-10-x86_64.cfg rebuild ./ceph-20.2.0-0.el9.src.rpm --enable-network --resultdir rpm # or mock -r /etc/mock/rocky+epel-10-x86_64.cfg rebuild ./ceph-20.2.0-0.el9.src.rpm --enable-network --resultdir rpm
both work fine.
Best Moritz _______________________________________________ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io
participants (1)
-
Gregory Farnum