[ceph-users] Re: list of rgw instances in ceph status

2023-07-03 Thread Boris Behrens
Hi Mahnoosh,
that helped. Thanks a lot!

Am Mo., 3. Juli 2023 um 13:46 Uhr schrieb mahnoosh shahidi <
mahnooosh@gmail.com>:

> 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  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
>>
>

-- 
Die Selbsthilfegruppe "UTF-8-Probleme" trifft sich diesmal abweichend im
groüen Saal.
___
ceph-users mailing list -- ceph-users@ceph.io
To unsubscribe send an email to ceph-users-le...@ceph.io


[ceph-users] Re: list of rgw instances in ceph status

2023-07-03 Thread mahnoosh shahidi
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  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