Hi Boris,

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\"'
>

Best Regards,
Mahnoosh

On Mon, Jul 3, 2023 at 3:00 PM Boris Behrens <b...@kervyn.de> wrote:

> Hi,
> might be a dump question, but is there a way to list the rgw instances that
> are running in a ceph cluster?
>
> Before pacific it showed up in `ceph status` but now it only tells me how
> many daemons are active, now which daemons are active.
>
> ceph orch ls tells me that I need to configure a backend but we are not at
> the stage that we are going to implement the orchestrator yet.
>
> Cheers
>  Boris
> _______________________________________________
> 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