]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: automatically scrub purged_snaps every deep scrub interval
authorSage Weil <sage@redhat.com>
Wed, 26 Jun 2019 20:43:25 +0000 (15:43 -0500)
committerSage Weil <sage@redhat.com>
Tue, 2 Jul 2019 13:37:51 +0000 (08:37 -0500)
commit5b0ed6ff9e10fbbe70c789796099223a38996401
tree13c48b07b77bd3fe25c042e1babe4806802b5b68
parent647cfb460371b2f3255160d73d7432d41fcc0b9f
osd: automatically scrub purged_snaps every deep scrub interval

With randomization.

We do this from tick() for simplicity.  It is a rare event, will take 10s
of seconds at most, and nothing else particularly time-sensitive is
happening from tick().

Signed-off-by: Sage Weil <sage@redhat.com>
src/osd/OSD.cc