From: Ville Ojamo <14869000+bluikko@users.noreply.github.com> Date: Sat, 5 Aug 2023 05:18:58 +0000 (+0700) Subject: doc/radosgw: Improve language and formatting in config-ref.rst X-Git-Tag: v17.2.7~213^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F52836%2Fhead;p=ceph.git doc/radosgw: Improve language and formatting in config-ref.rst The "Topic persistency settings" section includes convoluted and incomplete sentences so attempt to improve the language. The section lacks context so add a link to the relevant documentation about Notifications. The "Garbage Collection settings" note includes a sentence that looks incomplete so try to improve the language. Don't capitalize "Ops" in "RGW Ops" especially when the same sentence talks about "op queue" with lower case "o". Also improve formatting: indentation of a note and wrap several very long lines. Signed-off-by: Ville Ojamo <14869000+bluikko@users.noreply.github.com> (cherry picked from commit 9dd86773b39582322a5577d7cc1521486c1bdaa9) --- diff --git a/doc/radosgw/config-ref.rst b/doc/radosgw/config-ref.rst index 9d127aa04cff3..3becf52a795ef 100644 --- a/doc/radosgw/config-ref.rst +++ b/doc/radosgw/config-ref.rst @@ -78,7 +78,7 @@ workload with a smaller number of buckets but higher number of objects (hundreds per bucket you would consider decreasing :confval:`rgw_lc_max_wp_worker` from the default value of 3. .. note:: When looking to tune either of these specific values please validate the - current Cluster performance and Ceph Object Gateway utilization before increasing. + current Cluster performance and Ceph Object Gateway utilization before increasing. Garbage Collection Settings =========================== @@ -96,8 +96,9 @@ To view the queue of objects awaiting garbage collection, execute the following radosgw-admin gc list -.. note:: specify ``--include-all`` to list all entries, including unexpired - +.. note:: Specify ``--include-all`` to list all entries, including unexpired + Garbage Collection objects. + Garbage collection is a background activity that may execute continuously or during times of low loads, depending upon how the administrator configures the Ceph Object Gateway. By default, the Ceph Object @@ -120,7 +121,9 @@ configuration parameters. :Tuning Garbage Collection for Delete Heavy Workloads: -As an initial step towards tuning Ceph Garbage Collection to be more aggressive the following options are suggested to be increased from their default configuration values:: +As an initial step towards tuning Ceph Garbage Collection to be more +aggressive the following options are suggested to be increased from their +default configuration values:: rgw_gc_max_concurrent_io = 20 rgw_gc_max_trim_chunk = 64 @@ -261,7 +264,7 @@ to support future methods of scheduling requests. Currently the scheduler defaults to a throttler which throttles the active connections to a configured limit. QoS based on mClock is currently in an *experimental* phase and not recommended for production yet. Current -implementation of *dmclock_client* op queue divides RGW Ops on admin, auth +implementation of *dmclock_client* op queue divides RGW ops on admin, auth (swift auth, sts) metadata & data requests.