-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Investigate ceph config dump, ceph config set commands and ceph docs and ceph blog to implement ceph config management API.
API methods:
- view all params
- view daemon params
- set global param
- set param to daemon
- delete params
Requirements:
- validation: check config type and daemon type before setting the param to daemon
- create a new
Configgrpc service
Reactions are currently unavailable