From: Dhairya Parmar Date: Mon, 27 Mar 2023 09:27:44 +0000 (+0530) Subject: common: add new config option to defer client eviction X-Git-Tag: v18.2.4~418^2~9 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=52825093a194da83f710fed6954c00662c692b48;p=ceph.git common: add new config option to defer client eviction Fixes: https://tracker.ceph.com/issues/58023 Signed-off-by: Dhairya Parmar (cherry picked from commit 22e4bcf286181ef33b8a09bd8a91ffff218e88ab) --- diff --git a/src/common/options/mds.yaml.in b/src/common/options/mds.yaml.in index 6eb0702fcdda..b9a6fe79e39a 100644 --- a/src/common/options/mds.yaml.in +++ b/src/common/options/mds.yaml.in @@ -1533,4 +1533,16 @@ options: services: - mds flags: + - runtime +- name: defer_client_eviction_on_laggy_osds + type: bool + level: advanced + desc: Do not evict client if any osd is laggy + 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 + services: + - mds + flags: - runtime