]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/radosgw: Small fixes in config-ref.rst 65982/head
authorVille Ojamo <14869000+bluikko@users.noreply.github.com>
Fri, 17 Oct 2025 06:35:00 +0000 (13:35 +0700)
committerVille Ojamo <14869000+bluikko@users.noreply.github.com>
Fri, 17 Oct 2025 06:35:00 +0000 (13:35 +0700)
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 <14869000+bluikko@users.noreply.github.com>
doc/radosgw/config-ref.rst

index 603f6fa76b37a1062d148c9cef255c6e6e148e68..40acd5d41869b28555c6348c9d206ed50c6d61c4 100644 (file)
@@ -104,7 +104,7 @@ from the Ceph Storage cluster is known as Garbage Collection or GC.
 
 To view the queue of objects awaiting garbage collection, execute the following
 
-.. prompt:: bash $
+.. prompt:: bash #
 
    radosgw-admin gc list
 
@@ -230,7 +230,7 @@ Keystone Settings
 .. confval:: rgw_keystone_service_token_accepted_roles
 .. confval:: rgw_keystone_expired_token_cache_expiration
 
-Server-side encryption Settings
+Server-side Encryption Settings
 ===============================
 
 .. confval:: rgw_crypt_s3_kms_backend
@@ -272,12 +272,12 @@ SSE-S3 Settings
 .. confval:: rgw_crypt_sse_s3_vault_ssl_clientkey
 
 
-QoS settings
+QoS Settings
 ============
 
 .. versionadded:: Nautilus
 
-The older and now non-default``civetweb`` frontend has a threading model that uses a thread per
+The older and now non-default ``civetweb`` frontend has a threading model that uses a thread per
 connection and hence is automatically throttled by :confval:`rgw_thread_pool_size`
 when accepting connections. The newer and default ``beast`` frontend is
 not limited by the thread pool size when it comes to accepting new
@@ -334,7 +334,7 @@ below.
 .. confval:: rgw_lfuda_sync_frequency
 .. confval:: rgw_d4n_l1_datacache_address
 
-Topic persistency settings
+Topic Persistency Settings
 ==========================
 
 Topic persistency will repeatedly push notifications until they succeed.
@@ -356,7 +356,7 @@ retention is indefinite, and notifications are retried as frequently as possible
 
 .. _Bucket Notifications: ../notifications
    
-Cloud Restore settings
+Cloud Restore Settings
 ======================
 
 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.