]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: skip on EACCES in RGWBucketSyncSingleEntryCR 61271/head
authorSeena Fallah <seenafallah@gmail.com>
Wed, 8 Jan 2025 21:25:13 +0000 (22:25 +0100)
committerSeena Fallah <seenafallah@gmail.com>
Wed, 8 Jan 2025 21:25:13 +0000 (22:25 +0100)
commitf28886124f77af4803e54934a7ddb82645e2f15d
tree8ff682868df7351c64599a08270d6d8aede91f82
parentb18b5491bae83b485ab88fde33a064deba231af9
rgw: skip on EACCES in RGWBucketSyncSingleEntryCR

As of offloading source bucket perm check to the source cluster by (a3f40b4)
the http result of 403 would be translated to EACCES by rgw_http_error_to_errno()
so we need to also consider EACCES to be skipped in RGWBucketSyncSingleEntryCR().

Signed-off-by: Seena Fallah <seenafallah@gmail.com>
src/rgw/driver/rados/rgw_data_sync.cc