mirror of
https://github.com/ceph/ceph
synced 2025-02-19 17:08:05 +00:00
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:
commit
25bc7023f0
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user