From 22e4bcf286181ef33b8a09bd8a91ffff218e88ab Mon Sep 17 00:00:00 2001 From: Dhairya Parmar Date: Mon, 27 Mar 2023 14:57:44 +0530 Subject: [PATCH] common: add new config option to defer client eviction Fixes: https://tracker.ceph.com/issues/58023 Signed-off-by: Dhairya Parmar --- src/common/options/mds.yaml.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/common/options/mds.yaml.in b/src/common/options/mds.yaml.in index f21d5faf381..ce1f6eeb9c6 100644 --- a/src/common/options/mds.yaml.in +++ b/src/common/options/mds.yaml.in @@ -1515,3 +1515,15 @@ options: - 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 -- 2.47.3