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 < [email protected]> 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 -- [email protected] > To unsubscribe send an email to [email protected] > > _______________________________________________ ceph-users mailing list -- [email protected] To unsubscribe send an email to [email protected]
