A config script has been added to the ceph-osd init process to set the config values from values.yaml via 'ceph config set' in addition to the values being added to ceph.conf. The bootstrap-osd key is also granted permission to set config parameters on monitors. The bluestore_elastic_shared_blobs config value has also been set to false to work around https://tracker.ceph.com/issues/70390. Signed-off-by: Stephen Taylor <stephen.taylor.1@att.com> Change-Id: I1285db7eccc4ff1383368c7fff8fa602b8c35965
7 lines
123 B
YAML
7 lines
123 B
YAML
---
|
|
ceph-mon:
|
|
- |
|
|
Grant the bootstrap-osd client the necessary permissions to set cluster
|
|
config parameters.
|
|
...
|