Skip to content

Commit 83c3e2a

Browse files
committed
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 <[email protected]>
1 parent 370f94e commit 83c3e2a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/common/options/rgw.yaml.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3660,12 +3660,12 @@ options:
36603660
- name: rgw_scheduler_type
36613661
type: str
36623662
level: advanced
3663-
desc: Set the type of dmclock scheduler, defaults to throttler Other valid values
3664-
are dmclock which is experimental
3663+
desc: Set the type of dmclock scheduler, defaults to throttler. Other valid value
3664+
is dmclock which is experimental.
36653665
fmt_desc: |
3666-
The RGW scheduler to use. Valid values are ``throttler` and
3666+
The RGW scheduler to use. Valid values are ``throttler`` and
36673667
``dmclock``. Currently defaults to ``throttler`` which throttles Beast
3668-
frontend requests. ``dmclock` is *experimental* and requires the
3668+
frontend requests. ``dmclock`` is *experimental* and requires
36693669
``dmclock`` to be included in the ``experimental_feature_enabled``
36703670
configuration option.
36713671

0 commit comments

Comments
 (0)