Signed-off-by: Dan van der Ster <daniel.vanderster@cern.ch>
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)
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)