[ceph-users] Re: Cephadm adoption - service reconfiguration changes container image

2023-08-17 Thread Iain Stott
Yeah this seems to have done the trick. I still need to complete the full cluster adoption, but after mon and mgr reconfigure they have come back up and built from the correct image. Thanks for this. ___ ceph-users mailing list -- ceph-users@ceph.io

[ceph-users] Re: Cephadm adoption - service reconfiguration changes container image

2023-08-16 Thread Eugen Block
That would have been my suggestion as well, set your own container image and override the default. Just one comment, the config option is "container_image" and not "container", that one fails: $ ceph config set global container my-registry:5000/ceph/ceph:16.2.9 Error EINVAL: unrecognized

[ceph-users] Re: Cephadm adoption - service reconfiguration changes container image

2023-08-16 Thread Iain Stott
Thanks Adam, Will give it a try today. Cheers From: Adam King Sent: 15 August 2023 15:40 To: Iain Stott Cc: ceph-users@ceph.io Subject: Re: [ceph-users] Cephadm adoption - service reconfiguration changes container image CAUTION: This email originates from

[ceph-users] Re: Cephadm adoption - service reconfiguration changes container image

2023-08-15 Thread Adam King
you could maybe try running "ceph config set global container quay.io/ceph/ceph:v16.2.9" before running the adoption. It seems it still thinks it should be deploying mons with the default image ( docker.io/ceph/daemon-base:latest-pacific-devel ) for some reason and maybe that config option is why.