From: Patrick Donnelly Date: Thu, 6 Aug 2020 16:04:23 +0000 (-0700) Subject: mds: add working set minimum for caps X-Git-Tag: v17.0.0~1526^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=63392e1b65fbead6ef8c7acd6a70e6ef5b322390;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 --- diff --git a/src/common/options.cc b/src/common/options.cc index 457ad57c5c324..39d56304eac26 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -8320,6 +8320,11 @@ std::vector