]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
osd/scrub: fixing doc lines re 'repairing' scrubs
authorRonen Friedman <rfriedma@redhat.com>
Thu, 28 May 2026 15:24:44 +0000 (15:24 +0000)
committerRonen Friedman <rfriedma@redhat.com>
Fri, 29 May 2026 04:35:04 +0000 (04:35 +0000)
Scrubs with the 'repairing' urgency are not subject to the
'no-scrub' flags, nor are they blocked by max-concurrency.

Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
src/osd/scrubber/scrub_job.h

index 38976b9a281932a9fd120fa39d2f22821477cbde..c4c4e97aad442e04c5bdc91dbffab2e94ce32a14 100644 (file)
@@ -340,7 +340,7 @@ class ScrubJob {
  *  | ext-sleep  |    no   |      no      |    no   |     no   |      no     |
  *  | load       |    yes  |      no      |    no   |     no   |      no     |
  *  | trims      |    yes  |      yes     |    no   |     no   |      no     |
- *  | noscrub    |    yes  |      no      |    Yes  |     no   |      no     |
+ *  | noscrub    |    yes  |      no      |    no   |     no   |      no     |
  *  | max-scrubs |    yes  |      yes     |    Yes  |     no   |      no     |
  *  | backoff    |    yes  |      no      |    no   |     no   |      no     |
  *  | recovery   |    yes  |      yes     |    Yes  |     no   |      no     |