Merge PR #40207 into master

* refs/pull/40207/head:
	doc: max_maps -> max_caps

Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
This commit is contained in:
Patrick Donnelly 2021-03-18 06:46:03 -07:00
commit 25bc7023f0
No known key found for this signature in database
GPG Key ID: 3A2A7E25BEA8AADB
2 changed files with 2 additions and 2 deletions

View 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)

View 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)