From: Casey Bodley Date: Thu, 7 May 2020 14:41:22 +0000 (-0400) Subject: doc/rgw: document 'rgw gc max concurrent io' X-Git-Tag: wip-pdonnell-testing-20200918.022351~1335^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=b0563a093ada6d8d618a76f2df4617ee4190b999;p=ceph-ci.git doc/rgw: document 'rgw gc max concurrent io' Fixes: https://tracker.ceph.com/issues/44958 Signed-off-by: Casey Bodley --- diff --git a/doc/radosgw/config-ref.rst b/doc/radosgw/config-ref.rst index b16e8dbc56c..c9785c6b797 100644 --- a/doc/radosgw/config-ref.rst +++ b/doc/radosgw/config-ref.rst @@ -447,6 +447,15 @@ configuration parameters. :Type: Integer :Default: ``3600`` + +``rgw gc max concurrent io`` + +:Description: The maximum number of concurrent IO operations that the RGW garbage + collection thread will use when purging old data. +:Type: Integer +:Default: ``10`` + + Multisite Settings ==================