cephadm error: add-repo does not have a release file

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



<https://stackoverflow.com/posts/74046155/timeline>

I followed the instruction in ceph doc
<https://docs.ceph.com/en/latest/cephadm/install/>

But, to summarize, this is why I did. Please note that this error occurs
with the previous release, such as Pacific and Nautilus.

curl --silent --remote-name --location
https://github.com/ceph/ceph/raw/quincy/src/cephadm/cephadm
chmod +x cephadm
./cephadm add-repo --release quincy

Here is the error, I copied the whole thing. Look at the last line.

Installing repo GPG key from https://download.ceph.com/keys/release.gpg...
Installing repo file at /etc/apt/sources.list.d/ceph.list...
Updating package list...
Non-zero exit code 100 from apt-get update
apt-get: stdout Hit:1 http://us.archive.ubuntu.com/ubuntu jammy InRelease
apt-get: stdout Hit:2 http://us.archive.ubuntu.com/ubuntu
jammy-updates InRelease
apt-get: stdout Hit:3 http://us.archive.ubuntu.com/ubuntu
jammy-backports InRelease
apt-get: stdout Hit:4 http://us.archive.ubuntu.com/ubuntu
jammy-security InRelease
apt-get: stdout Ign:5 https://download.ceph.com/debian-quincy jammy InRelease
apt-get: stdout Err:6 https://download.ceph.com/debian-quincy jammy Release
apt-get: stdout   404  Not Found [IP: 158.69.68.124 443]
apt-get: stdout Reading package lists...
apt-get: stderr E: The repository
'https://download.ceph.com/debian-quincy jammy Release' does not have
a Release file.
Traceback (most recent call last):
  File "/home/test/./cephadm", line 9491, in <module>
    main()
  File "/home/test/./cephadm", line 9479, in main
    r = ctx.func(ctx)
  File "/home/test/./cephadm", line 7956, in command_add_repo
    pkg.add_repo()
  File "/home/test/./cephadm", line 7578, in add_repo
    self.update()
  File "/home/test/./cephadm", line 7599, in update
    call_throws(self.ctx, ['apt-get', 'update'])
  File "/home/test/./cephadm", line 1787, in call_throws
    raise RuntimeError(f'Failed command: {" ".join(command)}: {s}')
RuntimeError: Failed command: apt-get update: E: The repository
'https://download.ceph.com/debian-quincy jammy Release' does not have
a Release file.
_______________________________________________
ceph-users mailing list -- ceph-users@xxxxxxx
To unsubscribe send an email to ceph-users-leave@xxxxxxx



[Index of Archives]     [Information on CEPH]     [Linux Filesystem Development]     [Ceph Development]     [Ceph Large]     [Ceph Dev]     [Linux USB Development]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [xfs]


  Powered by Linux