Skip to content

Commit a981b4c

Browse files
committed
rgw/cloud-restore: Update doc with new options added
Signed-off-by: Soumya Koduri <[email protected]>
1 parent faf06bc commit a981b4c

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

doc/radosgw/cloud-transition.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -420,15 +420,13 @@ For versioned and locked objects, similar semantics as that of LifecycleExpirati
420420

421421
Restoring Objects
422422
-----------------
423-
The objects transitioned to cloud can now be restored. For more information, refer to
424-
`Restoring Objects from Cloud <https://docs.aws.amazon.com/AmazonS3/latest/dev/cloud-restore.html>`_.
423+
The objects transitioned to cloud can now be restored. For more information, refer to
424+
`Restoring Objects from Cloud <https://docs.ceph.com/en/latest/radosgw/cloud-restore/>`_.
425425

426426

427427
Future Work
428428
-----------
429429

430430
* Send presigned redirect or read-through the objects transitioned to cloud.
431431

432-
* Support ``s3:RestoreObject`` operation on cloud transitioned objects.
433-
434432
* Support transition to other cloud providers (like Azure).

doc/radosgw/config-ref.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,3 +354,14 @@ retention is indefinite, and notifications are retried as frequently as possible
354354
.. confval:: rgw_topic_persistency_sleep_duration
355355

356356
.. _Bucket Notifications: ../notifications
357+
358+
Cloud Restore settings
359+
======================
360+
361+
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.
362+
363+
.. confval:: rgw_restore_max_objs
364+
.. confval:: rgw_restore_lock_max_time
365+
.. confval:: rgw_restore_processor_period
366+
367+
These values can be tuned based upon your specific workload to further increase the aggressiveness of restore processing.

0 commit comments

Comments
 (0)