]> git.apps.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>
Thu, 14 Mar 2024 16:45:56 +0000 (22:15 +0530)
commitc1584edd3a4318a44adbed2b04d2d45eda54f6c0
treeab64591ab0f94a4bb5cc5143227de60e8ad96620
parent50bb04bdb70687c7e8c6d06f0a15c8daac247883
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>
(cherry picked from commit 109de8bdab86e1adaad580d9e7322c18fa01bc09)
src/common/options/mds.yaml.in