]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
mds: enable osdc op throttles
authorDan van der Ster <dan.vanderster@clyso.com>
Tue, 9 Dec 2025 17:49:33 +0000 (09:49 -0800)
committerVenky Shankar <vshankar@redhat.com>
Mon, 16 Feb 2026 18:40:36 +0000 (00:10 +0530)
commite5abac30b2e8d024e5aab14de6e92e5781b17e1d
treec3a6dad5638b827020ab43ac1af135ea71a2fad1
parentebc89147fc1a1731b84ef7e7003e19f704ba15c0
mds: enable osdc op throttles

The MDS has some internal throttles, e.g. via the Filer, but these
don't cover all ops, e.g. journal ops.
Enable the osdc op throttles to prevent the MDS from queuing up ops
without bound, which is a known cause of MDS OOMs.

Fixes: https://tracker.ceph.com/issues/71136
Signed-off-by: Dan van der Ster <dan.vanderster@clyso.com>
src/mds/MDSRank.cc