mirror of
https://github.com/ceph/ceph
synced 2025-03-22 10:17:23 +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;
|
dout(20) << __func__ << " " << repop << dendl;
|
||||||
issue_repop(repop, ctx.get());
|
issue_repop(repop, ctx.get());
|
||||||
eval_repop(repop);
|
eval_repop(repop);
|
||||||
|
calc_trim_to();
|
||||||
repop->put();
|
repop->put();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user