From 8c0c629af3dca89c9154cb2e8395139de758e487 Mon Sep 17 00:00:00 2001 From: Yongseok Oh Date: Thu, 2 Sep 2021 09:33:44 +0000 Subject: [PATCH] mds: add mds_dir_max_entries config option fixes: https://tracker.ceph.com/issues/52491 Signed-off-by: Yongseok Oh (cherry picked from commit 49270bc6d2fcab2daaa729ca2b14e692152c82ff) Conflicts: src/common/options/mds.yaml.in Resolved by converting the yaml config change to src/common/options.cc --- src/common/options.cc | 8 +++++++- src/mds/MDSRank.cc | 1 + src/mds/Server.cc | 39 ++++++++++++++++++++++++++++++++++++++- src/mds/Server.h | 2 ++ 4 files changed, 48 insertions(+), 2 deletions(-) diff --git a/src/common/options.cc b/src/common/options.cc index 6a2115e15a0ab..fc9fb07f95b92 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -8878,7 +8878,13 @@ std::vector