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

os/filestore: fix do_copy_range replay bug #20832

Merged
merged 1 commit into from Mar 13, 2018

Conversation

liewegas
Copy link
Member

The 'from' value is an fd, not an offset. We want 'r' to be the number of
bytes copied, or len.

It looks like this has been broken since 9499cdc

Fixes: http://tracker.ceph.com/issues/23298
Signed-off-by: Sage Weil sage@redhat.com

The 'from' value is an fd, not an offset.  We want 'r' to be the number of
bytes copied, or len.

It looks like this has been broken since 9499cdc

Fixes: http://tracker.ceph.com/issues/23298
Signed-off-by: Sage Weil <sage@redhat.com>
@liewegas liewegas changed the base branch from master to mimic-dev2 March 12, 2018 15:41
@liewegas liewegas merged commit caa3d48 into ceph:mimic-dev2 Mar 13, 2018
@liewegas liewegas deleted the wip-fix-do-copy-range-replay branch March 13, 2018 22:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants