]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
osd: minor changes to the descriptions of some configuration items 53040/head
authorRonen Friedman <rfriedma@redhat.com>
Thu, 17 Aug 2023 15:28:06 +0000 (10:28 -0500)
committerRonen Friedman <rfriedma@redhat.com>
Mon, 21 Aug 2023 15:04:32 +0000 (10:04 -0500)
... mostly scrub-related.

Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
src/common/options/osd.yaml.in

index 067e04df946f42e088f011ef2c341bd548b0255d..5d8d40cf12d1fc9f45251c876e5dd9e9fc3903bc 100644 (file)
@@ -286,8 +286,8 @@ options:
 - name: osd_scrub_min_interval
   type: float
   level: advanced
-  desc: Scrub each PG no more often than this interval
-  fmt_desc: The minimal interval in seconds for scrubbing the Ceph OSD Daemon
+  desc: The desired interval between scrubs of a specific PG.
+  fmt_desc: The desired interval in seconds between scrubs of a specific PG
     when the Ceph Storage Cluster load is low.
   default: 1_day
   see_also:
@@ -326,8 +326,8 @@ options:
   type: float
   level: dev
   desc: Backoff ratio for scheduling scrubs
-  long_desc: This is the precentage of ticks that do NOT schedule scrubs, 66% means
-    that 1 out of 3 ticks will schedule scrubs
+  long_desc: Probability that a particular OSD tick instance will skip scrub scheduling.
+    66% means that approximately one of three ticks will cause scrub scheduling.
   default: 0.66
   with_legacy: true
 - name: osd_scrub_chunk_min
@@ -507,27 +507,24 @@ options:
     stats (inc. scrub/block duration) every this many seconds.
   default: 120
   with_legacy: false
-# when replicas are slow to respond to scrub resource reservations
-# Note: disable by using a very large value
 - name: osd_scrub_slow_reservation_response
   type: millisecs
   level: advanced
-  desc: Duration before issuing a cluster-log warning
-  long_desc: Waiting too long for a replica to respond (after at least half of the
-    replicas have responded).
+  desc: Maximum wait (milliseconds) for scrub reservations before issuing a cluster-log warning
+  long_desc: Waiting too long for a replica to respond to scrub resource reservation request
+   (after at least half of the replicas have responded). Disable by setting to a very large value.
   default: 2200
   min: 500
   see_also:
   - osd_scrub_reservation_timeout
   with_legacy: false
-# when a replica does not respond to scrub resource request
-# Note: disable by using a very large value
 - name: osd_scrub_reservation_timeout
   type: millisecs
   level: advanced
-  desc: Duration before aborting the scrub session
-  long_desc: Waiting too long for some replicas to respond to
-    scrub reservation requests.
+  desc: Maximum wait (milliseconds) for replicas' response to scrub reservation requests
+  long_desc: Maximum wait (milliseconds) for all replicas to respond to
+    scrub reservation requests, before the scrub session is aborted. Disable by setting
+    to a very large value.
   default: 5000
   min: 2000
   see_also: