diff --git a/src/osd/PrimaryLogPG.cc b/src/osd/PrimaryLogPG.cc index b59a57d8eba..33ef908f692 100644 --- a/src/osd/PrimaryLogPG.cc +++ b/src/osd/PrimaryLogPG.cc @@ -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(); }