Since https://github.com/ceph/ceph/pull/53054 it doesn't
bump `PG::projected_last_update` anymore.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
++num_write;
if (!osd_op_params) {
osd_op_params.emplace();
- fill_op_params_bump_pg_version(m);
+ fill_op_params(m);
}
return std::forward<Func>(f)(pg->get_backend(), obc->obs, txn);
}
}
}
-void OpsExecuter::fill_op_params_bump_pg_version(OpsExecuter::modified_by m)
+void OpsExecuter::fill_op_params(OpsExecuter::modified_by m)
{
osd_op_params->req_id = msg->get_reqid();
osd_op_params->mtime = msg->get_mtime();
MutFunc&& mut_func) &&;
std::vector<pg_log_entry_t> prepare_transaction(
const std::vector<OSDOp>& ops);
- void fill_op_params_bump_pg_version(modified_by m);
+ void fill_op_params(modified_by m);
ObjectContextRef get_obc() const {
return obc;