@@ -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
@@ -1378,10 +1390,12 @@ options:
13781390 is ``0``, which means that the ``hdd`` or ``ssd`` values
13791391 (below) are used, depending on the type of the primary
13801392 device backing the OSD.
1393+ This setting is automatically reset when the mClock scheduler is used.
13811394 default : 0
13821395 see_also :
13831396 - osd_recovery_max_active_hdd
13841397 - osd_recovery_max_active_ssd
1398+ - osd_mclock_override_recovery_settings
13851399 flags :
13861400 - runtime
13871401 with_legacy : true
@@ -1392,10 +1406,12 @@ options:
13921406 devices)
13931407 fmt_desc : The number of active recovery requests per OSD at one time, if the
13941408 primary device is rotational.
1409+ note : This setting is automatically reset when the mClock scheduler is used.
13951410 default : 3
13961411 see_also :
13971412 - osd_recovery_max_active
13981413 - osd_recovery_max_active_ssd
1414+ - osd_mclock_override_recovery_settings
13991415 flags :
14001416 - runtime
14011417 with_legacy : true
@@ -1406,10 +1422,12 @@ options:
14061422 solid state devices)
14071423 fmt_desc : The number of active recovery requests per OSD at one time, if the
14081424 primary device is non-rotational (i.e., an SSD).
1425+ note : This setting is automatically reset when the mClock scheduler is used.
14091426 default : 10
14101427 see_also :
14111428 - osd_recovery_max_active
14121429 - osd_recovery_max_active_hdd
1430+ - osd_mclock_override_recovery_settings
14131431 flags :
14141432 - runtime
14151433 with_legacy : true
@@ -1504,20 +1522,23 @@ options:
15041522 overrides _ssd, _hdd, and _hybrid if non-zero.
15051523 fmt_desc : Time in seconds to sleep before the next removal transaction. This
15061524 throttles the PG deletion process.
1525+ note : This setting is ignored when the mClock scheduler is used.
15071526 default : 0
15081527 flags :
15091528 - runtime
15101529- name : osd_delete_sleep_hdd
15111530 type : float
15121531 level : advanced
1513- desc : Time in seconds to sleep before next removal transaction for HDDs
1532+ desc : Time in seconds to sleep before next removal transaction for HDDs.
1533+ note : This setting is ignored when the mClock scheduler is used.
15141534 default : 5
15151535 flags :
15161536 - runtime
15171537- name : osd_delete_sleep_ssd
15181538 type : float
15191539 level : advanced
15201540 desc : Time in seconds to sleep before next removal transaction for SSDs
1541+ note : This setting is ignored when the mClock scheduler is used.
15211542 default : 1
15221543 flags :
15231544 - runtime
@@ -1526,6 +1547,7 @@ options:
15261547 level : advanced
15271548 desc : Time in seconds to sleep before next removal transaction when OSD data is on HDD
15281549 and OSD journal or WAL+DB is on SSD
1550+ note : This setting is ignored when the mClock scheduler is used.
15291551 default : 1
15301552 flags :
15311553 - runtime
0 commit comments