You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
osd/scrub: scanning the rollbacks not mandating a reschedule
The scrubber calls PG::_scan_rollback_obs() to clean up obsolete
rollback objects. This function may queue a transaction to
delete such objects.
The commit modifies the scrubber, so that no rescheduling of
the scrub is mandated if no transaction was queued.
Fixes: https://tracker.ceph.com/issues/73773
Signed-off-by: Ronen Friedman <[email protected]>
0 commit comments