From: Samuel Just Date: Fri, 17 Feb 2023 05:40:10 +0000 (-0800) Subject: common/options/osd.yaml.in: clarify that osd_scrub_[extended_]sleep is in seconds X-Git-Tag: v19.0.0~1591^2~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b00529fad967e866a8dba64c601813bbe79c6728;p=ceph.git common/options/osd.yaml.in: clarify that osd_scrub_[extended_]sleep is in seconds Signed-off-by: Samuel Just --- diff --git a/src/common/options/osd.yaml.in b/src/common/options/osd.yaml.in index a1c01374a1ec..5882b057e1e8 100644 --- a/src/common/options/osd.yaml.in +++ b/src/common/options/osd.yaml.in @@ -377,7 +377,7 @@ options: type: float level: advanced desc: Duration to inject a delay during scrubbing - fmt_desc: Time to sleep before scrubbing the next group of chunks. Increasing this value will slow + fmt_desc: Time to sleep before scrubbing the next group of chunks (seconds). Increasing this value will slow down the overall rate of scrubbing so that client operations will be less impacted. default: 0 flags: @@ -387,7 +387,7 @@ options: - name: osd_scrub_extended_sleep type: float level: advanced - desc: Duration to inject a delay during scrubbing out of scrubbing hours + desc: Duration to inject a delay during scrubbing out of scrubbing hours (seconds) default: 0 see_also: - osd_scrub_begin_hour