Thanks for the answer. I would want to get the ceph CLI to do some admin tasks. I can access to it with the command suggested at the end of the bootstrap process : You can access the Ceph CLI with: sudo /usr/sbin/cephadm shell --fsid dbd1f122-6fd1-11ec-b7dc-560003c792b4 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring But when I do that, I think I'am locked into a chroot that prevent me to access to some files I need to perform the admin tasks :-( Le ven. 7 janv. 2022 à 19:50, John Mulligan <phlogistonjohn@xxxxxxxxxxxxx> a écrit : > On Friday, January 7, 2022 11:56:53 AM EST François RONVAUX wrote: > > 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 ? > > > > AFAICT there's no RPMs being built for centos stream 9 (yet). Depending > on > what you're trying to do you may need to wait for (or request) ceph to > support > building RPMs for centos stream 9. > > > > > _______________________________________________ ceph-users mailing list -- ceph-users@xxxxxxx To unsubscribe send an email to ceph-users-leave@xxxxxxx