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)
long_desc: Laggy OSD(s) can make clients laggy or unresponsive, this can
lead to their eviction, this option once enabled can help defer client
eviction.
- default: true
+ default: false
services:
- mds
flags: