From 3ce222d89c816239ebd757583851079c66174f6d Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Fri, 21 Jul 2023 11:56:49 -0400 Subject: [PATCH] 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 --- src/common/options.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/options.cc b/src/common/options.cc index 3f4527795f88e..7b0e4cf2b6c27 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -8430,13 +8430,13 @@ std::vector