mirror of
https://github.com/ceph/ceph
synced 2025-03-22 02:08:13 +00:00
Merge pull request #16011 from hsepeng/cache-osd-bugfix
osd/PrimaryLogPG solve cache tier osd high memory consumption Reviewed-by: Greg Farnum <gfarnum@redhat.com> Reviewed-by: Sage Weil <sage@redhat.com>
This commit is contained in:
commit
dadd73f03d
@ -9241,6 +9241,7 @@ void PrimaryLogPG::simple_opc_submit(OpContextUPtr ctx)
|
||||
dout(20) << __func__ << " " << repop << dendl;
|
||||
issue_repop(repop, ctx.get());
|
||||
eval_repop(repop);
|
||||
calc_trim_to();
|
||||
repop->put();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user