Skip to content

Commit afa88a4

Browse files
authored
Merge pull request ceph#65983 from bluikko/src-rgw-yaml-formatting-radosgw
src/common: Fix text formatting in options/rgw.yaml.in
2 parents cd64f71 + 83c3e2a commit afa88a4

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)