mirror of
https://github.com/ceph/ceph
synced 2024-12-28 14:34:13 +00:00
Merge pull request #6730 from kylinstorage/fix-refcounter-in-replica_scrub
osd: fix MOSDRepScrub reference counter in replica_scrub Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
commit
8b3409e52f
@ -3799,7 +3799,6 @@ void PG::replica_scrub(
|
||||
if (last_update_applied < msg->scrub_to) {
|
||||
dout(10) << "waiting for last_update_applied to catch up" << dendl;
|
||||
scrubber.active_rep_scrub = op;
|
||||
msg->get();
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user