-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Investigate the following commands:
ceph orch ps --daemon-type rgwceph orch ls --service-type rgw
And implement API to list all running daemons: GET /daemon?type={rgw|mon|...}. type param should be enum - find all possible values for it. Create a new grpc service Inventory and name method GetDaemons.