Which Ceph RPMs on AlmaLinux 10?
Hi, Ceph users, does anybody use Ceph on AlmaLinux10 (RHEL 10)? If so, which RPMs? I tried to rebuild 19.2.3 el9 src.rpm from download.ceph.com, and got the following problems: - there is no pathfix.py in python3-devel in AlmaLinux 10 - src/common/openssl_opts_handler.cc needs #include <openssl/err.h> - the same file (openssl_opts_handler.cc) calls ENGINE_load_builtin_engines() which does not exist in Alma10 openssl anymore Which Ceph RPMs do you use on AlmaLinux 10? I am about to deploy a new Ceph cluster, and I would rather use the newest enterprise distro (Alma10). Thanks! -Yenya -- | Jan "Yenya" Kasprzak <kas at {fi.muni.cz - work | yenya.net - private}> | | https://www.fi.muni.cz/~kas/ GPG: 4096R/A45477D5 | We all agree on the necessity of compromise. We just can't agree on when it's necessary to compromise. --Larry Wall
Jan Kasprzak wrote:
does anybody use Ceph on AlmaLinux10 (RHEL 10)? If so, which RPMs?
I tried to rebuild 19.2.3 el9 src.rpm from download.ceph.com, and got the following problems:
- there is no pathfix.py in python3-devel in AlmaLinux 10 - src/common/openssl_opts_handler.cc needs #include <openssl/err.h> - the same file (openssl_opts_handler.cc) calls ENGINE_load_builtin_engines() which does not exist in Alma10 openssl anymore
OK, taking Fedora RPMs from Koji (19.2.3-7.src.rpm in my case) and rebuilding them on an AlmaLinux 10 VM worked so far. Just beware that it needs 40+ GB of disk space to rebuild. RAM requirements are moderate, I used 8 GB and 4 VCPU instance. Note that I use only mon, osd, mgr with only default modules, and my custom librados-based application on this cluster. -Yenya -- | Jan "Yenya" Kasprzak <kas at {fi.muni.cz - work | yenya.net - private}> | | https://www.fi.muni.cz/~kas/ GPG: 4096R/A45477D5 | We all agree on the necessity of compromise. We just can't agree on when it's necessary to compromise. --Larry Wall
participants (1)
-
Jan Kasprzak