mirror of
https://github.com/ceph/ceph
synced 2025-02-19 17:08:05 +00:00
Merge pull request #8570 from xiexingguo/xxg-wip-scrub
osd: clear requeue_scrub_on_unblock flag after requeue scrub Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
commit
1f75dee1b3
@ -9288,8 +9288,10 @@ void ReplicatedPG::kick_object_context_blocked(ObjectContextRef obc)
|
||||
objects_blocked_on_snap_promotion.erase(i);
|
||||
}
|
||||
|
||||
if (obc->requeue_scrub_on_unblock)
|
||||
if (obc->requeue_scrub_on_unblock) {
|
||||
obc->requeue_scrub_on_unblock = false;
|
||||
requeue_scrub();
|
||||
}
|
||||
}
|
||||
|
||||
SnapSetContext *ReplicatedPG::create_snapset_context(const hobject_t& oid)
|
||||
|
Loading…
Reference in New Issue
Block a user