From: Dan van der Ster Date: Thu, 18 Mar 2021 07:05:49 +0000 (+0100) Subject: doc: max_maps -> max_caps X-Git-Tag: v17.1.0~2567^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F40207%2Fhead;p=ceph.git doc: max_maps -> max_caps Signed-off-by: Dan van der Ster --- diff --git a/doc/cephfs/cache-configuration.rst b/doc/cephfs/cache-configuration.rst index eabc61cc1542..e05e140d7df0 100644 --- a/doc/cephfs/cache-configuration.rst +++ b/doc/cephfs/cache-configuration.rst @@ -162,7 +162,7 @@ readdir. The behavior of the decay counter is the same as for cache trimming or caps recall. Each readdir call increments the counter by the number of files in the result. -The ratio of ``mds_max_maps_per_client`` that client must exceed before readdir +The ratio of ``mds_max_caps_per_client`` that client must exceed before readdir maybe throttled by cap acquisition throttle:: mds_session_max_caps_throttle_ratio (default: 1.1) diff --git a/src/common/options.cc b/src/common/options.cc index bf5ecb9c56a7..87ff8789d64d 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -8272,7 +8272,7 @@ std::vector