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

squid: osd/scrub: no "slow response" warning for queued reservations #56482

Merged
merged 2 commits into from
Apr 18, 2024

Commits on Mar 26, 2024

  1. osd/scrub: no "slow response" warning for queued reservations

    When sending a "queued reservation" request (the new default), the OSD
    will not respond until the reservation is granted.  This can take a
    long time, and the client should not be warned about a "slow response".
    
    Fixes: https://tracker.ceph.com/issues/64869
    
    Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
    (cherry picked from commit 62456f3)
    ronen-fr committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    ab385a2 View commit details
    Browse the repository at this point in the history
  2. osd/scrub: removing the slow reservation response configuration option

    Removing 'osd_scrub_slow_reservation_response', as it is not in use
    anymore.
    
    Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
    (cherry picked from commit 40d5064)
    ronen-fr committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    ceb3d26 View commit details
    Browse the repository at this point in the history