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: always send returnvec-on-errors for client's retry #55570

Merged
merged 1 commit into from
Feb 16, 2024

Commits on Feb 14, 2024

  1. osd: always send returnvec-on-errors for client's retry

    Currently there is a discrepancy in terms of the returnvec's
    presence between MOSDOpReplys sent for original requests and
    those on dups. The former always contain the returnvec if
    an error happened, even if `allows_returnvec()` is `false`.
    
    This commit extends the behavior on dups.
    
    For RCA please see: https://tracker.ceph.com/issues/64192#note-9
    
    Fixes: https://tracker.ceph.com/issues/64192
    Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
    rzarzynski committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    6135757 View commit details
    Browse the repository at this point in the history