Hello, On a CentOS Stream9 , when I try to install the ceph packages from the pacific release, I got this error message : [root@ceph00 ~]# cephadm install ceph-common Installing packages ['ceph-common']... Non-zero exit code 1 from yum install -y ceph-common yum: stdout Ceph x86_64 161 B/s | 162 B 00:01 yum: stderr Errors during downloading metadata for repository 'Ceph': yum: stderr - Status code: 404 for https://download.ceph.com/rpm-pacific/el9/x86_64/repodata/repomd.xml (IP: 158.69.68.124) yum: stderr Error: Failed to download metadata for repo 'Ceph': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried Traceback (most recent call last): File "/usr/sbin/cephadm", line 8571, in <module> main() File "/usr/sbin/cephadm", line 8559, in main r = ctx.func(ctx) File "/usr/sbin/cephadm", line 6459, in command_install pkg.install(ctx.packages) File "/usr/sbin/cephadm", line 6306, in install call_throws(self.ctx, [self.tool, 'install', '-y'] + ls) File "/usr/sbin/cephadm", line 1467, in call_throws raise RuntimeError('Failed command: %s' % ' '.join(command)) RuntimeError: Failed command: yum install -y ceph-common Any idea on how I can fix it ? Regards. _______________________________________________ ceph-users mailing list -- ceph-users@xxxxxxx To unsubscribe send an email to ceph-users-leave@xxxxxxx