mirror of
https://github.com/ceph/ceph
synced 2025-02-24 03:27:10 +00:00
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:
commit
f16e311bcc
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user