]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw/cloud-restore: Update doc with new options added 62713/head
authorSoumya Koduri <skoduri@redhat.com>
Fri, 4 Jul 2025 07:20:53 +0000 (12:50 +0530)
committerSoumya Koduri <skoduri@redhat.com>
Fri, 4 Jul 2025 12:48:04 +0000 (18:18 +0530)
Signed-off-by: Soumya Koduri <skoduri@redhat.com>
doc/radosgw/cloud-transition.rst
doc/radosgw/config-ref.rst

index 85720aed9ede3323e2c1353c483d9df5a56c2d32..cd6db6c70e93efee16e26e725acb3de5a5cbe393 100644 (file)
@@ -420,8 +420,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
@@ -429,6 +429,4 @@ 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).
index 592d80eba95f668c780efeb4dbf4587d3c8e7367..026b30eb7eaae13cea2a97bc3fc8b5fc6aefa4f9 100644 (file)
@@ -354,3 +354,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.