Running dedicated RGWs for async tasks
Hello Ceph Users Since we are running a big S3 cluster we would like to externalize the RGW daemons that do async tasks, like: * Garbage collection * Lifecycle policies * Calculating and updating quotas Would this be possible to do in the configuration? Which config values would I need to set on the exposed RGWs and which on the Async Task RGWs? Thanks for your input. Marc
Hi, Yes. You need to turn off gc, lc threads in config for your current (client side) RGW's. Then setup your 'async tasks' RGW without client traffic. No special configuration needed, only if I wanna tune gc, lc settings k Sent from my iPhone
On 7 Mar 2024, at 13:09, Marc Singer <marc@singer.services> wrote:
Hello Ceph Users
Since we are running a big S3 cluster we would like to externalize the RGW daemons that do async tasks, like:
* Garbage collection * Lifecycle policies * Calculating and updating quotas
Would this be possible to do in the configuration? Which config values would I need to set on the exposed RGWs and which on the Async Task RGWs?
Thanks for your input.
Marc _______________________________________________ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io
participants (2)
-
Konstantin Shalygin
-
Marc Singer