This assert should always hold, so it's not wrong. However,
osd_op_p.at_version is chosen during transaction construction time
using the current epoch via PG::get_next_version. Asserting it here
is more confusing than helpful.
Signed-off-by: Samuel Just <sjust@redhat.com>
(cherry picked from commit
7a04f6230d9376d155ac92a6c3bf1ab5eeca644f)
}
epoch_t map_epoch = get_osdmap_epoch();
- ceph_assert(!has_reset_since(osd_op_p.at_version.epoch));
peering_state.pre_submit_op(obc->obs.oi.soid, log_entries, osd_op_p.at_version);
peering_state.update_trim_to();