From 818c856ca9605669975e4272eb6cdf71d94844d8 Mon Sep 17 00:00:00 2001 From: Soumya Koduri Date: Fri, 4 Jul 2025 12:50:53 +0530 Subject: [PATCH] rgw/cloud-restore: Update doc with new options added Signed-off-by: Soumya Koduri (cherry picked from commit a981b4c0245eeafe077042a045cb05eeec9d8161) --- doc/radosgw/cloud-transition.rst | 6 ++---- doc/radosgw/config-ref.rst | 11 +++++++++++ 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/doc/radosgw/cloud-transition.rst b/doc/radosgw/cloud-transition.rst index 4012231bbe8fe..d54bca2df51b4 100644 --- a/doc/radosgw/cloud-transition.rst +++ b/doc/radosgw/cloud-transition.rst @@ -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 `_. +The objects transitioned to cloud can now be restored. For more information, refer to +`Restoring Objects from Cloud `_. 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 diff --git a/doc/radosgw/config-ref.rst b/doc/radosgw/config-ref.rst index 3cd151c80f351..9e8b94ad7ae9c 100644 --- a/doc/radosgw/config-ref.rst +++ b/doc/radosgw/config-ref.rst @@ -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. -- 2.39.5