[ceph-users] Re: deploy ceph cluster in isolated environment -- NO INTERNET

2022-07-31 Thread Adam King
Cephadm has a config option to say whether to use the repo digest or the tag name. If you want it to use tags "ceph config set mgr mgr/cephadm/use_repo_digest false" should make that happen (it defaults to true/using the digest). Beyond that, it's possible you may need to change the config option f

[ceph-users] Re: deploy ceph cluster in isolated environment -- NO INTERNET

2022-07-31 Thread Hossein Dehghanpoor
answers to questions you made: namespace is: my_ceph i did use version number for image tag (nothing changed) I did not set any fallback by myself, I just download the image from RPM, change its tag and push in my local repository adminnode is the cluster admin and also local image repository

[ceph-users] Re: deploy ceph cluster in isolated environment -- NO INTERNET

2022-07-31 Thread Alvaro Soto
What is the namespace you are using? Ceph or my_ceph, also stop using the latest tag, that will force to always go and check the repository even if you have the image in your local node, no tag will always default to latest. If podman pull and cephadm commands are behaving differently while pullin

[ceph-users] OSD: why perf stats not collect all counters like perf dump?

2022-07-31 Thread Xinying Song
Hi, everyone: I'm trying to monitor OSD's throttler, since our clusters have encountered throttler being full problems several times, and there is no warning message. By reading the code, I found there is an interface called OSD::get_perf_reports, which periodically sends osd stats to mgr. What con

[ceph-users] Re: deploy ceph cluster in isolated environment -- NO INTERNET

2022-07-31 Thread Hossein Dehghanpoor
sure it is :D I am sure there is something wrong with the local registry. something related to manifest. any help would be appreciated, On Sun, Jul 31, 2022 at 1:00 PM Marc wrote: > > Is it not easier to start with installing from rpm's? > > > > > > Hi guys > > i am going to deploy local image r

[ceph-users] Re: deploy ceph cluster in isolated environment -- NO INTERNET

2022-07-31 Thread Marc
Is it not easier to start with installing from rpm's? > > Hi guys > i am going to deploy local image repository using this guide: > > https://docs.ceph.com/en/latest/cephadm/install/#deployment-in-an- > isolated-environment > > so i did everything to make my repository available to all clust

[ceph-users] Re: deploy ceph cluster in isolated environment -- NO INTERNET

2022-07-31 Thread Hossein Dehghanpoor
this is the exact error on the nodes (this is the journal output) Error: initializing source docker://adminnode:5000/my_ceph@sha256:0b6993a37d44c61ced7d960b91f9a3bf246fd80f0cc08cf6a22968c269c29711: reading manifest sha256:0b6993a37d44c61ced7d960b91f9a3bf246fd80f0cc08cf6a22968c269c29711: reading ma

[ceph-users] Re: deploy ceph cluster in isolated environment -- NO INTERNET

2022-07-31 Thread Alvaro Soto
If all nodes successfully downloaded the image, can you now run the same cephadm command without the tag? # cephadm --image adminnode:5000/ceph/ceph What is the output? On Sun, Jul 31, 2022 at 2:36 AM Hossein Dehghanpoor < hossein.dehghanp...@gmail.com> wrote: > On Sun, Jul 31, 2022 at 12:00 PM

[ceph-users] Re: deploy ceph cluster in isolated environment -- NO INTERNET

2022-07-31 Thread Hossein Dehghanpoor
On Sun, Jul 31, 2022 at 12:00 PM Hossein Dehghanpoor < hossein.dehghanp...@gmail.com> wrote: > there is absolutely no error using this style. all hosts are able to > download the image. > > # podman pull adminnode:5000/ceph/ceph:latest > > but nodes try to pull the image using digest (even though

[ceph-users] Re: deploy ceph cluster in isolated environment -- NO INTERNET

2022-07-31 Thread Alvaro Soto
what will be the exact error if you run testing using only podman or docker pull? like this one # podman pull [:]/[/]: try to run it on all nodes to see the behavior. Cheers. On Sun, Jul 31, 2022 at 12:43 AM Hossein Dehghanpoor < hossein.dehghanp...@gmail.com> wrote: > Hi guys > i am going t