]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd/scrub: Reintroduce scrub starts message 46438/head
authorPrashant D <pdhange@redhat.com>
Tue, 31 May 2022 05:07:47 +0000 (06:07 +0100)
committerPrashant D <pdhange@redhat.com>
Tue, 7 Jun 2022 12:27:35 +0000 (13:27 +0100)
commit2f6272ac8546070cbc78447c558db47dbdff113c
tree556b513efb91879fa1a6698c5ac491cbcc6b3389
parente3062db270ba157a8004b40c8450346e89289f1a
osd/scrub: Reintroduce scrub starts message

Whenever the scrubbing process starts for a PG, We used to log
scrub/deep-scrub "starts" message in the cluster log. We are
not seeing scrub "starts" messages anymore. Reintroduce scrub
starts message in order to calculate exact time taken to
scrub/deep-scrub the PG.

Fixes: https://tracker.ceph.com/issues/55798
Signed-off-by: Prashant D <pdhange@redhat.com>
src/osd/osd_types_fmt.h
src/osd/scrubber/pg_scrubber.cc