Skip to content
Commit d7f124f1 authored by Sage Weil's avatar Sage Weil
Browse files

ceph: fix sync and dio writes across stripe boundaries



We were iterating across stripe boundaries properly, but not moving the
write buffer pointer forward.  This caused us to rewrite the same data
after the break.  Fix by adjusting the data pointer forward, and
recalculating the io and buffer alignment after the break.

Signed-off-by: default avatarSage Weil <sage@newdream.net>
parent 9bb0ce2b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment