From: Patrick Donnelly Date: Thu, 6 Aug 2020 16:04:23 +0000 (-0700) Subject: mds: add working set minimum for caps X-Git-Tag: v14.2.11~2^2~2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=5309f1d576be96e5d7978b448a08fa12a8379f6d;p=ceph.git mds: add working set minimum for caps A client may hold many inodes pinned in its cache for open files. That client may be unable to release those caps to respond to cache pressure from the MDS (or quiescent client cap recall). We should not complain if that number of capabilities is reasonable (< 10k by default). Fixes: https://tracker.ceph.com/issues/46830 Signed-off-by: Patrick Donnelly (cherry picked from commit 63392e1b65fbead6ef8c7acd6a70e6ef5b322390) --- diff --git a/src/common/options.cc b/src/common/options.cc index e763a5f5bc419..f6366ddf2591b 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -8175,6 +8175,11 @@ std::vector