Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pacific: rgw: s3website doesn't prefetch for web_dir() check #53769

Merged
merged 1 commit into from Nov 15, 2023

Conversation

cbodley
Copy link
Contributor

@cbodley cbodley commented Oct 2, 2023

backport tracker: https://tracker.ceph.com/issues/63049


backport of #53602
parent tracker: https://tracker.ceph.com/issues/62938

this backport was staged using ceph-backport.sh version 16.0.0.6848
find the latest version at https://github.com/ceph/ceph/blob/main/src/script/ceph-backport.sh

this function only needs to check for existence of the given path.
the sal::Object is destroyed before the function returns, so it's
wasteful to prefetch its data

Fixes: https://tracker.ceph.com/issues/62938

Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 7ba05a2)

Conflicts:
	src/rgw/rgw_rest_s3.cc set_prefetch_data() is a member of RGWObjectCtx
@cbodley cbodley added this to the pacific milestone Oct 2, 2023
@cfsnyder cfsnyder modified the milestones: pacific, v16.2.15 Nov 13, 2023
Copy link
Contributor

@yuriw yuriw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed-by: Casey Bodley cbodley@redhat.com

@yuriw yuriw merged commit 124772b into ceph:pacific Nov 15, 2023
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants