list of rgw instances in ceph status
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
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 <bb@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-leave@ceph.io
Hi Mahnoosh, that helped. Thanks a lot! Am Mo., 3. Juli 2023 um 13:46 Uhr schrieb mahnoosh shahidi < mahnooosh.shd@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 <bb@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-leave@ceph.io
-- Die Selbsthilfegruppe "UTF-8-Probleme" trifft sich diesmal abweichend im groüen Saal.
participants (2)
-
Boris Behrens
-
mahnoosh shahidi