We are checking against last_peering_reset in _activate_committed(), so we
need to pass in that value to compare against; last_peering_reset may be
greater than same_interval_since, e.g. on a replica that learns about the
PG after the initial creation epoch.
Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
// find out when we commit
get(); // for callback
- tfin.push_back(new C_PG_ActivateCommitted(this, info.history.same_interval_since,
+ tfin.push_back(new C_PG_ActivateCommitted(this, last_peering_reset,
get_osdmap()->get_cluster_inst(acting[0])));
// initialize snap_trimq