Le 10/06/2025 à 10:02:40+0200, Boris a écrit
Him
>
> you can use puppet to set ceph conf commands.
> # Disable RadosGW access logs
> exec { 'set-debug_rgw_access':
> command => 'ceph config set client.rgw debug_rgw_access 0',
> unless => 'ceph config get client.rgw debug_rgw_access | grep -w 0',
> path => ['/usr/bin', '/bin'],
> require => Package['ceph-common'],
> }
Ok. I already do that for other thing. I just didn't know if I can do that
(vs put everything in ceph.conf).
> I also managed the ceph.conf a long time with puppet. It is just an ini
> file.
>
> If you use the ceph orchestrator, you can define most, if not all,
> parameters in the service definition:
> https://docs.ceph.com/en/quincy/cephadm/services/rgw/
OK good to know.
>
> Another thing, that comes to my mind is to generate a dedicated config for
> the rgw daemon and start the rgw daemon with the dedicated ceph config
> file. Maybe you can also set CLI parameter, but I never looked into that.
I have big preference for the ceph config set method. So I would try that.
Thanks.
Regards
--
Albert SHIH 🦫 🐸
Observatoire de Paris
France
Heure locale/Local time:
mar. 10 juin 2025 13:14:07 CEST
_______________________________________________
ceph-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]