]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: adjust cap acquisition throttles 52974/head
authorPatrick Donnelly <pdonnell@redhat.com>
Fri, 21 Jul 2023 15:56:49 +0000 (11:56 -0400)
committerPatrick Donnelly <pdonnell@redhat.com>
Mon, 14 Aug 2023 13:39:55 +0000 (09:39 -0400)
commit3ce222d89c816239ebd757583851079c66174f6d
tree14a68cb57981c76911c77006a5996bcfee636b6d
parent466dae2db5e3f9ec0acad312aaa5a8d341c9dab8
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 <pdonnell@redhat.com>
(cherry picked from commit f290ef9d0d2d09fb978d56c46be704c6efd45c43)

Conflicts:
src/common/options/mds.yaml.in: trivial
src/common/options.cc