pacific: osd/scrub: restart snap trimming only after scrubbing is done#45785
pacific: osd/scrub: restart snap trimming only after scrubbing is done#45785yuriw merged 1 commit intoceph:pacificfrom
Conversation
Snap trimming that was postponed as the target PG was scrubbing must be restarted at scrub completion. PR ceph#38111 moved trimming restart to just before the scrub fully terminated. The current PR fixes that. Trimming is also restarted in those cases where scrub was queued but aborted immediately. Fixes: https://tracker.ceph.com/issues/52026 Signed-off-by: Ronen Friedman <rfriedma@redhat.com> (cherry picked from commit 948d326) Conflicts: src/osd/pg_scrubber.cc Conflict resolved by removing a clear_queued_or_active() call that was dragged in.
|
100 Teuthology tests OK: http://pulpito.front.sepia.ceph.com/?branch=wip-rf-45640-pacific |
|
jenkins test api |
|
http://pulpito.front.sepia.ceph.com/yuriw-2022-04-06_14:02:46-rados-wip-yuri4-testing-2022-04-05-1720-pacific-distro-default-smithi/ Failures, unrelated: There were also some selinux denials in several cephadm tests. Details: |
|
jenkns test api |
|
jenkins test api |
Snap trimming that was postponed as the target PG was scrubbing
must be restarted at scrub completion.
PR #38111 moved trimming restart to just before the scrub fully
terminated. The current PR fixes that.
Trimming is also restarted in those cases where scrub was
queued but aborted immediately.
Fixes: https://tracker.ceph.com/issues/52026
Signed-off-by: Ronen Friedman rfriedma@redhat.com
(cherry picked from commit 948d326)
Conflicts:
src/osd/pg_scrubber.cc
Conflict resolved by removing a clear_queued_or_active() call that
was dragged in.