I think the advice is not to use floating tags (i.e. "latest") and use specific tags if possible. I believe you can achieve what you want with either: "ceph orch upgrade --image <image>" not sure if this allows you to downgrade, but certainly lets you upgrade and change image, see Upgrading Ceph — Ceph Documentation<https://docs.ceph.com/en/quincy/cephadm/upgrade/> setting the "container_image" parameter and redeploying your RGWs this is a bit more hacky I think, I've not tested it directly and not tried a downgrade probably worth a go something like... * "ceph config set "client.rgw..." container_image quay.io/ceph/ceph:v19.1.1" * "ceph orch rm <rgw service>" - to remove your existing rgw * "ceph orch apply -i rgw.yaml" - to redeploy it, which should now use the new version As I understand it, changing the container_image and redeploying services is what the "ceph orch upgrade" command does under the covers. Hope that helps. ________________________________ From: Mahdi Noorbala <noorbala7418@xxxxxxxxx> Sent: Thursday, September 19, 2024 12:10 PM To: ceph-users@xxxxxxx <ceph-users@xxxxxxx> Subject: [EXTERNAL] Deploy rgw different version using cephadm [You don't often get email from noorbala7418@xxxxxxxxx. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ] Hello Recently I deployed a ceph cluster (version: reef) in my lab and after that, I deployed RGW using this manifest: service_type: rgw service_id: lab-object-storage placement: label: rgw count_per_host: 1 spec: rgw_frontend_port: 8080 Now I have a rgw container. the docker image is: quay.io/ceph/ceph (latest version) My question is: Is there any way to change rgw image version? How can I downgrade rgw version using cephadm? Thanks. _______________________________________________ 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