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

rgw: fix configurable write obj window size #13934

Merged
merged 1 commit into from
Apr 4, 2017

Conversation

chuang-he
Copy link

Should use read_len in the copy_obj_data() function, "end-ofs+1" is not necessarily the
written.

Signed-off-by: hechuang hechuang@xsky.com

Should use read_len in the copy_obj_data() function, "end-ofs+1" is not necessarily the
written.

Signed-off-by: hechuang <hechuang@xsky.com>
@chuang-he
Copy link
Author

@yehudasa

@cbodley
Copy link
Contributor

cbodley commented Mar 23, 2017

@chuang-he can you provide some steps to reproduce a failure here?

@chuang-he
Copy link
Author

Don't fail,but throttle_data() is not accurate, throttle_data() need the bl.length(). "end-off+1" is the length of src_obj.
For example, src_obj is 40M, end-off+1 is 40M .

@cbodley
Copy link
Contributor

cbodley commented Apr 4, 2017

@cbodley cbodley merged commit 606467b into ceph:master Apr 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants