Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: Michael Fritch <[email protected]>
- Loading branch information