From: Ronen Friedman Date: Thu, 28 May 2026 15:24:44 +0000 (+0000) Subject: osd/scrub: fixing doc lines re 'repairing' scrubs X-Git-Tag: v21.0.1~55^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6244aff4084adeea956ae49978e5a1144d6b96b4;p=ceph.git osd/scrub: fixing doc lines re 'repairing' scrubs 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 --- diff --git a/src/osd/scrubber/scrub_job.h b/src/osd/scrubber/scrub_job.h index 38976b9a281..c4c4e97aad4 100644 --- a/src/osd/scrubber/scrub_job.h +++ b/src/osd/scrubber/scrub_job.h @@ -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 |