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>
- 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.