[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

[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