@@ -58,7 +58,10 @@ options:
5858 in recovery and 1 shard of another recovering PG.
5959 fmt_desc : The maximum number of backfills allowed to or from a single OSD.
6060 Note that this is applied separately for read and write operations.
61+ This setting is automatically reset when the mClock scheduler is used.
6162 default : 1
63+ see_also :
64+ - osd_mclock_override_recovery_settings
6265 flags :
6366 - runtime
6467 with_legacy : true
@@ -95,6 +98,7 @@ options:
9598 fmt_desc : Time in seconds to sleep before the next recovery or backfill op.
9699 Increasing this value will slow down recovery operation while
97100 client operations will be less impacted.
101+ note : This setting is ignored when the mClock scheduler is used.
98102 default : 0
99103 flags :
100104 - runtime
@@ -105,6 +109,7 @@ options:
105109 desc : Time in seconds to sleep before next recovery or backfill op for HDDs
106110 fmt_desc : Time in seconds to sleep before next recovery or backfill op
107111 for HDDs.
112+ note : This setting is ignored when the mClock scheduler is used.
108113 default : 0.1
109114 flags :
110115 - runtime
@@ -115,6 +120,7 @@ options:
115120 desc : Time in seconds to sleep before next recovery or backfill op for SSDs
116121 fmt_desc : Time in seconds to sleep before the next recovery or backfill op
117122 for SSDs.
123+ note : This setting is ignored when the mClock scheduler is used.
118124 default : 0
119125 see_also :
120126 - osd_recovery_sleep
@@ -128,6 +134,7 @@ options:
128134 on HDD and journal is on SSD
129135 fmt_desc : Time in seconds to sleep before the next recovery or backfill op
130136 when OSD data is on HDD and OSD journal / WAL+DB is on SSD.
137+ note : This setting is ignored when the mClock scheduler is used.
131138 default : 0.025
132139 see_also :
133140 - osd_recovery_sleep
@@ -141,6 +148,7 @@ options:
141148 fmt_desc : Time in seconds to sleep before next snap trim op.
142149 Increasing this value will slow down snap trimming.
143150 This option overrides backend specific variants.
151+ note : This setting is ignored when the mClock scheduler is used.
144152 default : 0
145153 flags :
146154 - runtime
@@ -149,6 +157,7 @@ options:
149157 type : float
150158 level : advanced
151159 desc : Time in seconds to sleep before next snap trim for HDDs
160+ note : This setting is ignored when the mClock scheduler is used.
152161 default : 5
153162 flags :
154163 - runtime
@@ -158,6 +167,7 @@ options:
158167 desc : Time in seconds to sleep before next snap trim for SSDs
159168 fmt_desc : Time in seconds to sleep before next snap trim op
160169 for SSD OSDs (including NVMe).
170+ note : This setting is ignored when the mClock scheduler is used.
161171 default : 0
162172 flags :
163173 - runtime
@@ -168,6 +178,7 @@ options:
168178 is on SSD
169179 fmt_desc : Time in seconds to sleep before next snap trim op
170180 when OSD data is on an HDD and the OSD journal or WAL+DB is on an SSD.
181+ note : This setting is ignored when the mClock scheduler is used.
171182 default : 2
172183 flags :
173184 - runtime
@@ -182,6 +193,7 @@ options:
182193 desc : Maximum concurrent scrubs on a single OSD
183194 fmt_desc : The maximum number of simultaneous scrub operations for
184195 a Ceph OSD Daemon.
196+ note : This setting is ignored when the mClock scheduler is used.
185197 default : 3
186198 with_legacy : true
187199- name : osd_scrub_during_recovery
@@ -377,7 +389,7 @@ options:
377389 fmt_desc : Sleep time in seconds before scrubbing the next group of objects (the next chunk).
378390 Increasing this value will slow down the overall rate of scrubbing, reducing scrub
379391 impact on client operations.
380- This setting is ignored when the mClock scheduler is used.
392+ note : This setting is ignored when the mClock scheduler is used.
381393 default : 0
382394 flags :
383395 - runtime
@@ -392,7 +404,7 @@ options:
392404 This configuration value is used for scrubbing out of scrubbing hours.
393405 Increasing this value will slow down the overall rate of scrubbing, reducing scrub
394406 impact on client operations.
395- This setting is ignored when the mClock scheduler is used.
407+ note : This setting is ignored when the mClock scheduler is used.
396408 default : 0
397409 see_also :
398410 - osd_scrub_begin_hour
@@ -1336,10 +1348,12 @@ options:
13361348 is ``0``, which means that the ``hdd`` or ``ssd`` values
13371349 (below) are used, depending on the type of the primary
13381350 device backing the OSD.
1351+ This setting is automatically reset when the mClock scheduler is used.
13391352 default : 0
13401353 see_also :
13411354 - osd_recovery_max_active_hdd
13421355 - osd_recovery_max_active_ssd
1356+ - osd_mclock_override_recovery_settings
13431357 flags :
13441358 - runtime
13451359 with_legacy : true
@@ -1350,10 +1364,12 @@ options:
13501364 devices)
13511365 fmt_desc : The number of active recovery requests per OSD at one time, if the
13521366 primary device is rotational.
1367+ note : This setting is automatically reset when the mClock scheduler is used.
13531368 default : 3
13541369 see_also :
13551370 - osd_recovery_max_active
13561371 - osd_recovery_max_active_ssd
1372+ - osd_mclock_override_recovery_settings
13571373 flags :
13581374 - runtime
13591375 with_legacy : true
@@ -1364,10 +1380,12 @@ options:
13641380 solid state devices)
13651381 fmt_desc : The number of active recovery requests per OSD at one time, if the
13661382 primary device is non-rotational (i.e., an SSD).
1383+ note : This setting is automatically reset when the mClock scheduler is used.
13671384 default : 10
13681385 see_also :
13691386 - osd_recovery_max_active
13701387 - osd_recovery_max_active_hdd
1388+ - osd_mclock_override_recovery_settings
13711389 flags :
13721390 - runtime
13731391 with_legacy : true
@@ -1462,20 +1480,23 @@ options:
14621480 overrides _ssd, _hdd, and _hybrid if non-zero.
14631481 fmt_desc : Time in seconds to sleep before the next removal transaction. This
14641482 throttles the PG deletion process.
1483+ note : This setting is ignored when the mClock scheduler is used.
14651484 default : 0
14661485 flags :
14671486 - runtime
14681487- name : osd_delete_sleep_hdd
14691488 type : float
14701489 level : advanced
1471- desc : Time in seconds to sleep before next removal transaction for HDDs
1490+ desc : Time in seconds to sleep before next removal transaction for HDDs.
1491+ note : This setting is ignored when the mClock scheduler is used.
14721492 default : 5
14731493 flags :
14741494 - runtime
14751495- name : osd_delete_sleep_ssd
14761496 type : float
14771497 level : advanced
14781498 desc : Time in seconds to sleep before next removal transaction for SSDs
1499+ note : This setting is ignored when the mClock scheduler is used.
14791500 default : 1
14801501 flags :
14811502 - runtime
@@ -1484,6 +1505,7 @@ options:
14841505 level : advanced
14851506 desc : Time in seconds to sleep before next removal transaction when OSD data is on HDD
14861507 and OSD journal or WAL+DB is on SSD
1508+ note : This setting is ignored when the mClock scheduler is used.
14871509 default : 1
14881510 flags :
14891511 - runtime
0 commit comments