]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mds: remove a bunch of heuristics from MDLog::trim()
authorVenky Shankar <vshankar@redhat.com>
Mon, 31 Jul 2023 05:59:24 +0000 (01:59 -0400)
committerVenky Shankar <vshankar@redhat.com>
Tue, 30 Jan 2024 05:28:48 +0000 (10:58 +0530)
commit3c3bc24ca3e58f1b3c225aa275cdd9c320a6dccc
tree06d5c0a75f30a62127be8e100e472e86ac215a2c
parent29610577eece04c028c412f112a66fafa8f70316
mds: remove a bunch of heuristics from MDLog::trim()

These were probbaly introduced to workaround some sort of
resource overusage by the MDS during trimming, but now it
looks like they are not really neeeded, especially if we
introduce a dedicated thread for log trimming.

Signed-off-by: Venky Shankar <vshankar@redhat.com>
src/mds/MDLog.cc