From a07b376628505832f5528bd7f2b0faeabe9a5f5d Mon Sep 17 00:00:00 2001 From: "ren.huanwen" Date: Mon, 18 Sep 2017 15:14:19 +0800 Subject: [PATCH] mds: adding tunable features for caps_per_client Sometimes we need to raise or lower the value of "max_caps_per_client" and "min_caps_per_client" to improve recall_client_state efficiency Signed-off-by: ren.huanwen --- src/common/options.cc | 8 ++++++++ src/mds/Server.cc | 10 ++++++++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/src/common/options.cc b/src/common/options.cc index b5675608306..c5a5253911a 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -5781,6 +5781,14 @@ std::vector