[ceph-users] Re: OSD stuck during a two-OSD drain

2024-12-19 Thread Laimis Juzeliūnas
Hi Nicola, There have been reports of similar pg/osd behaviour with a single pg remaining when draining. You can try repeering (or even moving with upmap) the pg to a different OSD or restarting the primary OSD of the pg in question to get things moving. Also check on the progress if its moving at

[ceph-users] OSD stuck during a two-OSD drain

2024-12-19 Thread Nicola Mori
Dear Ceph users, I'm upgrading some disks of my cluster (Squid 19.2.0 managed by cephadm, in which basically I have only a 6+2 EC pool over 12 hosts). To speed up the operations I issued a ceph orch osd rm --replace for two OSDs in two different hosts; the drain started for both and for one OS

[ceph-users] Re: Issue With Dasboard TLS Certificate (Renewal)

2024-12-19 Thread duluxoz
Hi Chris, Yeah, I did that (sorry I didn't mention that in the original post) - no joy.  :-( Any other suggestions?  :-) On 19/12/24 21:14, Chris Palmer wrote: IIRC, the certificate and key are only read from their files when the commands to specify the file are executed. At that point they

[ceph-users] Re: squid 19.2.1 RC QE validation status

2024-12-19 Thread Laura Flores
Radek and I looked through the rados failures, and all looks good. Rados approved. On Thu, Dec 19, 2024 at 1:14 AM Eugen Block wrote: > I asked the same question last week. ;-) Quoting Yuri: > > > We merged two PRs and hope that the issues were addressed. We are > > resuiming testing and will em

[ceph-users] Re: Cephadm multi zone rgw_dns_name setting

2024-12-19 Thread Huseyin Cotuk
Hi Can, Thanks for the information. That is exactly what I am looking for. Best regards, Huseyin Cotuk hco...@gmail.com > On 19 Dec 2024, at 22:11, Can Özyurt wrote: > > Hi Huseyin, > > You can use the service names as they are shown in `ceph orch ls`. For ex: > > # ceph orch apply rgw foo

[ceph-users] Re: Cephadm multi zone rgw_dns_name setting

2024-12-19 Thread Can Özyurt
Hi Huseyin, You can use the service names as they are shown in `ceph orch ls`. For ex: # ceph orch apply rgw foo --placement=label:rgw # ceph config set client.rgw.foo rgw_dns_name bar And all RGW instances managed by rgw.foo service spec will have the same config. I hope that's what you are loo

[ceph-users] [RGW] multisite sync, stall recovering shards

2024-12-19 Thread Gilles Mocellin
Hi there !   Being suspicious about replication between two clusters, I've done a radosgw-admin data sync init on the secondary zone.     Since then, after a lot of activity, I'm stuck with recovering      shards, nothing moves. Incremental sync still work. Wondering if I had a bad state also on th

[ceph-users] Cephadm multi zone rgw_dns_name setting

2024-12-19 Thread Huseyin Cotuk
Hello Cephers, I am running a multi-site Ceph cluster with multiple zones in both regions. Specifically, site A has two zones named tr-ist-01 and tr-ist-02. The first zone (tr-ist-01) is used for local object storage needs and not synced with the remote site. The second zone (tr-ist-02) is used

[ceph-users] January 2025 Ceph Meetup in Berlin, Germany and Frankfurt/Main, Germany - interested people welcome !

2024-12-19 Thread Matthias Muench
Hi people in Germany, we run two meetup groups in Berlin and Frankfurt with meetings nearly quarterly. For each location, we provide also a quick introduction to Ceph before the main event. Currently, we have a new set of appointments. You can join us by RSVP to the events: - Ceph Frankfurt

[ceph-users] Re: Issue With Dasboard TLS Certificate (Renewal)

2024-12-19 Thread Chris Palmer
IIRC, the certificate and key are only read from their files when the commands to specify the file are executed. At that point they are stored somewhere else. Try executing the two commands (one for key, one for cert) again, then restart (disable/enable might be enough, I can't remember). Reg

[ceph-users] Re: MONs not trimming

2024-12-19 Thread Janek Bevendorff
The replaced OSD is still backfilling, but the MON store size has decreased to 2.3GB already. I'm going to wait for the recovery to finish, then I'll reset all the temporary CRUSH weights, cancel the backfills, and then let the balancer do the rest. Thanks all! On 18/12/2024 03:42, Gregory O