]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
mds: disable `defer_client_eviction_on_laggy_osds' by default
authorVenky Shankar <vshankar@redhat.com>
Mon, 4 Mar 2024 13:23:53 +0000 (18:53 +0530)
committerVenky Shankar <vshankar@redhat.com>
Mon, 4 Mar 2024 13:30:14 +0000 (19:00 +0530)
commit109de8bdab86e1adaad580d9e7322c18fa01bc09
tree402ef5e9d6c75706addd7abdb4805c64fab67c55
parent1a1fd808ac935b4c5e5338905b7117003581ecf9
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 <vshankar@redhat.com>
src/common/options/mds.yaml.in