Hi- I started to update my 3 host cluster to RHEL 9, but came across a bit of a 
stumbling block.

The upgrade process uses the RHEL leapp process, which ran through a few simple 
things to clean up, and told me everything was hunky dory, but when I kicked 
off the first server, the server wouldn't boot because I had a ceph filesystem 
mounted in /etc/fstab, commenting it out, let the upgrade happen.

Then I went to check on the ceph client which appears to be uninstalled.

When I tried to install ceph,  I got:

[root@story ~]# dnf install ceph
Updating Subscription Management repositories.
Last metadata expiration check: 0:07:58 ago on Sat 28 May 2022 08:06:52 PM EDT.
Error:
Problem: package ceph-2:17.2.0-0.el8.x86_64 requires ceph-mgr = 2:17.2.0-0.el8, 
but none of the providers can be installed
  - conflicting requests
  - nothing provides libpython3.6m.so.1.0()(64bit) needed by 
ceph-mgr-2:17.2.0-0.el8.x86_64
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use 
not only best candidate packages)

This is the content of my /etc/yum.repos.d/ceph.conf

[ceph]
name=Ceph packages for $basearch
baseurl=https://download.ceph.com/rpm-quincy/el8/$basearch
enabled=1
priority=2
gpgcheck=1
gpgkey=https://download.ceph.com/keys/release.asc

[ceph-noarch]
name=Ceph noarch packages
baseurl=https://download.ceph.com/rpm-quincy/el8/noarch
enabled=1
priority=2
gpgcheck=1
gpgkey=https://download.ceph.com/keys/release.asc

[ceph-source]
name=Ceph source packages
baseurl=https://download.ceph.com/rpm-quincy/el8/SRPMS
enabled=0
priority=2
gpgcheck=1
gpgkey=https://download.ceph.com/keys/release.asc
Is there anything I should change for el9 (I don't see el9 rpms out yet).

Or should I  wait before updating the other two servers?

Thanks,
Rob

_______________________________________________
ceph-users mailing list -- ceph-users@ceph.io
To unsubscribe send an email to ceph-users-le...@ceph.io

Reply via email to