From: Patrick Donnelly Date: Fri, 21 Jul 2023 15:56:49 +0000 (-0400) Subject: mds: adjust cap acquisition throttles X-Git-Tag: v16.2.14~4^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3ce222d89c816239ebd757583851079c66174f6d;p=ceph.git mds: adjust cap acquisition throttles For production workloads, these defaults rarely help. Adjust accordingly. For a steady state "find" workload, these new throttles will prevent acquiring more than ~2300 caps/second which is quite manageable with typical recall rates. -ln(0.5) / 30 * 100k = 2310 Fixes: https://tracker.ceph.com/issues/62114 Signed-off-by: Patrick Donnelly (cherry picked from commit f290ef9d0d2d09fb978d56c46be704c6efd45c43) Conflicts: src/common/options/mds.yaml.in: trivial --- diff --git a/src/common/options.cc b/src/common/options.cc index 3f4527795f88..7b0e4cf2b6c2 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -8430,13 +8430,13 @@ std::vector