We are pushing the peer the log to bring it up to date, so
update our peer_info[peer].last_update to match. Otherwise,
we get confused if we get, say, stray content and peer() is
called later, and we have out of date peer stats.
osd->messenger->send_message(m, osd->osdmap->get_inst(peer));
}
+ // peer now has
+ pi.last_update = info.last_update;
+
// update our missing
if (pm.num_missing() == 0) {
pi.last_complete = pi.last_update;