Skip to content

Commit

Permalink
Merge pull request #4367 from viduship/restore-object
Browse files Browse the repository at this point in the history
Integration of s3 restore feature
  • Loading branch information
openshift-merge-bot[bot] authored Jan 15, 2025
2 parents c33351c + 148f010 commit 8adee02
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
10 changes: 10 additions & 0 deletions suites/squid/rgw/tier-2_rgw_3_way_multisite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,16 @@ tests:
module: sanity_rgw_multisite.py
name: create non-tenanted user
polarion-id: CEPH-83575199
- test:
clusters:
ceph-pri:
config:
script-name: test_bucket_lifecycle_object_expiration_transition.py
config-file-name: test_lc_cloud_transition_restore_object.yaml
desc: test s3 object restore and download, and restore attrs
module: sanity_rgw_multisite.py
name: test s3 object restore and download, and restore attrs
polarion-id: CEPH-83591622 #CEPH-83591672 #CEPH-83591621

- test:
clusters:
Expand Down
6 changes: 5 additions & 1 deletion utility/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,11 @@ def set_config_param(node):
rgw_process_name = rgw_process[0].split()[0]

# add the configuration/s to be set on service
configs = ["rgw_max_objs_per_shard 5", "rgw_lc_debug_interval 30"]
configs = [
"rgw_max_objs_per_shard 5",
"rgw_lc_debug_interval 30",
"rgw_restore_debug_interval 30",
]
for config_cmd in configs:
node.exec_command(cmd=f"ceph config set client.{rgw_process_name} {config_cmd}")

Expand Down

0 comments on commit 8adee02

Please sign in to comment.