On 7/12/23 23:21, Yuri Weinstein wrote:
Can you elaborate on how you installed cephadm?
Add ceph repo (mirror):
cat /etc/apt/sources.list.d/ceph.list
deb http://ceph.download.bit.nl/debian-18.1.2 focal main
wget -q -O- 'https://download.ceph.com/keys/release.asc' | sudo apt-key
add -
apt update
apt install cephadm
It install cephadm 18.1.2
cephadm bootstrap --mon-ip $ip
Then it pulls "quay.ceph.io/ceph-ci/ceph main"
Instead of 18.1.2 container image.
Gr. Stefan
When I pull from quay.io/ceph/ceph:v18.1.2, I see the version v18.1.2
podman run -it quay.io/ceph/ceph:v18.1.2
Trying to pull quay.io/ceph/ceph:v18.1.2...
Getting image source signatures
Copying blob f3a0532868dc done
Copying blob 9ba8dbcf96c4 done
Copying config 3b66ad272b done
Writing manifest to image destination
Storing signatures
[root@66c274be11ab /]# ceph --version
ceph version 18.1.2 (a5c951305c2409669162c235d81981bdc60dd9e7) reef (rc)
On Wed, Jul 12, 2023 at 2:06 PM Stefan Kooman <stefan@xxxxxx> wrote:
On 6/30/23 18:36, Yuri Weinstein wrote:
This RC has gone thru partial testing due to issues we are
experiencing in the sepia lab.
Please try it out and report any issues you encounter. Happy testing!
If I install cephadm from package, 18.1.2 on ubuntu focal in my case,
cepadm usages the ceph-ci/ceph:main container images: "Pulling container
image quay.ceph.io/ceph-ci/ceph:main". And these container images are
out of date (18.0.0-4869-g05e449f9
(05e449f9a2a65c297f31628af8f01f63cf36f261) reef (dev)": 1).
AFAIK there is no way to tell cephadm bootstrap to use a specific
version. Although the help mentions "--allow-mismatched-release", so it
might be possible?
Gr. Stefan
_______________________________________________
Dev mailing list -- dev@xxxxxxx
To unsubscribe send an email to dev-leave@xxxxxxx