[ceph-users] Re: cephadm picks development/latest tagged image for daemon-base (docker.io/ceph/daemon-base:latest-pacific-devel)

2022-02-04 Thread Arun Vinod
Hi Adam, Found the culprit here. It was the flag '--no-minimize-config' like you said. When I bootstrapped the cluster without the flag -'-no-minimize-config', all daemons were created using the image specified through the '--image' flag. So, when the '--no--minimize-config' was provided, somehow

[ceph-users] Changing prometheus default alerts with cephadm

2022-02-04 Thread Manuel Holtgrewe
Dear all, I wonder how I can adjust the default alerts generated by prometheus when having deployed with cephadm? I need to adjust the network package drop thresholds a bit. Best wishes, Manuel ___ ceph-users mailing list -- ceph-users@ceph.io To unsubs

[ceph-users] Re: Changing prometheus default alerts with cephadm

2022-02-04 Thread Eugen Block
Hi, you should be able to change in the config file: /var/lib/ceph//prometheus.ses7-host1/etc/prometheus/alerting/ceph_alerts.yml and restart the containers. Regards, Eugen Zitat von Manuel Holtgrewe : Dear all, I wonder how I can adjust the default alerts generated by prometheus when hav

[ceph-users] cephadm bootstrap --skip-pull tries to pull image from quay.io and fails

2022-02-04 Thread Arun Vinod
Hi All, We have a requirement for an offline ceph cluster deployment, where we will manually upload the cephadm container images and binaries and try to bootstrap the cluster using those. bootstrap command is: cephadm --image quay.io/ceph/ceph:v16.2.7 bootstrap --skip-monitoring-stack --mon-ip 1

[ceph-users] Re: OS suggestion for further ceph installations (centos stream, rocky, ubuntu)?

2022-02-04 Thread Matthew Vernon
On 01/02/2022 12:40, Boris Behrens wrote: Personally I like ubuntu a lot, but most of the ceph developers seem to come from redhat (or at least a RH flavored background) to I could imagine that this might be a slightly more optimal way. If you want to run with Ubuntu, you might find the Ubuntu

[ceph-users] ceph osd tree

2022-02-04 Thread Сергей Цаболов
Hi everyone, One question below is my ceph osd tree, like you see some osd the  REWEIGHT is less the default 1.0 Advise me how I change the REWEIGHT on this osd? ID   CLASS  WEIGHT TYPE NAME    STATUS  REWEIGHT PRI-AFF  -1 106.43005  root default -13  14.55478

[ceph-users] Re: ceph osd tree

2022-02-04 Thread Janne Johansson
Den fre 4 feb. 2022 kl 15:31 skrev Сергей Цаболов : > > Hi everyone, > > One question below is my ceph osd tree, like you see some osd the > REWEIGHT is less the default 1.0 > * 2hdd7.27739 osd.2up 0.95001 1.0* # ceph osd reweight 2 1.0 -- May the most s

[ceph-users] Re: ceph osd tree

2022-02-04 Thread Сергей Цаболов
Janne, Thank you match, now is ok. 04.02.2022 17:46, Janne Johansson пишет: Den fre 4 feb. 2022 kl 15:31 skrev Сергей Цаболов : Hi everyone, One question below is my ceph osd tree, like you see some osd the REWEIGHT is less the default 1.0 * 2hdd7.27739 osd.2

[ceph-users] Re: Changing prometheus default alerts with cephadm

2022-02-04 Thread Ulrich Klein
… and a „chattr +i“ on the file will preserve your changes from being over-/re-written at arbitrary points in time :) Been there… Ciao, Uli > Am 04.02.2022 um 11:05 schrieb Eugen Block : > > Hi, > > you should be able to change in the config file: > > /var/lib/ceph//prometheus.ses7-host1/etc

[ceph-users] Re: cephadm bootstrap --skip-pull tries to pull image from quay.io and fails

2022-02-04 Thread Adam King
Hi Arun, The --skip-pull flag only stops cephadm bootstrap itself from trying to pull the image. It doesn't affect whether the cephadm mgr module will try to do so (ultimately even if we don't explicitly try to pull the image, it will get pulled when trying to deploy the containers). The recommend

[ceph-users] Re: cephadm picks development/latest tagged image for daemon-base (docker.io/ceph/daemon-base:latest-pacific-devel)

2022-02-04 Thread Adam King
Hi Arun, Not too sure about the port thing (I'll look into that when I have a chance) but it does look like a bug with bootstrapping with the '--no-minimize-config' flag. I opened a tracker issue for it https://tracker.ceph.com/issues/54141. Thanks for helping find this bug, - Adam King On Fri,

[ceph-users] Re: cephadm bootstrap --skip-pull tries to pull image from quay.io and fails

2022-02-04 Thread Arun Vinod
Hi Adam, Thanks for clarifying it. The local registry suggestion works fine for us. We set it up and it works like a charm. Thanks and Regards, Arun Vinod On Fri, 4 Feb 2022 at 22:17, Adam King wrote: > Hi Arun, > > The --skip-pull flag only stops cephadm bootstrap itself from trying to > pul