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 18.11.2024 um 07:51 schrieb Szabo, Istvan (Agoda) <istvan.sz...@agoda.com>:
> 
> 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 running. This id can't be seen neither in the logs, nor as 
> a socket.
> (Our deployment is not containerized)
> 
> Is there a way to somehow make it easier to identify or somehow match with 
> the servers where they are running?
> 
> Thank you
> 
> ________________________________
> This message is confidential and is for the sole use of the intended 
> recipient(s). It may also be privileged or otherwise protected by copyright 
> or other legal rules. If you have received it by mistake please let us know 
> by reply email and delete it from your system. It is prohibited to copy this 
> message or disclose its content to anyone. Any confidentiality or privilege 
> is not waived or lost by any mistaken delivery or unauthorized disclosure of 
> the message. All messages sent to and from Agoda may be monitored to ensure 
> compliance with company policies, to protect the company's interests and to 
> remove potential malware. Electronic messages may be intercepted, amended, 
> lost or deleted, or contain viruses.
> _______________________________________________
> ceph-users mailing list -- ceph-users@ceph.io
> To unsubscribe send an email to ceph-users-le...@ceph.io
_______________________________________________
ceph-users mailing list -- ceph-users@ceph.io
To unsubscribe send an email to ceph-users-le...@ceph.io

Reply via email to