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>
purge_queue.update_op_limit(*mdsmap);
objecter->unset_honor_pool_full();
+ objecter->set_balanced_budget();
finisher = new Finisher(cct, "MDSRank", "mds-rank-fin");