Merge pull request #46279 from jianwei1216/osd-peering-complete-log-patch

osd: add log for pg peering and activiting complete

Reviewed-by: Neha Ojha <nojha@redhat.com>
Reviewed-by: Samuel Just <sjust@redhat.com>
This commit is contained in:
Yuri Weinstein 2022-06-14 13:43:10 -07:00 committed by GitHub
commit f16e311bcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6229,6 +6229,8 @@ boost::statechart::result PeeringState::Active::react(const AllReplicasActivated
pl->send_pg_created(pgid);
}
psdout(1) << __func__ << " AllReplicasActivated Activating complete" << dendl;
ps->info.history.last_epoch_started = ps->info.last_epoch_started;
ps->info.history.last_interval_started = ps->info.last_interval_started;
ps->dirty_info = true;