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

jewel: osd: do not send ENXIO on misdirected op by default #13255

Merged
merged 1 commit into from Feb 22, 2017

Commits on Feb 3, 2017

  1. osd: do not send ENXIO on misdirected op by default

    In practice this tends to get bubbled up the stack as an error on
    the caller, and they usually do not handle it properly.  For example,
    with librbd, this turns into EIO and break the VM.
    
    Instead, this will manifest as a hung op on the client.  That is
    also not ideal, but given that the root cause here is generally a
    bug, it's not clear what else would be better.
    
    We already log an error in the cluster log, so teuthology runs will
    continue to fail.
    
    Signed-off-by: Sage Weil <sage@redhat.com>
    (cherry picked from commit 923e7f5)
    
    # Conflicts:
    #	PendingReleaseNotes
    #	src/common/config_opts.h
    liewegas committed Feb 3, 2017
    Copy the full SHA
    78d296b View commit details
    Browse the repository at this point in the history