Re: pacific installation at ubuntu 20.04

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

 



ok, the problem is the GPG key:

root@node1:~# ./cephadm -v add-repo --release pacific
Could not locate podman: podman not found
Installing repo GPG key from https://download.ceph.com/keys/release.asc...
Installing repo file at /etc/apt/sources.list.d/ceph.list...

...
W: https://download.ceph.com/debian-pacific/dists/focal/InRelease: The key(s) in the keyring /etc/apt/trusted.gpg.d/ceph.release.gpg are ignored as the file has an unsupported filetype.

workaround:

# rm /etc/apt/trusted.gpg.d/ceph.release.gpg
# wget https://download.ceph.com/keys/release.asc
# apt-key add release.asc
# apt update

after that, cephadm installs from https://download.ceph.com/debian-pacific


root@node1:~# ceph -v
ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)


Am 2021-06-24 13:08, schrieb Robert Sander:
Hi,

On 24.06.21 09:34, Jana Markwort wrote:

I think, I found the reason.
the cephadm-script uses the ubuntu repo instead the ceph repo.
so I get the older version 15 ...

root@node1:~# ./cephadm -v add-repo --release pacific
Could not locate podman: podman not found
Installing repo GPG key from
https://download.ceph.com/keys/release.asc...
Installing repo file at /etc/apt/sources.list.d/ceph.list...

root@node1:~# ./cephadm -v install
Could not locate podman: podman not found

I think there is an "apt update" missing between these two steps.

The first creates /etc/apt/sources.list.d/ceph.list and the second
installs packages, but the repo list was never updated.

Regards
_______________________________________________
ceph-users mailing list -- ceph-users@xxxxxxx
To unsubscribe send an email to ceph-users-leave@xxxxxxx
_______________________________________________
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