]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw/cloud-restore: Update doc with new options added
authorSoumya Koduri <skoduri@redhat.com>
Fri, 4 Jul 2025 07:20:53 +0000 (12:50 +0530)
committerSoumya Koduri <skoduri@redhat.com>
Fri, 11 Jul 2025 03:08:27 +0000 (08:38 +0530)
Signed-off-by: Soumya Koduri <skoduri@redhat.com>
(cherry picked from commit a981b4c0245eeafe077042a045cb05eeec9d8161)

doc/radosgw/cloud-transition.rst
doc/radosgw/config-ref.rst

index 4012231bbe8feae13b655830f9850438c2852411..d54bca2df51b401cb0efaf1083c7dcc6deede97e 100644 (file)
@@ -418,8 +418,8 @@ For versioned and locked objects, similar semantics as that of LifecycleExpirati
 
 Restoring Objects
 -----------------
-The objects transitioned to cloud can now be restored. For more information, refer to 
-`Restoring Objects from Cloud <https://docs.aws.amazon.com/AmazonS3/latest/dev/cloud-restore.html>`_.
+The objects transitioned to cloud can now be restored. For more information, refer to
+`Restoring Objects from Cloud <https://docs.ceph.com/en/latest/radosgw/cloud-restore/>`_.
 
 
 Future Work
@@ -427,8 +427,6 @@ Future Work
 
 * Send presigned redirect or read-through the objects transitioned to cloud.
 
-* Support ``s3:RestoreObject`` operation on cloud transitioned objects.
-
 * Support transition to other cloud providers (like Azure).
 
 .. _`Multisite Configuration`: ../multisite
index 3cd151c80f35168795b9bce23a4cc79205347181..9e8b94ad7ae9cc7d1f7fad8470af85a8665873a0 100644 (file)
@@ -352,3 +352,14 @@ retention is indefinite, and notifications are retried as frequently as possible
 .. confval:: rgw_topic_persistency_sleep_duration
 
 .. _Bucket Notifications: ../notifications
+   
+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. 
+
+.. confval:: rgw_restore_max_objs
+.. confval:: rgw_restore_lock_max_time
+.. confval:: rgw_restore_processor_period
+
+These values can be tuned based upon your specific workload to further increase the aggressiveness of restore processing.