From 83c3e2a84b384b97bf29a91600c343415879933d Mon Sep 17 00:00:00 2001 From: Ville Ojamo <14869000+bluikko@users.noreply.github.com> Date: Fri, 17 Oct 2025 13:42:57 +0700 Subject: [PATCH] src/common: Fix formatting in options/rgw.yaml.in 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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/common/options/rgw.yaml.in b/src/common/options/rgw.yaml.in index b331aa1230e8c..7b44a9587e012 100644 --- a/src/common/options/rgw.yaml.in +++ b/src/common/options/rgw.yaml.in @@ -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. -- 2.39.5