Files
openstack-helm/releasenotes/notes/ceph-mon-1a1ecc38a96bfead.yaml
Stephen Taylor f6be959ceb [ceph] Add a Ceph config script and work around a bug
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
2025-11-14 01:23:40 +00:00

7 lines
123 B
YAML

---
ceph-mon:
- |
Grant the bootstrap-osd client the necessary permissions to set cluster
config parameters.
...