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
Config grpc service