Where to this add this section exactly. In the osd service specification
section <https://docs.ceph.com/en/latest/cephadm/services/osd/#examples>
there is not mention for config.
Also cephadm doesn't seem to apply changes added to ceph.conf.

Best Regards,
Ali

On 15.07.22 15:21, Redouane Kachach Elhichou wrote:
Hello Ali,

You can set configuration by including a config section in our yaml as
following:

    config:
      param_1: val_1
      ...
      param_N: val_N

this is equivalent to call the following ceph cmd:

> ceph config set <service-name> <param> <value>

Best Regards,
Redo.


On Fri, Jul 15, 2022 at 2:45 PM Ali Akil <ali-a...@gmx.de> wrote:

    Hallo,

    i used to set the configuration for Ceph using the cli aka `ceph
    config
    set global osd_deep_scrub_interval <value>`. I would like though to
    store these configuration in my git repository. Is there a way to
    apply
    these configurations as yaml file?

    I am using Quincy ceph cluster provisioned by cephadm.

    Best Regards,
    Ali Akil

    _______________________________________________
    ceph-users mailing list -- ceph-users@ceph.io
    To unsubscribe send an email to ceph-users-le...@ceph.io

_______________________________________________
ceph-users mailing list -- ceph-users@ceph.io
To unsubscribe send an email to ceph-users-le...@ceph.io

Reply via email to