Skip to content

Commit afdc76e

Browse files
committed
doc/radosgw: Small fixes in config-ref.rst
Use privileged prompt for CLI command. Use title case consistently for section titles. Fix a typo that caused RST syntax rendered as-is. Signed-off-by: Ville Ojamo <[email protected]>
1 parent 202d063 commit afdc76e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/radosgw/config-ref.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ from the Ceph Storage cluster is known as Garbage Collection or GC.
104104

105105
To view the queue of objects awaiting garbage collection, execute the following
106106

107-
.. prompt:: bash $
107+
.. prompt:: bash #
108108

109109
radosgw-admin gc list
110110

@@ -230,7 +230,7 @@ Keystone Settings
230230
.. confval:: rgw_keystone_service_token_accepted_roles
231231
.. confval:: rgw_keystone_expired_token_cache_expiration
232232

233-
Server-side encryption Settings
233+
Server-side Encryption Settings
234234
===============================
235235

236236
.. confval:: rgw_crypt_s3_kms_backend
@@ -272,12 +272,12 @@ SSE-S3 Settings
272272
.. confval:: rgw_crypt_sse_s3_vault_ssl_clientkey
273273

274274

275-
QoS settings
275+
QoS Settings
276276
============
277277

278278
.. versionadded:: Nautilus
279279

280-
The older and now non-default``civetweb`` frontend has a threading model that uses a thread per
280+
The older and now non-default ``civetweb`` frontend has a threading model that uses a thread per
281281
connection and hence is automatically throttled by :confval:`rgw_thread_pool_size`
282282
when accepting connections. The newer and default ``beast`` frontend is
283283
not limited by the thread pool size when it comes to accepting new
@@ -334,7 +334,7 @@ below.
334334
.. confval:: rgw_lfuda_sync_frequency
335335
.. confval:: rgw_d4n_l1_datacache_address
336336

337-
Topic persistency settings
337+
Topic Persistency Settings
338338
==========================
339339

340340
Topic persistency will repeatedly push notifications until they succeed.
@@ -356,7 +356,7 @@ retention is indefinite, and notifications are retried as frequently as possible
356356

357357
.. _Bucket Notifications: ../notifications
358358

359-
Cloud Restore settings
359+
Cloud Restore Settings
360360
======================
361361

362362
Cloud Restore feature currently enables the restoration of objects transitioned to S3-compatible cloud services into Ceph Object Gateway (RGW). The restore requests are asynchronously processed by Restore worker thread in the background.

0 commit comments

Comments
 (0)