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

mds: disable `defer_client_eviction_on_laggy_osds' by default #515

Merged
merged 1 commit into from
Mar 18, 2024

Commits on Mar 18, 2024

  1. mds: disable `defer_client_eviction_on_laggy_osds' by default

    This config can result in a single client holding up mds to service
    other clients since once a client is deferred from eviction due to
    laggy OSD(s), a new clients cap acquire request can be possibly
    blocked until the other laggy client resumes operation, i.e., when
    the laggy OSD is considered non-laggy anymore.
    
    Disable the config by default till the issue is fixed.
    
    Fixes: http://tracker.ceph.com/issues/64685
    Signed-off-by: Venky Shankar <[email protected]>
    (cherry picked from commit 109de8b)
    
    Conflicts:
    	src/common/options/mds.yaml.in
    vshankar authored and mgfritch committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    e710e56 View commit details
    Browse the repository at this point in the history