]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd/scrub: expose scrubbing schedule to operator
authorRonen Friedman <rfriedma@redhat.com>
Tue, 21 Sep 2021 10:53:20 +0000 (10:53 +0000)
committerRonen Friedman <rfriedma@redhat.com>
Fri, 5 Nov 2021 15:07:57 +0000 (17:07 +0200)
commit4bf07e05cea0daebdc149ee02bcddae96da5e588
treea51a29a528984d061aab795d16654bb228767169
parent4f56c918e803d1a8cf10403b42deb188ee4ecf00
osd/scrub: expose scrubbing schedule to operator

Add a 'scrub scheduling info' column to pgs dump.
Modify the name and behavior of 'last-scrub-duration'.

Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
Co-Authored-By: Aishwarya Mathuria <amathuri@redhat.com>
13 files changed:
src/include/utime_fmt.h [new file with mode: 0644]
src/mon/PGMap.cc
src/osd/PG.cc
src/osd/PeeringState.cc
src/osd/PeeringState.h
src/osd/PrimaryLogPG.cc
src/osd/osd_types.cc
src/osd/osd_types.h
src/osd/scrubber/osd_scrub_sched.cc
src/osd/scrubber/osd_scrub_sched.h
src/osd/scrubber/pg_scrubber.cc
src/osd/scrubber/pg_scrubber.h
src/osd/scrubber_common.h