[ceph-users] Re: RGW names disappeared in quincy

2024-11-17 Thread Boris
Hi Istvan, You can list your rgw daemons with the following command > ceph service dump -f json-pretty | jq '.services.rgw.daemons' The following command extract all their ids > ceph service dump -f json-pretty | jq '.services.rgw.daemons' | egrep -e > 'gid' -e '\"id\"' Cheers Boris > Am

[ceph-users] RGW names disappeared in quincy

2024-11-17 Thread Szabo, Istvan (Agoda)
Hi, After updated from octopus to quincy the rados-gateways are showing like: rgw: 35 daemons active (20 hosts, 1 zones) which wouldn't be an issue, however the metrics that are exposed are coming with instance_id only (3642302922) which is pretty difficult (impossible) to match where it is run

[ceph-users] Re: The effect of changing an osd's class

2024-11-17 Thread Anthony D'Atri
I see 5 OSDs with 0 CRUSH weight, is that intentional? Notably: > All the problem pg's are on osd.39. osd.39 has 0 CRUSH weight, so CRUSH shouldn’t be placing any PGs there. Yet there appear to be PGs mapped to the 4x 0 weight OSDs that are up. I had hoped that the health detail would show

[ceph-users] Re: Ceph Octopus packages missing at download.ceph.com

2024-11-17 Thread Tim Holloway
As to the comings and goings of Octopus from download.ceph.com I cannot speak. I had enough grief when IBM Red Hat pulled Ceph from its CentOS archives. But my experience with Octopus was such that unless you have a really compelling reason to use it, I'd upgrade to Pacific or higher. Octupus had

[ceph-users] Re: Stray monitor

2024-11-17 Thread Tim Holloway
I think I can count 5 sources that Ceph can query to report/display/control its resources. 1. The /dec/ceph/ceph.conf file. Mostly supplanted bt the Ceph configuration database. 2. The ceph configuration database. A namelesskey/value store internal to a ceph filesystem. It's distributed (no fixed

[ceph-users] Re: The effect of changing an osd's class

2024-11-17 Thread Gregory Orange
On 17/11/24 19:44, Roland Giesler wrote: > On 2024/11/16 18:38, Anthony D'Atri wrote: >> Disabling mclock as described here >> https://docs.ceph.com/en/reef/rados/configuration/mclock-config-ref/ might >> help > > I cannot see any option that allows me to disable mclock... It's not so much disab

[ceph-users] Re: The effect of changing an osd's class

2024-11-17 Thread Roland Giesler
On 2024/11/16 18:38, Anthony D'Atri wrote: Disabling mclock as described here https://docs.ceph.com/en/reef/rados/configuration/mclock-config-ref/ might help I cannot see any option that allows me to disable mclock... Also, you have a small cluster with a bunch of small OSDs.  Please send