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 <[email protected]> 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 -- [email protected]
> To unsubscribe send an email to [email protected]
>
>
_______________________________________________
ceph-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to