From: Ville Ojamo <14869000+bluikko@users.noreply.github.com> Date: Fri, 17 Oct 2025 06:35:00 +0000 (+0700) Subject: doc/radosgw: Small fixes in config-ref.rst X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=afdc76e4a979adb59fb6c64cda8fc2c9cf08a0a8;p=ceph.git 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 <14869000+bluikko@users.noreply.github.com> --- diff --git a/doc/radosgw/config-ref.rst b/doc/radosgw/config-ref.rst index 603f6fa76b37..40acd5d41869 100644 --- a/doc/radosgw/config-ref.rst +++ b/doc/radosgw/config-ref.rst @@ -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.