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: v15.2.4~13^2~2^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F34987%2Fhead;p=ceph.git doc/rgw: document 'rgw gc max concurrent io' Fixes: https://tracker.ceph.com/issues/44958 Signed-off-by: Casey Bodley (cherry picked from commit b0563a093ada6d8d618a76f2df4617ee4190b999) --- diff --git a/doc/radosgw/config-ref.rst b/doc/radosgw/config-ref.rst index b16e8dbc56ca..c9785c6b7979 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 ==================