]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc: max_maps -> max_caps
authorDan van der Ster <daniel.vanderster@cern.ch>
Thu, 18 Mar 2021 07:05:49 +0000 (08:05 +0100)
committerDan van der Ster <daniel.vanderster@cern.ch>
Thu, 18 Mar 2021 07:05:49 +0000 (08:05 +0100)
Signed-off-by: Dan van der Ster <daniel.vanderster@cern.ch>
doc/cephfs/cache-configuration.rst
src/common/options.cc

index eabc61cc15422e5ff1e48797c2b3231e48dc97c8..e05e140d7df0118011f62a05760c1dde0a8c8dc2 100644 (file)
@@ -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)
index bf5ecb9c56a7fb18c2a4d096d14a8b89c0e74a04..87ff8789d64dd85b6710e838df09fa9b7c2658d1 100644 (file)
@@ -8272,7 +8272,7 @@ std::vector<Option> get_mds_options() {
 
     Option("mds_session_max_caps_throttle_ratio", Option::TYPE_FLOAT, Option::LEVEL_ADVANCED)
     .set_default(1.1)
-    .set_description("ratio of mds_max_maps_per_client that client must exceed before readdir may be throttled by cap acquisition throttle"),
+    .set_description("ratio of mds_max_caps_per_client that client must exceed before readdir may be throttled by cap acquisition throttle"),
 
     Option("mds_cap_acquisition_throttle_retry_request_timeout", Option::TYPE_FLOAT, Option::LEVEL_ADVANCED)
     .set_default(0.5)