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

osd: read on chunk-aligned xattr not handled #5367

Merged
1 commit merged into from Sep 6, 2015
Merged

osd: read on chunk-aligned xattr not handled #5367

1 commit merged into from Sep 6, 2015

Commits on Jul 28, 2015

  1. os/chain_xattr: handle read on chnk-aligned xattr

    If we wrote an xattr that was a multiple of a chunk, we will try to read
    the next chunk and get ENODATA.  If that happens bail out of the loop and
    assume we've read the whole thing.
    
    Backport: hammer, firefly
    Signed-off-by: Sage Weil <sage@redhat.com>
    (cherry picked from commit 8614dce)
    liewegas authored and ldachary committed Jul 28, 2015
    Copy the full SHA
    fa19474 View commit details
    Browse the repository at this point in the history