]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
src/common: Fix formatting in options/rgw.yaml.in
authorVille Ojamo <14869000+bluikko@users.noreply.github.com>
Fri, 17 Oct 2025 06:42:57 +0000 (13:42 +0700)
committerVille Ojamo <14869000+bluikko@users.noreply.github.com>
Fri, 7 Nov 2025 18:25:40 +0000 (01:25 +0700)
Fix single backticks to double backticks to properly end the inline
preformatted formatting. Fixes the formatting overflowing until the next
occurrence of double backticks seen in rendered docs, URL:
https://docs.ceph.com/en/latest/radosgw/config-ref/#confval-rgw_scheduler_type

Add full stops that seemed to be missing in desc attribute.
Use singular word "value" in desc attribute when there's only one
possible other value.

Remove unnecessary "the".

Signed-off-by: Ville Ojamo <14869000+bluikko@users.noreply.github.com>
src/common/options/rgw.yaml.in

index b331aa1230e8ccc912ba771502872cd07bd41398..7b44a9587e012bc00bf6c6f593683fa2748c35fe 100644 (file)
@@ -3660,12 +3660,12 @@ options:
 - name: rgw_scheduler_type
   type: str
   level: advanced
-  desc: Set the type of dmclock scheduler, defaults to throttler Other valid values
-    are dmclock which is experimental
+  desc: Set the type of dmclock scheduler, defaults to throttler. Other valid value
+    is dmclock which is experimental.
   fmt_desc: |
-    The RGW scheduler to use. Valid values are ``throttler` and
+    The RGW scheduler to use. Valid values are ``throttler`` and
     ``dmclock``. Currently defaults to ``throttler`` which throttles Beast
-    frontend requests. ``dmclock` is *experimental* and requires the
+    frontend requests. ``dmclock`` is *experimental* and requires
     ``dmclock`` to be included in the ``experimental_feature_enabled``
     configuration option.