]> git.proxmox.com Git - mirror_zfs.git/blob - man/man4/zfs.4
Improve ZFS objset sync parallelism
[mirror_zfs.git] / man / man4 / zfs.4
1 .\"
2 .\" Copyright (c) 2013 by Turbo Fredriksson <turbo@bayour.com>. All rights reserved.
3 .\" Copyright (c) 2019, 2021 by Delphix. All rights reserved.
4 .\" Copyright (c) 2019 Datto Inc.
5 .\" The contents of this file are subject to the terms of the Common Development
6 .\" and Distribution License (the "License"). You may not use this file except
7 .\" in compliance with the License. You can obtain a copy of the license at
8 .\" usr/src/OPENSOLARIS.LICENSE or https://opensource.org/licenses/CDDL-1.0.
9 .\"
10 .\" See the License for the specific language governing permissions and
11 .\" limitations under the License. When distributing Covered Code, include this
12 .\" CDDL HEADER in each file and include the License file at
13 .\" usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this
14 .\" CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your
15 .\" own identifying information:
16 .\" Portions Copyright [yyyy] [name of copyright owner]
17 .\"
18 .Dd July 21, 2023
19 .Dt ZFS 4
20 .Os
21 .
22 .Sh NAME
23 .Nm zfs
24 .Nd tuning of the ZFS kernel module
25 .
26 .Sh DESCRIPTION
27 The ZFS module supports these parameters:
28 .Bl -tag -width Ds
29 .It Sy dbuf_cache_max_bytes Ns = Ns Sy UINT64_MAX Ns B Pq u64
30 Maximum size in bytes of the dbuf cache.
31 The target size is determined by the MIN versus
32 .No 1/2^ Ns Sy dbuf_cache_shift Pq 1/32nd
33 of the target ARC size.
34 The behavior of the dbuf cache and its associated settings
35 can be observed via the
36 .Pa /proc/spl/kstat/zfs/dbufstats
37 kstat.
38 .
39 .It Sy dbuf_metadata_cache_max_bytes Ns = Ns Sy UINT64_MAX Ns B Pq u64
40 Maximum size in bytes of the metadata dbuf cache.
41 The target size is determined by the MIN versus
42 .No 1/2^ Ns Sy dbuf_metadata_cache_shift Pq 1/64th
43 of the target ARC size.
44 The behavior of the metadata dbuf cache and its associated settings
45 can be observed via the
46 .Pa /proc/spl/kstat/zfs/dbufstats
47 kstat.
48 .
49 .It Sy dbuf_cache_hiwater_pct Ns = Ns Sy 10 Ns % Pq uint
50 The percentage over
51 .Sy dbuf_cache_max_bytes
52 when dbufs must be evicted directly.
53 .
54 .It Sy dbuf_cache_lowater_pct Ns = Ns Sy 10 Ns % Pq uint
55 The percentage below
56 .Sy dbuf_cache_max_bytes
57 when the evict thread stops evicting dbufs.
58 .
59 .It Sy dbuf_cache_shift Ns = Ns Sy 5 Pq uint
60 Set the size of the dbuf cache
61 .Pq Sy dbuf_cache_max_bytes
62 to a log2 fraction of the target ARC size.
63 .
64 .It Sy dbuf_metadata_cache_shift Ns = Ns Sy 6 Pq uint
65 Set the size of the dbuf metadata cache
66 .Pq Sy dbuf_metadata_cache_max_bytes
67 to a log2 fraction of the target ARC size.
68 .
69 .It Sy dbuf_mutex_cache_shift Ns = Ns Sy 0 Pq uint
70 Set the size of the mutex array for the dbuf cache.
71 When set to
72 .Sy 0
73 the array is dynamically sized based on total system memory.
74 .
75 .It Sy dmu_object_alloc_chunk_shift Ns = Ns Sy 7 Po 128 Pc Pq uint
76 dnode slots allocated in a single operation as a power of 2.
77 The default value minimizes lock contention for the bulk operation performed.
78 .
79 .It Sy dmu_prefetch_max Ns = Ns Sy 134217728 Ns B Po 128 MiB Pc Pq uint
80 Limit the amount we can prefetch with one call to this amount in bytes.
81 This helps to limit the amount of memory that can be used by prefetching.
82 .
83 .It Sy ignore_hole_birth Pq int
84 Alias for
85 .Sy send_holes_without_birth_time .
86 .
87 .It Sy l2arc_feed_again Ns = Ns Sy 1 Ns | Ns 0 Pq int
88 Turbo L2ARC warm-up.
89 When the L2ARC is cold the fill interval will be set as fast as possible.
90 .
91 .It Sy l2arc_feed_min_ms Ns = Ns Sy 200 Pq u64
92 Min feed interval in milliseconds.
93 Requires
94 .Sy l2arc_feed_again Ns = Ns Ar 1
95 and only applicable in related situations.
96 .
97 .It Sy l2arc_feed_secs Ns = Ns Sy 1 Pq u64
98 Seconds between L2ARC writing.
99 .
100 .It Sy l2arc_headroom Ns = Ns Sy 2 Pq u64
101 How far through the ARC lists to search for L2ARC cacheable content,
102 expressed as a multiplier of
103 .Sy l2arc_write_max .
104 ARC persistence across reboots can be achieved with persistent L2ARC
105 by setting this parameter to
106 .Sy 0 ,
107 allowing the full length of ARC lists to be searched for cacheable content.
108 .
109 .It Sy l2arc_headroom_boost Ns = Ns Sy 200 Ns % Pq u64
110 Scales
111 .Sy l2arc_headroom
112 by this percentage when L2ARC contents are being successfully compressed
113 before writing.
114 A value of
115 .Sy 100
116 disables this feature.
117 .
118 .It Sy l2arc_exclude_special Ns = Ns Sy 0 Ns | Ns 1 Pq int
119 Controls whether buffers present on special vdevs are eligible for caching
120 into L2ARC.
121 If set to 1, exclude dbufs on special vdevs from being cached to L2ARC.
122 .
123 .It Sy l2arc_mfuonly Ns = Ns Sy 0 Ns | Ns 1 Pq int
124 Controls whether only MFU metadata and data are cached from ARC into L2ARC.
125 This may be desired to avoid wasting space on L2ARC when reading/writing large
126 amounts of data that are not expected to be accessed more than once.
127 .Pp
128 The default is off,
129 meaning both MRU and MFU data and metadata are cached.
130 When turning off this feature, some MRU buffers will still be present
131 in ARC and eventually cached on L2ARC.
132 .No If Sy l2arc_noprefetch Ns = Ns Sy 0 ,
133 some prefetched buffers will be cached to L2ARC, and those might later
134 transition to MRU, in which case the
135 .Sy l2arc_mru_asize No arcstat will not be Sy 0 .
136 .Pp
137 Regardless of
138 .Sy l2arc_noprefetch ,
139 some MFU buffers might be evicted from ARC,
140 accessed later on as prefetches and transition to MRU as prefetches.
141 If accessed again they are counted as MRU and the
142 .Sy l2arc_mru_asize No arcstat will not be Sy 0 .
143 .Pp
144 The ARC status of L2ARC buffers when they were first cached in
145 L2ARC can be seen in the
146 .Sy l2arc_mru_asize , Sy l2arc_mfu_asize , No and Sy l2arc_prefetch_asize
147 arcstats when importing the pool or onlining a cache
148 device if persistent L2ARC is enabled.
149 .Pp
150 The
151 .Sy evict_l2_eligible_mru
152 arcstat does not take into account if this option is enabled as the information
153 provided by the
154 .Sy evict_l2_eligible_m[rf]u
155 arcstats can be used to decide if toggling this option is appropriate
156 for the current workload.
157 .
158 .It Sy l2arc_meta_percent Ns = Ns Sy 33 Ns % Pq uint
159 Percent of ARC size allowed for L2ARC-only headers.
160 Since L2ARC buffers are not evicted on memory pressure,
161 too many headers on a system with an irrationally large L2ARC
162 can render it slow or unusable.
163 This parameter limits L2ARC writes and rebuilds to achieve the target.
164 .
165 .It Sy l2arc_trim_ahead Ns = Ns Sy 0 Ns % Pq u64
166 Trims ahead of the current write size
167 .Pq Sy l2arc_write_max
168 on L2ARC devices by this percentage of write size if we have filled the device.
169 If set to
170 .Sy 100
171 we TRIM twice the space required to accommodate upcoming writes.
172 A minimum of
173 .Sy 64 MiB
174 will be trimmed.
175 It also enables TRIM of the whole L2ARC device upon creation
176 or addition to an existing pool or if the header of the device is
177 invalid upon importing a pool or onlining a cache device.
178 A value of
179 .Sy 0
180 disables TRIM on L2ARC altogether and is the default as it can put significant
181 stress on the underlying storage devices.
182 This will vary depending of how well the specific device handles these commands.
183 .
184 .It Sy l2arc_noprefetch Ns = Ns Sy 1 Ns | Ns 0 Pq int
185 Do not write buffers to L2ARC if they were prefetched but not used by
186 applications.
187 In case there are prefetched buffers in L2ARC and this option
188 is later set, we do not read the prefetched buffers from L2ARC.
189 Unsetting this option is useful for caching sequential reads from the
190 disks to L2ARC and serve those reads from L2ARC later on.
191 This may be beneficial in case the L2ARC device is significantly faster
192 in sequential reads than the disks of the pool.
193 .Pp
194 Use
195 .Sy 1
196 to disable and
197 .Sy 0
198 to enable caching/reading prefetches to/from L2ARC.
199 .
200 .It Sy l2arc_norw Ns = Ns Sy 0 Ns | Ns 1 Pq int
201 No reads during writes.
202 .
203 .It Sy l2arc_write_boost Ns = Ns Sy 8388608 Ns B Po 8 MiB Pc Pq u64
204 Cold L2ARC devices will have
205 .Sy l2arc_write_max
206 increased by this amount while they remain cold.
207 .
208 .It Sy l2arc_write_max Ns = Ns Sy 8388608 Ns B Po 8 MiB Pc Pq u64
209 Max write bytes per interval.
210 .
211 .It Sy l2arc_rebuild_enabled Ns = Ns Sy 1 Ns | Ns 0 Pq int
212 Rebuild the L2ARC when importing a pool (persistent L2ARC).
213 This can be disabled if there are problems importing a pool
214 or attaching an L2ARC device (e.g. the L2ARC device is slow
215 in reading stored log metadata, or the metadata
216 has become somehow fragmented/unusable).
217 .
218 .It Sy l2arc_rebuild_blocks_min_l2size Ns = Ns Sy 1073741824 Ns B Po 1 GiB Pc Pq u64
219 Mininum size of an L2ARC device required in order to write log blocks in it.
220 The log blocks are used upon importing the pool to rebuild the persistent L2ARC.
221 .Pp
222 For L2ARC devices less than 1 GiB, the amount of data
223 .Fn l2arc_evict
224 evicts is significant compared to the amount of restored L2ARC data.
225 In this case, do not write log blocks in L2ARC in order not to waste space.
226 .
227 .It Sy metaslab_aliquot Ns = Ns Sy 1048576 Ns B Po 1 MiB Pc Pq u64
228 Metaslab granularity, in bytes.
229 This is roughly similar to what would be referred to as the "stripe size"
230 in traditional RAID arrays.
231 In normal operation, ZFS will try to write this amount of data to each disk
232 before moving on to the next top-level vdev.
233 .
234 .It Sy metaslab_bias_enabled Ns = Ns Sy 1 Ns | Ns 0 Pq int
235 Enable metaslab group biasing based on their vdevs' over- or under-utilization
236 relative to the pool.
237 .
238 .It Sy metaslab_force_ganging Ns = Ns Sy 16777217 Ns B Po 16 MiB + 1 B Pc Pq u64
239 Make some blocks above a certain size be gang blocks.
240 This option is used by the test suite to facilitate testing.
241 .
242 .It Sy metaslab_force_ganging_pct Ns = Ns Sy 3 Ns % Pq uint
243 For blocks that could be forced to be a gang block (due to
244 .Sy metaslab_force_ganging ) ,
245 force this many of them to be gang blocks.
246 .
247 .It Sy zfs_ddt_zap_default_bs Ns = Ns Sy 15 Po 32 KiB Pc Pq int
248 Default DDT ZAP data block size as a power of 2. Note that changing this after
249 creating a DDT on the pool will not affect existing DDTs, only newly created
250 ones.
251 .
252 .It Sy zfs_ddt_zap_default_ibs Ns = Ns Sy 15 Po 32 KiB Pc Pq int
253 Default DDT ZAP indirect block size as a power of 2. Note that changing this
254 after creating a DDT on the pool will not affect existing DDTs, only newly
255 created ones.
256 .
257 .It Sy zfs_default_bs Ns = Ns Sy 9 Po 512 B Pc Pq int
258 Default dnode block size as a power of 2.
259 .
260 .It Sy zfs_default_ibs Ns = Ns Sy 17 Po 128 KiB Pc Pq int
261 Default dnode indirect block size as a power of 2.
262 .
263 .It Sy zfs_history_output_max Ns = Ns Sy 1048576 Ns B Po 1 MiB Pc Pq u64
264 When attempting to log an output nvlist of an ioctl in the on-disk history,
265 the output will not be stored if it is larger than this size (in bytes).
266 This must be less than
267 .Sy DMU_MAX_ACCESS Pq 64 MiB .
268 This applies primarily to
269 .Fn zfs_ioc_channel_program Pq cf. Xr zfs-program 8 .
270 .
271 .It Sy zfs_keep_log_spacemaps_at_export Ns = Ns Sy 0 Ns | Ns 1 Pq int
272 Prevent log spacemaps from being destroyed during pool exports and destroys.
273 .
274 .It Sy zfs_metaslab_segment_weight_enabled Ns = Ns Sy 1 Ns | Ns 0 Pq int
275 Enable/disable segment-based metaslab selection.
276 .
277 .It Sy zfs_metaslab_switch_threshold Ns = Ns Sy 2 Pq int
278 When using segment-based metaslab selection, continue allocating
279 from the active metaslab until this option's
280 worth of buckets have been exhausted.
281 .
282 .It Sy metaslab_debug_load Ns = Ns Sy 0 Ns | Ns 1 Pq int
283 Load all metaslabs during pool import.
284 .
285 .It Sy metaslab_debug_unload Ns = Ns Sy 0 Ns | Ns 1 Pq int
286 Prevent metaslabs from being unloaded.
287 .
288 .It Sy metaslab_fragmentation_factor_enabled Ns = Ns Sy 1 Ns | Ns 0 Pq int
289 Enable use of the fragmentation metric in computing metaslab weights.
290 .
291 .It Sy metaslab_df_max_search Ns = Ns Sy 16777216 Ns B Po 16 MiB Pc Pq uint
292 Maximum distance to search forward from the last offset.
293 Without this limit, fragmented pools can see
294 .Em >100`000
295 iterations and
296 .Fn metaslab_block_picker
297 becomes the performance limiting factor on high-performance storage.
298 .Pp
299 With the default setting of
300 .Sy 16 MiB ,
301 we typically see less than
302 .Em 500
303 iterations, even with very fragmented
304 .Sy ashift Ns = Ns Sy 9
305 pools.
306 The maximum number of iterations possible is
307 .Sy metaslab_df_max_search / 2^(ashift+1) .
308 With the default setting of
309 .Sy 16 MiB
310 this is
311 .Em 16*1024 Pq with Sy ashift Ns = Ns Sy 9
312 or
313 .Em 2*1024 Pq with Sy ashift Ns = Ns Sy 12 .
314 .
315 .It Sy metaslab_df_use_largest_segment Ns = Ns Sy 0 Ns | Ns 1 Pq int
316 If not searching forward (due to
317 .Sy metaslab_df_max_search , metaslab_df_free_pct ,
318 .No or Sy metaslab_df_alloc_threshold ) ,
319 this tunable controls which segment is used.
320 If set, we will use the largest free segment.
321 If unset, we will use a segment of at least the requested size.
322 .
323 .It Sy zfs_metaslab_max_size_cache_sec Ns = Ns Sy 3600 Ns s Po 1 hour Pc Pq u64
324 When we unload a metaslab, we cache the size of the largest free chunk.
325 We use that cached size to determine whether or not to load a metaslab
326 for a given allocation.
327 As more frees accumulate in that metaslab while it's unloaded,
328 the cached max size becomes less and less accurate.
329 After a number of seconds controlled by this tunable,
330 we stop considering the cached max size and start
331 considering only the histogram instead.
332 .
333 .It Sy zfs_metaslab_mem_limit Ns = Ns Sy 25 Ns % Pq uint
334 When we are loading a new metaslab, we check the amount of memory being used
335 to store metaslab range trees.
336 If it is over a threshold, we attempt to unload the least recently used metaslab
337 to prevent the system from clogging all of its memory with range trees.
338 This tunable sets the percentage of total system memory that is the threshold.
339 .
340 .It Sy zfs_metaslab_try_hard_before_gang Ns = Ns Sy 0 Ns | Ns 1 Pq int
341 .Bl -item -compact
342 .It
343 If unset, we will first try normal allocation.
344 .It
345 If that fails then we will do a gang allocation.
346 .It
347 If that fails then we will do a "try hard" gang allocation.
348 .It
349 If that fails then we will have a multi-layer gang block.
350 .El
351 .Pp
352 .Bl -item -compact
353 .It
354 If set, we will first try normal allocation.
355 .It
356 If that fails then we will do a "try hard" allocation.
357 .It
358 If that fails we will do a gang allocation.
359 .It
360 If that fails we will do a "try hard" gang allocation.
361 .It
362 If that fails then we will have a multi-layer gang block.
363 .El
364 .
365 .It Sy zfs_metaslab_find_max_tries Ns = Ns Sy 100 Pq uint
366 When not trying hard, we only consider this number of the best metaslabs.
367 This improves performance, especially when there are many metaslabs per vdev
368 and the allocation can't actually be satisfied
369 (so we would otherwise iterate all metaslabs).
370 .
371 .It Sy zfs_vdev_default_ms_count Ns = Ns Sy 200 Pq uint
372 When a vdev is added, target this number of metaslabs per top-level vdev.
373 .
374 .It Sy zfs_vdev_default_ms_shift Ns = Ns Sy 29 Po 512 MiB Pc Pq uint
375 Default lower limit for metaslab size.
376 .
377 .It Sy zfs_vdev_max_ms_shift Ns = Ns Sy 34 Po 16 GiB Pc Pq uint
378 Default upper limit for metaslab size.
379 .
380 .It Sy zfs_vdev_max_auto_ashift Ns = Ns Sy 14 Pq uint
381 Maximum ashift used when optimizing for logical \[->] physical sector size on
382 new
383 top-level vdevs.
384 May be increased up to
385 .Sy ASHIFT_MAX Po 16 Pc ,
386 but this may negatively impact pool space efficiency.
387 .
388 .It Sy zfs_vdev_min_auto_ashift Ns = Ns Sy ASHIFT_MIN Po 9 Pc Pq uint
389 Minimum ashift used when creating new top-level vdevs.
390 .
391 .It Sy zfs_vdev_min_ms_count Ns = Ns Sy 16 Pq uint
392 Minimum number of metaslabs to create in a top-level vdev.
393 .
394 .It Sy vdev_validate_skip Ns = Ns Sy 0 Ns | Ns 1 Pq int
395 Skip label validation steps during pool import.
396 Changing is not recommended unless you know what you're doing
397 and are recovering a damaged label.
398 .
399 .It Sy zfs_vdev_ms_count_limit Ns = Ns Sy 131072 Po 128k Pc Pq uint
400 Practical upper limit of total metaslabs per top-level vdev.
401 .
402 .It Sy metaslab_preload_enabled Ns = Ns Sy 1 Ns | Ns 0 Pq int
403 Enable metaslab group preloading.
404 .
405 .It Sy metaslab_preload_limit Ns = Ns Sy 10 Pq uint
406 Maximum number of metaslabs per group to preload
407 .
408 .It Sy metaslab_preload_pct Ns = Ns Sy 50 Pq uint
409 Percentage of CPUs to run a metaslab preload taskq
410 .
411 .It Sy metaslab_lba_weighting_enabled Ns = Ns Sy 1 Ns | Ns 0 Pq int
412 Give more weight to metaslabs with lower LBAs,
413 assuming they have greater bandwidth,
414 as is typically the case on a modern constant angular velocity disk drive.
415 .
416 .It Sy metaslab_unload_delay Ns = Ns Sy 32 Pq uint
417 After a metaslab is used, we keep it loaded for this many TXGs, to attempt to
418 reduce unnecessary reloading.
419 Note that both this many TXGs and
420 .Sy metaslab_unload_delay_ms
421 milliseconds must pass before unloading will occur.
422 .
423 .It Sy metaslab_unload_delay_ms Ns = Ns Sy 600000 Ns ms Po 10 min Pc Pq uint
424 After a metaslab is used, we keep it loaded for this many milliseconds,
425 to attempt to reduce unnecessary reloading.
426 Note, that both this many milliseconds and
427 .Sy metaslab_unload_delay
428 TXGs must pass before unloading will occur.
429 .
430 .It Sy reference_history Ns = Ns Sy 3 Pq uint
431 Maximum reference holders being tracked when reference_tracking_enable is
432 active.
433 .
434 .It Sy reference_tracking_enable Ns = Ns Sy 0 Ns | Ns 1 Pq int
435 Track reference holders to
436 .Sy refcount_t
437 objects (debug builds only).
438 .
439 .It Sy send_holes_without_birth_time Ns = Ns Sy 1 Ns | Ns 0 Pq int
440 When set, the
441 .Sy hole_birth
442 optimization will not be used, and all holes will always be sent during a
443 .Nm zfs Cm send .
444 This is useful if you suspect your datasets are affected by a bug in
445 .Sy hole_birth .
446 .
447 .It Sy spa_config_path Ns = Ns Pa /etc/zfs/zpool.cache Pq charp
448 SPA config file.
449 .
450 .It Sy spa_asize_inflation Ns = Ns Sy 24 Pq uint
451 Multiplication factor used to estimate actual disk consumption from the
452 size of data being written.
453 The default value is a worst case estimate,
454 but lower values may be valid for a given pool depending on its configuration.
455 Pool administrators who understand the factors involved
456 may wish to specify a more realistic inflation factor,
457 particularly if they operate close to quota or capacity limits.
458 .
459 .It Sy spa_load_print_vdev_tree Ns = Ns Sy 0 Ns | Ns 1 Pq int
460 Whether to print the vdev tree in the debugging message buffer during pool
461 import.
462 .
463 .It Sy spa_load_verify_data Ns = Ns Sy 1 Ns | Ns 0 Pq int
464 Whether to traverse data blocks during an "extreme rewind"
465 .Pq Fl X
466 import.
467 .Pp
468 An extreme rewind import normally performs a full traversal of all
469 blocks in the pool for verification.
470 If this parameter is unset, the traversal skips non-metadata blocks.
471 It can be toggled once the
472 import has started to stop or start the traversal of non-metadata blocks.
473 .
474 .It Sy spa_load_verify_metadata Ns = Ns Sy 1 Ns | Ns 0 Pq int
475 Whether to traverse blocks during an "extreme rewind"
476 .Pq Fl X
477 pool import.
478 .Pp
479 An extreme rewind import normally performs a full traversal of all
480 blocks in the pool for verification.
481 If this parameter is unset, the traversal is not performed.
482 It can be toggled once the import has started to stop or start the traversal.
483 .
484 .It Sy spa_load_verify_shift Ns = Ns Sy 4 Po 1/16th Pc Pq uint
485 Sets the maximum number of bytes to consume during pool import to the log2
486 fraction of the target ARC size.
487 .
488 .It Sy spa_slop_shift Ns = Ns Sy 5 Po 1/32nd Pc Pq int
489 Normally, we don't allow the last
490 .Sy 3.2% Pq Sy 1/2^spa_slop_shift
491 of space in the pool to be consumed.
492 This ensures that we don't run the pool completely out of space,
493 due to unaccounted changes (e.g. to the MOS).
494 It also limits the worst-case time to allocate space.
495 If we have less than this amount of free space,
496 most ZPL operations (e.g. write, create) will return
497 .Sy ENOSPC .
498 .
499 .It Sy spa_num_allocators Ns = Ns Sy 4 Pq int
500 Determines the number of block alloctators to use per spa instance.
501 Capped by the number of actual CPUs in the system.
502 .Pp
503 Note that setting this value too high could result in performance
504 degredation and/or excess fragmentation.
505 .
506 .It Sy spa_upgrade_errlog_limit Ns = Ns Sy 0 Pq uint
507 Limits the number of on-disk error log entries that will be converted to the
508 new format when enabling the
509 .Sy head_errlog
510 feature.
511 The default is to convert all log entries.
512 .
513 .It Sy vdev_removal_max_span Ns = Ns Sy 32768 Ns B Po 32 KiB Pc Pq uint
514 During top-level vdev removal, chunks of data are copied from the vdev
515 which may include free space in order to trade bandwidth for IOPS.
516 This parameter determines the maximum span of free space, in bytes,
517 which will be included as "unnecessary" data in a chunk of copied data.
518 .Pp
519 The default value here was chosen to align with
520 .Sy zfs_vdev_read_gap_limit ,
521 which is a similar concept when doing
522 regular reads (but there's no reason it has to be the same).
523 .
524 .It Sy vdev_file_logical_ashift Ns = Ns Sy 9 Po 512 B Pc Pq u64
525 Logical ashift for file-based devices.
526 .
527 .It Sy vdev_file_physical_ashift Ns = Ns Sy 9 Po 512 B Pc Pq u64
528 Physical ashift for file-based devices.
529 .
530 .It Sy zap_iterate_prefetch Ns = Ns Sy 1 Ns | Ns 0 Pq int
531 If set, when we start iterating over a ZAP object,
532 prefetch the entire object (all leaf blocks).
533 However, this is limited by
534 .Sy dmu_prefetch_max .
535 .
536 .It Sy zap_micro_max_size Ns = Ns Sy 131072 Ns B Po 128 KiB Pc Pq int
537 Maximum micro ZAP size.
538 A micro ZAP is upgraded to a fat ZAP, once it grows beyond the specified size.
539 .
540 .It Sy zfetch_min_distance Ns = Ns Sy 4194304 Ns B Po 4 MiB Pc Pq uint
541 Min bytes to prefetch per stream.
542 Prefetch distance starts from the demand access size and quickly grows to
543 this value, doubling on each hit.
544 After that it may grow further by 1/8 per hit, but only if some prefetch
545 since last time haven't completed in time to satisfy demand request, i.e.
546 prefetch depth didn't cover the read latency or the pool got saturated.
547 .
548 .It Sy zfetch_max_distance Ns = Ns Sy 67108864 Ns B Po 64 MiB Pc Pq uint
549 Max bytes to prefetch per stream.
550 .
551 .It Sy zfetch_max_idistance Ns = Ns Sy 67108864 Ns B Po 64 MiB Pc Pq uint
552 Max bytes to prefetch indirects for per stream.
553 .
554 .It Sy zfetch_max_streams Ns = Ns Sy 8 Pq uint
555 Max number of streams per zfetch (prefetch streams per file).
556 .
557 .It Sy zfetch_min_sec_reap Ns = Ns Sy 1 Pq uint
558 Min time before inactive prefetch stream can be reclaimed
559 .
560 .It Sy zfetch_max_sec_reap Ns = Ns Sy 2 Pq uint
561 Max time before inactive prefetch stream can be deleted
562 .
563 .It Sy zfs_abd_scatter_enabled Ns = Ns Sy 1 Ns | Ns 0 Pq int
564 Enables ARC from using scatter/gather lists and forces all allocations to be
565 linear in kernel memory.
566 Disabling can improve performance in some code paths
567 at the expense of fragmented kernel memory.
568 .
569 .It Sy zfs_abd_scatter_max_order Ns = Ns Sy MAX_ORDER\-1 Pq uint
570 Maximum number of consecutive memory pages allocated in a single block for
571 scatter/gather lists.
572 .Pp
573 The value of
574 .Sy MAX_ORDER
575 depends on kernel configuration.
576 .
577 .It Sy zfs_abd_scatter_min_size Ns = Ns Sy 1536 Ns B Po 1.5 KiB Pc Pq uint
578 This is the minimum allocation size that will use scatter (page-based) ABDs.
579 Smaller allocations will use linear ABDs.
580 .
581 .It Sy zfs_arc_dnode_limit Ns = Ns Sy 0 Ns B Pq u64
582 When the number of bytes consumed by dnodes in the ARC exceeds this number of
583 bytes, try to unpin some of it in response to demand for non-metadata.
584 This value acts as a ceiling to the amount of dnode metadata, and defaults to
585 .Sy 0 ,
586 which indicates that a percent which is based on
587 .Sy zfs_arc_dnode_limit_percent
588 of the ARC meta buffers that may be used for dnodes.
589 .It Sy zfs_arc_dnode_limit_percent Ns = Ns Sy 10 Ns % Pq u64
590 Percentage that can be consumed by dnodes of ARC meta buffers.
591 .Pp
592 See also
593 .Sy zfs_arc_dnode_limit ,
594 which serves a similar purpose but has a higher priority if nonzero.
595 .
596 .It Sy zfs_arc_dnode_reduce_percent Ns = Ns Sy 10 Ns % Pq u64
597 Percentage of ARC dnodes to try to scan in response to demand for non-metadata
598 when the number of bytes consumed by dnodes exceeds
599 .Sy zfs_arc_dnode_limit .
600 .
601 .It Sy zfs_arc_average_blocksize Ns = Ns Sy 8192 Ns B Po 8 KiB Pc Pq uint
602 The ARC's buffer hash table is sized based on the assumption of an average
603 block size of this value.
604 This works out to roughly 1 MiB of hash table per 1 GiB of physical memory
605 with 8-byte pointers.
606 For configurations with a known larger average block size,
607 this value can be increased to reduce the memory footprint.
608 .
609 .It Sy zfs_arc_eviction_pct Ns = Ns Sy 200 Ns % Pq uint
610 When
611 .Fn arc_is_overflowing ,
612 .Fn arc_get_data_impl
613 waits for this percent of the requested amount of data to be evicted.
614 For example, by default, for every
615 .Em 2 KiB
616 that's evicted,
617 .Em 1 KiB
618 of it may be "reused" by a new allocation.
619 Since this is above
620 .Sy 100 Ns % ,
621 it ensures that progress is made towards getting
622 .Sy arc_size No under Sy arc_c .
623 Since this is finite, it ensures that allocations can still happen,
624 even during the potentially long time that
625 .Sy arc_size No is more than Sy arc_c .
626 .
627 .It Sy zfs_arc_evict_batch_limit Ns = Ns Sy 10 Pq uint
628 Number ARC headers to evict per sub-list before proceeding to another sub-list.
629 This batch-style operation prevents entire sub-lists from being evicted at once
630 but comes at a cost of additional unlocking and locking.
631 .
632 .It Sy zfs_arc_grow_retry Ns = Ns Sy 0 Ns s Pq uint
633 If set to a non zero value, it will replace the
634 .Sy arc_grow_retry
635 value with this value.
636 The
637 .Sy arc_grow_retry
638 .No value Pq default Sy 5 Ns s
639 is the number of seconds the ARC will wait before
640 trying to resume growth after a memory pressure event.
641 .
642 .It Sy zfs_arc_lotsfree_percent Ns = Ns Sy 10 Ns % Pq int
643 Throttle I/O when free system memory drops below this percentage of total
644 system memory.
645 Setting this value to
646 .Sy 0
647 will disable the throttle.
648 .
649 .It Sy zfs_arc_max Ns = Ns Sy 0 Ns B Pq u64
650 Max size of ARC in bytes.
651 If
652 .Sy 0 ,
653 then the max size of ARC is determined by the amount of system memory installed.
654 The larger of
655 .Sy all_system_memory No \- Sy 1 GiB
656 and
657 .Sy 5/8 No \(mu Sy all_system_memory
658 will be used as the limit.
659 This value must be at least
660 .Sy 67108864 Ns B Pq 64 MiB .
661 .Pp
662 This value can be changed dynamically, with some caveats.
663 It cannot be set back to
664 .Sy 0
665 while running, and reducing it below the current ARC size will not cause
666 the ARC to shrink without memory pressure to induce shrinking.
667 .
668 .It Sy zfs_arc_meta_balance Ns = Ns Sy 500 Pq uint
669 Balance between metadata and data on ghost hits.
670 Values above 100 increase metadata caching by proportionally reducing effect
671 of ghost data hits on target data/metadata rate.
672 .
673 .It Sy zfs_arc_min Ns = Ns Sy 0 Ns B Pq u64
674 Min size of ARC in bytes.
675 .No If set to Sy 0 , arc_c_min
676 will default to consuming the larger of
677 .Sy 32 MiB
678 and
679 .Sy all_system_memory No / Sy 32 .
680 .
681 .It Sy zfs_arc_min_prefetch_ms Ns = Ns Sy 0 Ns ms Ns Po Ns ≡ Ns 1s Pc Pq uint
682 Minimum time prefetched blocks are locked in the ARC.
683 .
684 .It Sy zfs_arc_min_prescient_prefetch_ms Ns = Ns Sy 0 Ns ms Ns Po Ns ≡ Ns 6s Pc Pq uint
685 Minimum time "prescient prefetched" blocks are locked in the ARC.
686 These blocks are meant to be prefetched fairly aggressively ahead of
687 the code that may use them.
688 .
689 .It Sy zfs_arc_prune_task_threads Ns = Ns Sy 1 Pq int
690 Number of arc_prune threads.
691 .Fx
692 does not need more than one.
693 Linux may theoretically use one per mount point up to number of CPUs,
694 but that was not proven to be useful.
695 .
696 .It Sy zfs_max_missing_tvds Ns = Ns Sy 0 Pq int
697 Number of missing top-level vdevs which will be allowed during
698 pool import (only in read-only mode).
699 .
700 .It Sy zfs_max_nvlist_src_size Ns = Sy 0 Pq u64
701 Maximum size in bytes allowed to be passed as
702 .Sy zc_nvlist_src_size
703 for ioctls on
704 .Pa /dev/zfs .
705 This prevents a user from causing the kernel to allocate
706 an excessive amount of memory.
707 When the limit is exceeded, the ioctl fails with
708 .Sy EINVAL
709 and a description of the error is sent to the
710 .Pa zfs-dbgmsg
711 log.
712 This parameter should not need to be touched under normal circumstances.
713 If
714 .Sy 0 ,
715 equivalent to a quarter of the user-wired memory limit under
716 .Fx
717 and to
718 .Sy 134217728 Ns B Pq 128 MiB
719 under Linux.
720 .
721 .It Sy zfs_multilist_num_sublists Ns = Ns Sy 0 Pq uint
722 To allow more fine-grained locking, each ARC state contains a series
723 of lists for both data and metadata objects.
724 Locking is performed at the level of these "sub-lists".
725 This parameters controls the number of sub-lists per ARC state,
726 and also applies to other uses of the multilist data structure.
727 .Pp
728 If
729 .Sy 0 ,
730 equivalent to the greater of the number of online CPUs and
731 .Sy 4 .
732 .
733 .It Sy zfs_arc_overflow_shift Ns = Ns Sy 8 Pq int
734 The ARC size is considered to be overflowing if it exceeds the current
735 ARC target size
736 .Pq Sy arc_c
737 by thresholds determined by this parameter.
738 Exceeding by
739 .Sy ( arc_c No >> Sy zfs_arc_overflow_shift ) No / Sy 2
740 starts ARC reclamation process.
741 If that appears insufficient, exceeding by
742 .Sy ( arc_c No >> Sy zfs_arc_overflow_shift ) No \(mu Sy 1.5
743 blocks new buffer allocation until the reclaim thread catches up.
744 Started reclamation process continues till ARC size returns below the
745 target size.
746 .Pp
747 The default value of
748 .Sy 8
749 causes the ARC to start reclamation if it exceeds the target size by
750 .Em 0.2%
751 of the target size, and block allocations by
752 .Em 0.6% .
753 .
754 .It Sy zfs_arc_shrink_shift Ns = Ns Sy 0 Pq uint
755 If nonzero, this will update
756 .Sy arc_shrink_shift Pq default Sy 7
757 with the new value.
758 .
759 .It Sy zfs_arc_pc_percent Ns = Ns Sy 0 Ns % Po off Pc Pq uint
760 Percent of pagecache to reclaim ARC to.
761 .Pp
762 This tunable allows the ZFS ARC to play more nicely
763 with the kernel's LRU pagecache.
764 It can guarantee that the ARC size won't collapse under scanning
765 pressure on the pagecache, yet still allows the ARC to be reclaimed down to
766 .Sy zfs_arc_min
767 if necessary.
768 This value is specified as percent of pagecache size (as measured by
769 .Sy NR_FILE_PAGES ) ,
770 where that percent may exceed
771 .Sy 100 .
772 This
773 only operates during memory pressure/reclaim.
774 .
775 .It Sy zfs_arc_shrinker_limit Ns = Ns Sy 10000 Pq int
776 This is a limit on how many pages the ARC shrinker makes available for
777 eviction in response to one page allocation attempt.
778 Note that in practice, the kernel's shrinker can ask us to evict
779 up to about four times this for one allocation attempt.
780 .Pp
781 The default limit of
782 .Sy 10000 Pq in practice, Em 160 MiB No per allocation attempt with 4 KiB pages
783 limits the amount of time spent attempting to reclaim ARC memory to
784 less than 100 ms per allocation attempt,
785 even with a small average compressed block size of ~8 KiB.
786 .Pp
787 The parameter can be set to 0 (zero) to disable the limit,
788 and only applies on Linux.
789 .
790 .It Sy zfs_arc_sys_free Ns = Ns Sy 0 Ns B Pq u64
791 The target number of bytes the ARC should leave as free memory on the system.
792 If zero, equivalent to the bigger of
793 .Sy 512 KiB No and Sy all_system_memory/64 .
794 .
795 .It Sy zfs_autoimport_disable Ns = Ns Sy 1 Ns | Ns 0 Pq int
796 Disable pool import at module load by ignoring the cache file
797 .Pq Sy spa_config_path .
798 .
799 .It Sy zfs_checksum_events_per_second Ns = Ns Sy 20 Ns /s Pq uint
800 Rate limit checksum events to this many per second.
801 Note that this should not be set below the ZED thresholds
802 (currently 10 checksums over 10 seconds)
803 or else the daemon may not trigger any action.
804 .
805 .It Sy zfs_commit_timeout_pct Ns = Ns Sy 10 Ns % Pq uint
806 This controls the amount of time that a ZIL block (lwb) will remain "open"
807 when it isn't "full", and it has a thread waiting for it to be committed to
808 stable storage.
809 The timeout is scaled based on a percentage of the last lwb
810 latency to avoid significantly impacting the latency of each individual
811 transaction record (itx).
812 .
813 .It Sy zfs_condense_indirect_commit_entry_delay_ms Ns = Ns Sy 0 Ns ms Pq int
814 Vdev indirection layer (used for device removal) sleeps for this many
815 milliseconds during mapping generation.
816 Intended for use with the test suite to throttle vdev removal speed.
817 .
818 .It Sy zfs_condense_indirect_obsolete_pct Ns = Ns Sy 25 Ns % Pq uint
819 Minimum percent of obsolete bytes in vdev mapping required to attempt to
820 condense
821 .Pq see Sy zfs_condense_indirect_vdevs_enable .
822 Intended for use with the test suite
823 to facilitate triggering condensing as needed.
824 .
825 .It Sy zfs_condense_indirect_vdevs_enable Ns = Ns Sy 1 Ns | Ns 0 Pq int
826 Enable condensing indirect vdev mappings.
827 When set, attempt to condense indirect vdev mappings
828 if the mapping uses more than
829 .Sy zfs_condense_min_mapping_bytes
830 bytes of memory and if the obsolete space map object uses more than
831 .Sy zfs_condense_max_obsolete_bytes
832 bytes on-disk.
833 The condensing process is an attempt to save memory by removing obsolete
834 mappings.
835 .
836 .It Sy zfs_condense_max_obsolete_bytes Ns = Ns Sy 1073741824 Ns B Po 1 GiB Pc Pq u64
837 Only attempt to condense indirect vdev mappings if the on-disk size
838 of the obsolete space map object is greater than this number of bytes
839 .Pq see Sy zfs_condense_indirect_vdevs_enable .
840 .
841 .It Sy zfs_condense_min_mapping_bytes Ns = Ns Sy 131072 Ns B Po 128 KiB Pc Pq u64
842 Minimum size vdev mapping to attempt to condense
843 .Pq see Sy zfs_condense_indirect_vdevs_enable .
844 .
845 .It Sy zfs_dbgmsg_enable Ns = Ns Sy 1 Ns | Ns 0 Pq int
846 Internally ZFS keeps a small log to facilitate debugging.
847 The log is enabled by default, and can be disabled by unsetting this option.
848 The contents of the log can be accessed by reading
849 .Pa /proc/spl/kstat/zfs/dbgmsg .
850 Writing
851 .Sy 0
852 to the file clears the log.
853 .Pp
854 This setting does not influence debug prints due to
855 .Sy zfs_flags .
856 .
857 .It Sy zfs_dbgmsg_maxsize Ns = Ns Sy 4194304 Ns B Po 4 MiB Pc Pq uint
858 Maximum size of the internal ZFS debug log.
859 .
860 .It Sy zfs_dbuf_state_index Ns = Ns Sy 0 Pq int
861 Historically used for controlling what reporting was available under
862 .Pa /proc/spl/kstat/zfs .
863 No effect.
864 .
865 .It Sy zfs_deadman_enabled Ns = Ns Sy 1 Ns | Ns 0 Pq int
866 When a pool sync operation takes longer than
867 .Sy zfs_deadman_synctime_ms ,
868 or when an individual I/O operation takes longer than
869 .Sy zfs_deadman_ziotime_ms ,
870 then the operation is considered to be "hung".
871 If
872 .Sy zfs_deadman_enabled
873 is set, then the deadman behavior is invoked as described by
874 .Sy zfs_deadman_failmode .
875 By default, the deadman is enabled and set to
876 .Sy wait
877 which results in "hung" I/O operations only being logged.
878 The deadman is automatically disabled when a pool gets suspended.
879 .
880 .It Sy zfs_deadman_failmode Ns = Ns Sy wait Pq charp
881 Controls the failure behavior when the deadman detects a "hung" I/O operation.
882 Valid values are:
883 .Bl -tag -compact -offset 4n -width "continue"
884 .It Sy wait
885 Wait for a "hung" operation to complete.
886 For each "hung" operation a "deadman" event will be posted
887 describing that operation.
888 .It Sy continue
889 Attempt to recover from a "hung" operation by re-dispatching it
890 to the I/O pipeline if possible.
891 .It Sy panic
892 Panic the system.
893 This can be used to facilitate automatic fail-over
894 to a properly configured fail-over partner.
895 .El
896 .
897 .It Sy zfs_deadman_checktime_ms Ns = Ns Sy 60000 Ns ms Po 1 min Pc Pq u64
898 Check time in milliseconds.
899 This defines the frequency at which we check for hung I/O requests
900 and potentially invoke the
901 .Sy zfs_deadman_failmode
902 behavior.
903 .
904 .It Sy zfs_deadman_synctime_ms Ns = Ns Sy 600000 Ns ms Po 10 min Pc Pq u64
905 Interval in milliseconds after which the deadman is triggered and also
906 the interval after which a pool sync operation is considered to be "hung".
907 Once this limit is exceeded the deadman will be invoked every
908 .Sy zfs_deadman_checktime_ms
909 milliseconds until the pool sync completes.
910 .
911 .It Sy zfs_deadman_ziotime_ms Ns = Ns Sy 300000 Ns ms Po 5 min Pc Pq u64
912 Interval in milliseconds after which the deadman is triggered and an
913 individual I/O operation is considered to be "hung".
914 As long as the operation remains "hung",
915 the deadman will be invoked every
916 .Sy zfs_deadman_checktime_ms
917 milliseconds until the operation completes.
918 .
919 .It Sy zfs_dedup_prefetch Ns = Ns Sy 0 Ns | Ns 1 Pq int
920 Enable prefetching dedup-ed blocks which are going to be freed.
921 .
922 .It Sy zfs_delay_min_dirty_percent Ns = Ns Sy 60 Ns % Pq uint
923 Start to delay each transaction once there is this amount of dirty data,
924 expressed as a percentage of
925 .Sy zfs_dirty_data_max .
926 This value should be at least
927 .Sy zfs_vdev_async_write_active_max_dirty_percent .
928 .No See Sx ZFS TRANSACTION DELAY .
929 .
930 .It Sy zfs_delay_scale Ns = Ns Sy 500000 Pq int
931 This controls how quickly the transaction delay approaches infinity.
932 Larger values cause longer delays for a given amount of dirty data.
933 .Pp
934 For the smoothest delay, this value should be about 1 billion divided
935 by the maximum number of operations per second.
936 This will smoothly handle between ten times and a tenth of this number.
937 .No See Sx ZFS TRANSACTION DELAY .
938 .Pp
939 .Sy zfs_delay_scale No \(mu Sy zfs_dirty_data_max Em must No be smaller than Sy 2^64 .
940 .
941 .It Sy zfs_disable_ivset_guid_check Ns = Ns Sy 0 Ns | Ns 1 Pq int
942 Disables requirement for IVset GUIDs to be present and match when doing a raw
943 receive of encrypted datasets.
944 Intended for users whose pools were created with
945 OpenZFS pre-release versions and now have compatibility issues.
946 .
947 .It Sy zfs_key_max_salt_uses Ns = Ns Sy 400000000 Po 4*10^8 Pc Pq ulong
948 Maximum number of uses of a single salt value before generating a new one for
949 encrypted datasets.
950 The default value is also the maximum.
951 .
952 .It Sy zfs_object_mutex_size Ns = Ns Sy 64 Pq uint
953 Size of the znode hashtable used for holds.
954 .Pp
955 Due to the need to hold locks on objects that may not exist yet, kernel mutexes
956 are not created per-object and instead a hashtable is used where collisions
957 will result in objects waiting when there is not actually contention on the
958 same object.
959 .
960 .It Sy zfs_slow_io_events_per_second Ns = Ns Sy 20 Ns /s Pq int
961 Rate limit delay and deadman zevents (which report slow I/O operations) to this
962 many per
963 second.
964 .
965 .It Sy zfs_unflushed_max_mem_amt Ns = Ns Sy 1073741824 Ns B Po 1 GiB Pc Pq u64
966 Upper-bound limit for unflushed metadata changes to be held by the
967 log spacemap in memory, in bytes.
968 .
969 .It Sy zfs_unflushed_max_mem_ppm Ns = Ns Sy 1000 Ns ppm Po 0.1% Pc Pq u64
970 Part of overall system memory that ZFS allows to be used
971 for unflushed metadata changes by the log spacemap, in millionths.
972 .
973 .It Sy zfs_unflushed_log_block_max Ns = Ns Sy 131072 Po 128k Pc Pq u64
974 Describes the maximum number of log spacemap blocks allowed for each pool.
975 The default value means that the space in all the log spacemaps
976 can add up to no more than
977 .Sy 131072
978 blocks (which means
979 .Em 16 GiB
980 of logical space before compression and ditto blocks,
981 assuming that blocksize is
982 .Em 128 KiB ) .
983 .Pp
984 This tunable is important because it involves a trade-off between import
985 time after an unclean export and the frequency of flushing metaslabs.
986 The higher this number is, the more log blocks we allow when the pool is
987 active which means that we flush metaslabs less often and thus decrease
988 the number of I/O operations for spacemap updates per TXG.
989 At the same time though, that means that in the event of an unclean export,
990 there will be more log spacemap blocks for us to read, inducing overhead
991 in the import time of the pool.
992 The lower the number, the amount of flushing increases, destroying log
993 blocks quicker as they become obsolete faster, which leaves less blocks
994 to be read during import time after a crash.
995 .Pp
996 Each log spacemap block existing during pool import leads to approximately
997 one extra logical I/O issued.
998 This is the reason why this tunable is exposed in terms of blocks rather
999 than space used.
1000 .
1001 .It Sy zfs_unflushed_log_block_min Ns = Ns Sy 1000 Pq u64
1002 If the number of metaslabs is small and our incoming rate is high,
1003 we could get into a situation that we are flushing all our metaslabs every TXG.
1004 Thus we always allow at least this many log blocks.
1005 .
1006 .It Sy zfs_unflushed_log_block_pct Ns = Ns Sy 400 Ns % Pq u64
1007 Tunable used to determine the number of blocks that can be used for
1008 the spacemap log, expressed as a percentage of the total number of
1009 unflushed metaslabs in the pool.
1010 .
1011 .It Sy zfs_unflushed_log_txg_max Ns = Ns Sy 1000 Pq u64
1012 Tunable limiting maximum time in TXGs any metaslab may remain unflushed.
1013 It effectively limits maximum number of unflushed per-TXG spacemap logs
1014 that need to be read after unclean pool export.
1015 .
1016 .It Sy zfs_unlink_suspend_progress Ns = Ns Sy 0 Ns | Ns 1 Pq uint
1017 When enabled, files will not be asynchronously removed from the list of pending
1018 unlinks and the space they consume will be leaked.
1019 Once this option has been disabled and the dataset is remounted,
1020 the pending unlinks will be processed and the freed space returned to the pool.
1021 This option is used by the test suite.
1022 .
1023 .It Sy zfs_delete_blocks Ns = Ns Sy 20480 Pq ulong
1024 This is the used to define a large file for the purposes of deletion.
1025 Files containing more than
1026 .Sy zfs_delete_blocks
1027 will be deleted asynchronously, while smaller files are deleted synchronously.
1028 Decreasing this value will reduce the time spent in an
1029 .Xr unlink 2
1030 system call, at the expense of a longer delay before the freed space is
1031 available.
1032 This only applies on Linux.
1033 .
1034 .It Sy zfs_dirty_data_max Ns = Pq int
1035 Determines the dirty space limit in bytes.
1036 Once this limit is exceeded, new writes are halted until space frees up.
1037 This parameter takes precedence over
1038 .Sy zfs_dirty_data_max_percent .
1039 .No See Sx ZFS TRANSACTION DELAY .
1040 .Pp
1041 Defaults to
1042 .Sy physical_ram/10 ,
1043 capped at
1044 .Sy zfs_dirty_data_max_max .
1045 .
1046 .It Sy zfs_dirty_data_max_max Ns = Pq int
1047 Maximum allowable value of
1048 .Sy zfs_dirty_data_max ,
1049 expressed in bytes.
1050 This limit is only enforced at module load time, and will be ignored if
1051 .Sy zfs_dirty_data_max
1052 is later changed.
1053 This parameter takes precedence over
1054 .Sy zfs_dirty_data_max_max_percent .
1055 .No See Sx ZFS TRANSACTION DELAY .
1056 .Pp
1057 Defaults to
1058 .Sy min(physical_ram/4, 4GiB) ,
1059 or
1060 .Sy min(physical_ram/4, 1GiB)
1061 for 32-bit systems.
1062 .
1063 .It Sy zfs_dirty_data_max_max_percent Ns = Ns Sy 25 Ns % Pq uint
1064 Maximum allowable value of
1065 .Sy zfs_dirty_data_max ,
1066 expressed as a percentage of physical RAM.
1067 This limit is only enforced at module load time, and will be ignored if
1068 .Sy zfs_dirty_data_max
1069 is later changed.
1070 The parameter
1071 .Sy zfs_dirty_data_max_max
1072 takes precedence over this one.
1073 .No See Sx ZFS TRANSACTION DELAY .
1074 .
1075 .It Sy zfs_dirty_data_max_percent Ns = Ns Sy 10 Ns % Pq uint
1076 Determines the dirty space limit, expressed as a percentage of all memory.
1077 Once this limit is exceeded, new writes are halted until space frees up.
1078 The parameter
1079 .Sy zfs_dirty_data_max
1080 takes precedence over this one.
1081 .No See Sx ZFS TRANSACTION DELAY .
1082 .Pp
1083 Subject to
1084 .Sy zfs_dirty_data_max_max .
1085 .
1086 .It Sy zfs_dirty_data_sync_percent Ns = Ns Sy 20 Ns % Pq uint
1087 Start syncing out a transaction group if there's at least this much dirty data
1088 .Pq as a percentage of Sy zfs_dirty_data_max .
1089 This should be less than
1090 .Sy zfs_vdev_async_write_active_min_dirty_percent .
1091 .
1092 .It Sy zfs_wrlog_data_max Ns = Pq int
1093 The upper limit of write-transaction zil log data size in bytes.
1094 Write operations are throttled when approaching the limit until log data is
1095 cleared out after transaction group sync.
1096 Because of some overhead, it should be set at least 2 times the size of
1097 .Sy zfs_dirty_data_max
1098 .No to prevent harming normal write throughput .
1099 It also should be smaller than the size of the slog device if slog is present.
1100 .Pp
1101 Defaults to
1102 .Sy zfs_dirty_data_max*2
1103 .
1104 .It Sy zfs_fallocate_reserve_percent Ns = Ns Sy 110 Ns % Pq uint
1105 Since ZFS is a copy-on-write filesystem with snapshots, blocks cannot be
1106 preallocated for a file in order to guarantee that later writes will not
1107 run out of space.
1108 Instead,
1109 .Xr fallocate 2
1110 space preallocation only checks that sufficient space is currently available
1111 in the pool or the user's project quota allocation,
1112 and then creates a sparse file of the requested size.
1113 The requested space is multiplied by
1114 .Sy zfs_fallocate_reserve_percent
1115 to allow additional space for indirect blocks and other internal metadata.
1116 Setting this to
1117 .Sy 0
1118 disables support for
1119 .Xr fallocate 2
1120 and causes it to return
1121 .Sy EOPNOTSUPP .
1122 .
1123 .It Sy zfs_fletcher_4_impl Ns = Ns Sy fastest Pq string
1124 Select a fletcher 4 implementation.
1125 .Pp
1126 Supported selectors are:
1127 .Sy fastest , scalar , sse2 , ssse3 , avx2 , avx512f , avx512bw ,
1128 .No and Sy aarch64_neon .
1129 All except
1130 .Sy fastest No and Sy scalar
1131 require instruction set extensions to be available,
1132 and will only appear if ZFS detects that they are present at runtime.
1133 If multiple implementations of fletcher 4 are available, the
1134 .Sy fastest
1135 will be chosen using a micro benchmark.
1136 Selecting
1137 .Sy scalar
1138 results in the original CPU-based calculation being used.
1139 Selecting any option other than
1140 .Sy fastest No or Sy scalar
1141 results in vector instructions
1142 from the respective CPU instruction set being used.
1143 .
1144 .It Sy zfs_blake3_impl Ns = Ns Sy fastest Pq string
1145 Select a BLAKE3 implementation.
1146 .Pp
1147 Supported selectors are:
1148 .Sy cycle , fastest , generic , sse2 , sse41 , avx2 , avx512 .
1149 All except
1150 .Sy cycle , fastest No and Sy generic
1151 require instruction set extensions to be available,
1152 and will only appear if ZFS detects that they are present at runtime.
1153 If multiple implementations of BLAKE3 are available, the
1154 .Sy fastest will be chosen using a micro benchmark. You can see the
1155 benchmark results by reading this kstat file:
1156 .Pa /proc/spl/kstat/zfs/chksum_bench .
1157 .
1158 .It Sy zfs_free_bpobj_enabled Ns = Ns Sy 1 Ns | Ns 0 Pq int
1159 Enable/disable the processing of the free_bpobj object.
1160 .
1161 .It Sy zfs_async_block_max_blocks Ns = Ns Sy UINT64_MAX Po unlimited Pc Pq u64
1162 Maximum number of blocks freed in a single TXG.
1163 .
1164 .It Sy zfs_max_async_dedup_frees Ns = Ns Sy 100000 Po 10^5 Pc Pq u64
1165 Maximum number of dedup blocks freed in a single TXG.
1166 .
1167 .It Sy zfs_vdev_async_read_max_active Ns = Ns Sy 3 Pq uint
1168 Maximum asynchronous read I/O operations active to each device.
1169 .No See Sx ZFS I/O SCHEDULER .
1170 .
1171 .It Sy zfs_vdev_async_read_min_active Ns = Ns Sy 1 Pq uint
1172 Minimum asynchronous read I/O operation active to each device.
1173 .No See Sx ZFS I/O SCHEDULER .
1174 .
1175 .It Sy zfs_vdev_async_write_active_max_dirty_percent Ns = Ns Sy 60 Ns % Pq uint
1176 When the pool has more than this much dirty data, use
1177 .Sy zfs_vdev_async_write_max_active
1178 to limit active async writes.
1179 If the dirty data is between the minimum and maximum,
1180 the active I/O limit is linearly interpolated.
1181 .No See Sx ZFS I/O SCHEDULER .
1182 .
1183 .It Sy zfs_vdev_async_write_active_min_dirty_percent Ns = Ns Sy 30 Ns % Pq uint
1184 When the pool has less than this much dirty data, use
1185 .Sy zfs_vdev_async_write_min_active
1186 to limit active async writes.
1187 If the dirty data is between the minimum and maximum,
1188 the active I/O limit is linearly
1189 interpolated.
1190 .No See Sx ZFS I/O SCHEDULER .
1191 .
1192 .It Sy zfs_vdev_async_write_max_active Ns = Ns Sy 10 Pq uint
1193 Maximum asynchronous write I/O operations active to each device.
1194 .No See Sx ZFS I/O SCHEDULER .
1195 .
1196 .It Sy zfs_vdev_async_write_min_active Ns = Ns Sy 2 Pq uint
1197 Minimum asynchronous write I/O operations active to each device.
1198 .No See Sx ZFS I/O SCHEDULER .
1199 .Pp
1200 Lower values are associated with better latency on rotational media but poorer
1201 resilver performance.
1202 The default value of
1203 .Sy 2
1204 was chosen as a compromise.
1205 A value of
1206 .Sy 3
1207 has been shown to improve resilver performance further at a cost of
1208 further increasing latency.
1209 .
1210 .It Sy zfs_vdev_initializing_max_active Ns = Ns Sy 1 Pq uint
1211 Maximum initializing I/O operations active to each device.
1212 .No See Sx ZFS I/O SCHEDULER .
1213 .
1214 .It Sy zfs_vdev_initializing_min_active Ns = Ns Sy 1 Pq uint
1215 Minimum initializing I/O operations active to each device.
1216 .No See Sx ZFS I/O SCHEDULER .
1217 .
1218 .It Sy zfs_vdev_max_active Ns = Ns Sy 1000 Pq uint
1219 The maximum number of I/O operations active to each device.
1220 Ideally, this will be at least the sum of each queue's
1221 .Sy max_active .
1222 .No See Sx ZFS I/O SCHEDULER .
1223 .
1224 .It Sy zfs_vdev_open_timeout_ms Ns = Ns Sy 1000 Pq uint
1225 Timeout value to wait before determining a device is missing
1226 during import.
1227 This is helpful for transient missing paths due
1228 to links being briefly removed and recreated in response to
1229 udev events.
1230 .
1231 .It Sy zfs_vdev_rebuild_max_active Ns = Ns Sy 3 Pq uint
1232 Maximum sequential resilver I/O operations active to each device.
1233 .No See Sx ZFS I/O SCHEDULER .
1234 .
1235 .It Sy zfs_vdev_rebuild_min_active Ns = Ns Sy 1 Pq uint
1236 Minimum sequential resilver I/O operations active to each device.
1237 .No See Sx ZFS I/O SCHEDULER .
1238 .
1239 .It Sy zfs_vdev_removal_max_active Ns = Ns Sy 2 Pq uint
1240 Maximum removal I/O operations active to each device.
1241 .No See Sx ZFS I/O SCHEDULER .
1242 .
1243 .It Sy zfs_vdev_removal_min_active Ns = Ns Sy 1 Pq uint
1244 Minimum removal I/O operations active to each device.
1245 .No See Sx ZFS I/O SCHEDULER .
1246 .
1247 .It Sy zfs_vdev_scrub_max_active Ns = Ns Sy 2 Pq uint
1248 Maximum scrub I/O operations active to each device.
1249 .No See Sx ZFS I/O SCHEDULER .
1250 .
1251 .It Sy zfs_vdev_scrub_min_active Ns = Ns Sy 1 Pq uint
1252 Minimum scrub I/O operations active to each device.
1253 .No See Sx ZFS I/O SCHEDULER .
1254 .
1255 .It Sy zfs_vdev_sync_read_max_active Ns = Ns Sy 10 Pq uint
1256 Maximum synchronous read I/O operations active to each device.
1257 .No See Sx ZFS I/O SCHEDULER .
1258 .
1259 .It Sy zfs_vdev_sync_read_min_active Ns = Ns Sy 10 Pq uint
1260 Minimum synchronous read I/O operations active to each device.
1261 .No See Sx ZFS I/O SCHEDULER .
1262 .
1263 .It Sy zfs_vdev_sync_write_max_active Ns = Ns Sy 10 Pq uint
1264 Maximum synchronous write I/O operations active to each device.
1265 .No See Sx ZFS I/O SCHEDULER .
1266 .
1267 .It Sy zfs_vdev_sync_write_min_active Ns = Ns Sy 10 Pq uint
1268 Minimum synchronous write I/O operations active to each device.
1269 .No See Sx ZFS I/O SCHEDULER .
1270 .
1271 .It Sy zfs_vdev_trim_max_active Ns = Ns Sy 2 Pq uint
1272 Maximum trim/discard I/O operations active to each device.
1273 .No See Sx ZFS I/O SCHEDULER .
1274 .
1275 .It Sy zfs_vdev_trim_min_active Ns = Ns Sy 1 Pq uint
1276 Minimum trim/discard I/O operations active to each device.
1277 .No See Sx ZFS I/O SCHEDULER .
1278 .
1279 .It Sy zfs_vdev_nia_delay Ns = Ns Sy 5 Pq uint
1280 For non-interactive I/O (scrub, resilver, removal, initialize and rebuild),
1281 the number of concurrently-active I/O operations is limited to
1282 .Sy zfs_*_min_active ,
1283 unless the vdev is "idle".
1284 When there are no interactive I/O operations active (synchronous or otherwise),
1285 and
1286 .Sy zfs_vdev_nia_delay
1287 operations have completed since the last interactive operation,
1288 then the vdev is considered to be "idle",
1289 and the number of concurrently-active non-interactive operations is increased to
1290 .Sy zfs_*_max_active .
1291 .No See Sx ZFS I/O SCHEDULER .
1292 .
1293 .It Sy zfs_vdev_nia_credit Ns = Ns Sy 5 Pq uint
1294 Some HDDs tend to prioritize sequential I/O so strongly, that concurrent
1295 random I/O latency reaches several seconds.
1296 On some HDDs this happens even if sequential I/O operations
1297 are submitted one at a time, and so setting
1298 .Sy zfs_*_max_active Ns = Sy 1
1299 does not help.
1300 To prevent non-interactive I/O, like scrub,
1301 from monopolizing the device, no more than
1302 .Sy zfs_vdev_nia_credit operations can be sent
1303 while there are outstanding incomplete interactive operations.
1304 This enforced wait ensures the HDD services the interactive I/O
1305 within a reasonable amount of time.
1306 .No See Sx ZFS I/O SCHEDULER .
1307 .
1308 .It Sy zfs_vdev_queue_depth_pct Ns = Ns Sy 1000 Ns % Pq uint
1309 Maximum number of queued allocations per top-level vdev expressed as
1310 a percentage of
1311 .Sy zfs_vdev_async_write_max_active ,
1312 which allows the system to detect devices that are more capable
1313 of handling allocations and to allocate more blocks to those devices.
1314 This allows for dynamic allocation distribution when devices are imbalanced,
1315 as fuller devices will tend to be slower than empty devices.
1316 .Pp
1317 Also see
1318 .Sy zio_dva_throttle_enabled .
1319 .
1320 .It Sy zfs_vdev_def_queue_depth Ns = Ns Sy 32 Pq uint
1321 Default queue depth for each vdev IO allocator.
1322 Higher values allow for better coalescing of sequential writes before sending
1323 them to the disk, but can increase transaction commit times.
1324 .
1325 .It Sy zfs_vdev_failfast_mask Ns = Ns Sy 1 Pq uint
1326 Defines if the driver should retire on a given error type.
1327 The following options may be bitwise-ored together:
1328 .TS
1329 box;
1330 lbz r l l .
1331 Value Name Description
1332 _
1333 1 Device No driver retries on device errors
1334 2 Transport No driver retries on transport errors.
1335 4 Driver No driver retries on driver errors.
1336 .TE
1337 .
1338 .It Sy zfs_expire_snapshot Ns = Ns Sy 300 Ns s Pq int
1339 Time before expiring
1340 .Pa .zfs/snapshot .
1341 .
1342 .It Sy zfs_admin_snapshot Ns = Ns Sy 0 Ns | Ns 1 Pq int
1343 Allow the creation, removal, or renaming of entries in the
1344 .Sy .zfs/snapshot
1345 directory to cause the creation, destruction, or renaming of snapshots.
1346 When enabled, this functionality works both locally and over NFS exports
1347 which have the
1348 .Em no_root_squash
1349 option set.
1350 .
1351 .It Sy zfs_flags Ns = Ns Sy 0 Pq int
1352 Set additional debugging flags.
1353 The following flags may be bitwise-ored together:
1354 .TS
1355 box;
1356 lbz r l l .
1357 Value Name Description
1358 _
1359 1 ZFS_DEBUG_DPRINTF Enable dprintf entries in the debug log.
1360 * 2 ZFS_DEBUG_DBUF_VERIFY Enable extra dbuf verifications.
1361 * 4 ZFS_DEBUG_DNODE_VERIFY Enable extra dnode verifications.
1362 8 ZFS_DEBUG_SNAPNAMES Enable snapshot name verification.
1363 * 16 ZFS_DEBUG_MODIFY Check for illegally modified ARC buffers.
1364 64 ZFS_DEBUG_ZIO_FREE Enable verification of block frees.
1365 128 ZFS_DEBUG_HISTOGRAM_VERIFY Enable extra spacemap histogram verifications.
1366 256 ZFS_DEBUG_METASLAB_VERIFY Verify space accounting on disk matches in-memory \fBrange_trees\fP.
1367 512 ZFS_DEBUG_SET_ERROR Enable \fBSET_ERROR\fP and dprintf entries in the debug log.
1368 1024 ZFS_DEBUG_INDIRECT_REMAP Verify split blocks created by device removal.
1369 2048 ZFS_DEBUG_TRIM Verify TRIM ranges are always within the allocatable range tree.
1370 4096 ZFS_DEBUG_LOG_SPACEMAP Verify that the log summary is consistent with the spacemap log
1371 and enable \fBzfs_dbgmsgs\fP for metaslab loading and flushing.
1372 .TE
1373 .Sy \& * No Requires debug build .
1374 .
1375 .It Sy zfs_btree_verify_intensity Ns = Ns Sy 0 Pq uint
1376 Enables btree verification.
1377 The following settings are culminative:
1378 .TS
1379 box;
1380 lbz r l l .
1381 Value Description
1382
1383 1 Verify height.
1384 2 Verify pointers from children to parent.
1385 3 Verify element counts.
1386 4 Verify element order. (expensive)
1387 * 5 Verify unused memory is poisoned. (expensive)
1388 .TE
1389 .Sy \& * No Requires debug build .
1390 .
1391 .It Sy zfs_free_leak_on_eio Ns = Ns Sy 0 Ns | Ns 1 Pq int
1392 If destroy encounters an
1393 .Sy EIO
1394 while reading metadata (e.g. indirect blocks),
1395 space referenced by the missing metadata can not be freed.
1396 Normally this causes the background destroy to become "stalled",
1397 as it is unable to make forward progress.
1398 While in this stalled state, all remaining space to free
1399 from the error-encountering filesystem is "temporarily leaked".
1400 Set this flag to cause it to ignore the
1401 .Sy EIO ,
1402 permanently leak the space from indirect blocks that can not be read,
1403 and continue to free everything else that it can.
1404 .Pp
1405 The default "stalling" behavior is useful if the storage partially
1406 fails (i.e. some but not all I/O operations fail), and then later recovers.
1407 In this case, we will be able to continue pool operations while it is
1408 partially failed, and when it recovers, we can continue to free the
1409 space, with no leaks.
1410 Note, however, that this case is actually fairly rare.
1411 .Pp
1412 Typically pools either
1413 .Bl -enum -compact -offset 4n -width "1."
1414 .It
1415 fail completely (but perhaps temporarily,
1416 e.g. due to a top-level vdev going offline), or
1417 .It
1418 have localized, permanent errors (e.g. disk returns the wrong data
1419 due to bit flip or firmware bug).
1420 .El
1421 In the former case, this setting does not matter because the
1422 pool will be suspended and the sync thread will not be able to make
1423 forward progress regardless.
1424 In the latter, because the error is permanent, the best we can do
1425 is leak the minimum amount of space,
1426 which is what setting this flag will do.
1427 It is therefore reasonable for this flag to normally be set,
1428 but we chose the more conservative approach of not setting it,
1429 so that there is no possibility of
1430 leaking space in the "partial temporary" failure case.
1431 .
1432 .It Sy zfs_free_min_time_ms Ns = Ns Sy 1000 Ns ms Po 1s Pc Pq uint
1433 During a
1434 .Nm zfs Cm destroy
1435 operation using the
1436 .Sy async_destroy
1437 feature,
1438 a minimum of this much time will be spent working on freeing blocks per TXG.
1439 .
1440 .It Sy zfs_obsolete_min_time_ms Ns = Ns Sy 500 Ns ms Pq uint
1441 Similar to
1442 .Sy zfs_free_min_time_ms ,
1443 but for cleanup of old indirection records for removed vdevs.
1444 .
1445 .It Sy zfs_immediate_write_sz Ns = Ns Sy 32768 Ns B Po 32 KiB Pc Pq s64
1446 Largest data block to write to the ZIL.
1447 Larger blocks will be treated as if the dataset being written to had the
1448 .Sy logbias Ns = Ns Sy throughput
1449 property set.
1450 .
1451 .It Sy zfs_initialize_value Ns = Ns Sy 16045690984833335022 Po 0xDEADBEEFDEADBEEE Pc Pq u64
1452 Pattern written to vdev free space by
1453 .Xr zpool-initialize 8 .
1454 .
1455 .It Sy zfs_initialize_chunk_size Ns = Ns Sy 1048576 Ns B Po 1 MiB Pc Pq u64
1456 Size of writes used by
1457 .Xr zpool-initialize 8 .
1458 This option is used by the test suite.
1459 .
1460 .It Sy zfs_livelist_max_entries Ns = Ns Sy 500000 Po 5*10^5 Pc Pq u64
1461 The threshold size (in block pointers) at which we create a new sub-livelist.
1462 Larger sublists are more costly from a memory perspective but the fewer
1463 sublists there are, the lower the cost of insertion.
1464 .
1465 .It Sy zfs_livelist_min_percent_shared Ns = Ns Sy 75 Ns % Pq int
1466 If the amount of shared space between a snapshot and its clone drops below
1467 this threshold, the clone turns off the livelist and reverts to the old
1468 deletion method.
1469 This is in place because livelists no long give us a benefit
1470 once a clone has been overwritten enough.
1471 .
1472 .It Sy zfs_livelist_condense_new_alloc Ns = Ns Sy 0 Pq int
1473 Incremented each time an extra ALLOC blkptr is added to a livelist entry while
1474 it is being condensed.
1475 This option is used by the test suite to track race conditions.
1476 .
1477 .It Sy zfs_livelist_condense_sync_cancel Ns = Ns Sy 0 Pq int
1478 Incremented each time livelist condensing is canceled while in
1479 .Fn spa_livelist_condense_sync .
1480 This option is used by the test suite to track race conditions.
1481 .
1482 .It Sy zfs_livelist_condense_sync_pause Ns = Ns Sy 0 Ns | Ns 1 Pq int
1483 When set, the livelist condense process pauses indefinitely before
1484 executing the synctask \(em
1485 .Fn spa_livelist_condense_sync .
1486 This option is used by the test suite to trigger race conditions.
1487 .
1488 .It Sy zfs_livelist_condense_zthr_cancel Ns = Ns Sy 0 Pq int
1489 Incremented each time livelist condensing is canceled while in
1490 .Fn spa_livelist_condense_cb .
1491 This option is used by the test suite to track race conditions.
1492 .
1493 .It Sy zfs_livelist_condense_zthr_pause Ns = Ns Sy 0 Ns | Ns 1 Pq int
1494 When set, the livelist condense process pauses indefinitely before
1495 executing the open context condensing work in
1496 .Fn spa_livelist_condense_cb .
1497 This option is used by the test suite to trigger race conditions.
1498 .
1499 .It Sy zfs_lua_max_instrlimit Ns = Ns Sy 100000000 Po 10^8 Pc Pq u64
1500 The maximum execution time limit that can be set for a ZFS channel program,
1501 specified as a number of Lua instructions.
1502 .
1503 .It Sy zfs_lua_max_memlimit Ns = Ns Sy 104857600 Po 100 MiB Pc Pq u64
1504 The maximum memory limit that can be set for a ZFS channel program, specified
1505 in bytes.
1506 .
1507 .It Sy zfs_max_dataset_nesting Ns = Ns Sy 50 Pq int
1508 The maximum depth of nested datasets.
1509 This value can be tuned temporarily to
1510 fix existing datasets that exceed the predefined limit.
1511 .
1512 .It Sy zfs_max_log_walking Ns = Ns Sy 5 Pq u64
1513 The number of past TXGs that the flushing algorithm of the log spacemap
1514 feature uses to estimate incoming log blocks.
1515 .
1516 .It Sy zfs_max_logsm_summary_length Ns = Ns Sy 10 Pq u64
1517 Maximum number of rows allowed in the summary of the spacemap log.
1518 .
1519 .It Sy zfs_max_recordsize Ns = Ns Sy 16777216 Po 16 MiB Pc Pq uint
1520 We currently support block sizes from
1521 .Em 512 Po 512 B Pc No to Em 16777216 Po 16 MiB Pc .
1522 The benefits of larger blocks, and thus larger I/O,
1523 need to be weighed against the cost of COWing a giant block to modify one byte.
1524 Additionally, very large blocks can have an impact on I/O latency,
1525 and also potentially on the memory allocator.
1526 Therefore, we formerly forbade creating blocks larger than 1M.
1527 Larger blocks could be created by changing it,
1528 and pools with larger blocks can always be imported and used,
1529 regardless of this setting.
1530 .
1531 .It Sy zfs_allow_redacted_dataset_mount Ns = Ns Sy 0 Ns | Ns 1 Pq int
1532 Allow datasets received with redacted send/receive to be mounted.
1533 Normally disabled because these datasets may be missing key data.
1534 .
1535 .It Sy zfs_min_metaslabs_to_flush Ns = Ns Sy 1 Pq u64
1536 Minimum number of metaslabs to flush per dirty TXG.
1537 .
1538 .It Sy zfs_metaslab_fragmentation_threshold Ns = Ns Sy 70 Ns % Pq uint
1539 Allow metaslabs to keep their active state as long as their fragmentation
1540 percentage is no more than this value.
1541 An active metaslab that exceeds this threshold
1542 will no longer keep its active status allowing better metaslabs to be selected.
1543 .
1544 .It Sy zfs_mg_fragmentation_threshold Ns = Ns Sy 95 Ns % Pq uint
1545 Metaslab groups are considered eligible for allocations if their
1546 fragmentation metric (measured as a percentage) is less than or equal to
1547 this value.
1548 If a metaslab group exceeds this threshold then it will be
1549 skipped unless all metaslab groups within the metaslab class have also
1550 crossed this threshold.
1551 .
1552 .It Sy zfs_mg_noalloc_threshold Ns = Ns Sy 0 Ns % Pq uint
1553 Defines a threshold at which metaslab groups should be eligible for allocations.
1554 The value is expressed as a percentage of free space
1555 beyond which a metaslab group is always eligible for allocations.
1556 If a metaslab group's free space is less than or equal to the
1557 threshold, the allocator will avoid allocating to that group
1558 unless all groups in the pool have reached the threshold.
1559 Once all groups have reached the threshold, all groups are allowed to accept
1560 allocations.
1561 The default value of
1562 .Sy 0
1563 disables the feature and causes all metaslab groups to be eligible for
1564 allocations.
1565 .Pp
1566 This parameter allows one to deal with pools having heavily imbalanced
1567 vdevs such as would be the case when a new vdev has been added.
1568 Setting the threshold to a non-zero percentage will stop allocations
1569 from being made to vdevs that aren't filled to the specified percentage
1570 and allow lesser filled vdevs to acquire more allocations than they
1571 otherwise would under the old
1572 .Sy zfs_mg_alloc_failures
1573 facility.
1574 .
1575 .It Sy zfs_ddt_data_is_special Ns = Ns Sy 1 Ns | Ns 0 Pq int
1576 If enabled, ZFS will place DDT data into the special allocation class.
1577 .
1578 .It Sy zfs_user_indirect_is_special Ns = Ns Sy 1 Ns | Ns 0 Pq int
1579 If enabled, ZFS will place user data indirect blocks
1580 into the special allocation class.
1581 .
1582 .It Sy zfs_multihost_history Ns = Ns Sy 0 Pq uint
1583 Historical statistics for this many latest multihost updates will be available
1584 in
1585 .Pa /proc/spl/kstat/zfs/ Ns Ao Ar pool Ac Ns Pa /multihost .
1586 .
1587 .It Sy zfs_multihost_interval Ns = Ns Sy 1000 Ns ms Po 1 s Pc Pq u64
1588 Used to control the frequency of multihost writes which are performed when the
1589 .Sy multihost
1590 pool property is on.
1591 This is one of the factors used to determine the
1592 length of the activity check during import.
1593 .Pp
1594 The multihost write period is
1595 .Sy zfs_multihost_interval No / Sy leaf-vdevs .
1596 On average a multihost write will be issued for each leaf vdev
1597 every
1598 .Sy zfs_multihost_interval
1599 milliseconds.
1600 In practice, the observed period can vary with the I/O load
1601 and this observed value is the delay which is stored in the uberblock.
1602 .
1603 .It Sy zfs_multihost_import_intervals Ns = Ns Sy 20 Pq uint
1604 Used to control the duration of the activity test on import.
1605 Smaller values of
1606 .Sy zfs_multihost_import_intervals
1607 will reduce the import time but increase
1608 the risk of failing to detect an active pool.
1609 The total activity check time is never allowed to drop below one second.
1610 .Pp
1611 On import the activity check waits a minimum amount of time determined by
1612 .Sy zfs_multihost_interval No \(mu Sy zfs_multihost_import_intervals ,
1613 or the same product computed on the host which last had the pool imported,
1614 whichever is greater.
1615 The activity check time may be further extended if the value of MMP
1616 delay found in the best uberblock indicates actual multihost updates happened
1617 at longer intervals than
1618 .Sy zfs_multihost_interval .
1619 A minimum of
1620 .Em 100 ms
1621 is enforced.
1622 .Pp
1623 .Sy 0 No is equivalent to Sy 1 .
1624 .
1625 .It Sy zfs_multihost_fail_intervals Ns = Ns Sy 10 Pq uint
1626 Controls the behavior of the pool when multihost write failures or delays are
1627 detected.
1628 .Pp
1629 When
1630 .Sy 0 ,
1631 multihost write failures or delays are ignored.
1632 The failures will still be reported to the ZED which depending on
1633 its configuration may take action such as suspending the pool or offlining a
1634 device.
1635 .Pp
1636 Otherwise, the pool will be suspended if
1637 .Sy zfs_multihost_fail_intervals No \(mu Sy zfs_multihost_interval
1638 milliseconds pass without a successful MMP write.
1639 This guarantees the activity test will see MMP writes if the pool is imported.
1640 .Sy 1 No is equivalent to Sy 2 ;
1641 this is necessary to prevent the pool from being suspended
1642 due to normal, small I/O latency variations.
1643 .
1644 .It Sy zfs_no_scrub_io Ns = Ns Sy 0 Ns | Ns 1 Pq int
1645 Set to disable scrub I/O.
1646 This results in scrubs not actually scrubbing data and
1647 simply doing a metadata crawl of the pool instead.
1648 .
1649 .It Sy zfs_no_scrub_prefetch Ns = Ns Sy 0 Ns | Ns 1 Pq int
1650 Set to disable block prefetching for scrubs.
1651 .
1652 .It Sy zfs_nocacheflush Ns = Ns Sy 0 Ns | Ns 1 Pq int
1653 Disable cache flush operations on disks when writing.
1654 Setting this will cause pool corruption on power loss
1655 if a volatile out-of-order write cache is enabled.
1656 .
1657 .It Sy zfs_nopwrite_enabled Ns = Ns Sy 1 Ns | Ns 0 Pq int
1658 Allow no-operation writes.
1659 The occurrence of nopwrites will further depend on other pool properties
1660 .Pq i.a. the checksumming and compression algorithms .
1661 .
1662 .It Sy zfs_dmu_offset_next_sync Ns = Ns Sy 1 Ns | Ns 0 Pq int
1663 Enable forcing TXG sync to find holes.
1664 When enabled forces ZFS to sync data when
1665 .Sy SEEK_HOLE No or Sy SEEK_DATA
1666 flags are used allowing holes in a file to be accurately reported.
1667 When disabled holes will not be reported in recently dirtied files.
1668 .
1669 .It Sy zfs_pd_bytes_max Ns = Ns Sy 52428800 Ns B Po 50 MiB Pc Pq int
1670 The number of bytes which should be prefetched during a pool traversal, like
1671 .Nm zfs Cm send
1672 or other data crawling operations.
1673 .
1674 .It Sy zfs_traverse_indirect_prefetch_limit Ns = Ns Sy 32 Pq uint
1675 The number of blocks pointed by indirect (non-L0) block which should be
1676 prefetched during a pool traversal, like
1677 .Nm zfs Cm send
1678 or other data crawling operations.
1679 .
1680 .It Sy zfs_per_txg_dirty_frees_percent Ns = Ns Sy 30 Ns % Pq u64
1681 Control percentage of dirtied indirect blocks from frees allowed into one TXG.
1682 After this threshold is crossed, additional frees will wait until the next TXG.
1683 .Sy 0 No disables this throttle .
1684 .
1685 .It Sy zfs_prefetch_disable Ns = Ns Sy 0 Ns | Ns 1 Pq int
1686 Disable predictive prefetch.
1687 Note that it leaves "prescient" prefetch
1688 .Pq for, e.g., Nm zfs Cm send
1689 intact.
1690 Unlike predictive prefetch, prescient prefetch never issues I/O
1691 that ends up not being needed, so it can't hurt performance.
1692 .
1693 .It Sy zfs_qat_checksum_disable Ns = Ns Sy 0 Ns | Ns 1 Pq int
1694 Disable QAT hardware acceleration for SHA256 checksums.
1695 May be unset after the ZFS modules have been loaded to initialize the QAT
1696 hardware as long as support is compiled in and the QAT driver is present.
1697 .
1698 .It Sy zfs_qat_compress_disable Ns = Ns Sy 0 Ns | Ns 1 Pq int
1699 Disable QAT hardware acceleration for gzip compression.
1700 May be unset after the ZFS modules have been loaded to initialize the QAT
1701 hardware as long as support is compiled in and the QAT driver is present.
1702 .
1703 .It Sy zfs_qat_encrypt_disable Ns = Ns Sy 0 Ns | Ns 1 Pq int
1704 Disable QAT hardware acceleration for AES-GCM encryption.
1705 May be unset after the ZFS modules have been loaded to initialize the QAT
1706 hardware as long as support is compiled in and the QAT driver is present.
1707 .
1708 .It Sy zfs_vnops_read_chunk_size Ns = Ns Sy 1048576 Ns B Po 1 MiB Pc Pq u64
1709 Bytes to read per chunk.
1710 .
1711 .It Sy zfs_read_history Ns = Ns Sy 0 Pq uint
1712 Historical statistics for this many latest reads will be available in
1713 .Pa /proc/spl/kstat/zfs/ Ns Ao Ar pool Ac Ns Pa /reads .
1714 .
1715 .It Sy zfs_read_history_hits Ns = Ns Sy 0 Ns | Ns 1 Pq int
1716 Include cache hits in read history
1717 .
1718 .It Sy zfs_rebuild_max_segment Ns = Ns Sy 1048576 Ns B Po 1 MiB Pc Pq u64
1719 Maximum read segment size to issue when sequentially resilvering a
1720 top-level vdev.
1721 .
1722 .It Sy zfs_rebuild_scrub_enabled Ns = Ns Sy 1 Ns | Ns 0 Pq int
1723 Automatically start a pool scrub when the last active sequential resilver
1724 completes in order to verify the checksums of all blocks which have been
1725 resilvered.
1726 This is enabled by default and strongly recommended.
1727 .
1728 .It Sy zfs_rebuild_vdev_limit Ns = Ns Sy 67108864 Ns B Po 64 MiB Pc Pq u64
1729 Maximum amount of I/O that can be concurrently issued for a sequential
1730 resilver per leaf device, given in bytes.
1731 .
1732 .It Sy zfs_reconstruct_indirect_combinations_max Ns = Ns Sy 4096 Pq int
1733 If an indirect split block contains more than this many possible unique
1734 combinations when being reconstructed, consider it too computationally
1735 expensive to check them all.
1736 Instead, try at most this many randomly selected
1737 combinations each time the block is accessed.
1738 This allows all segment copies to participate fairly
1739 in the reconstruction when all combinations
1740 cannot be checked and prevents repeated use of one bad copy.
1741 .
1742 .It Sy zfs_recover Ns = Ns Sy 0 Ns | Ns 1 Pq int
1743 Set to attempt to recover from fatal errors.
1744 This should only be used as a last resort,
1745 as it typically results in leaked space, or worse.
1746 .
1747 .It Sy zfs_removal_ignore_errors Ns = Ns Sy 0 Ns | Ns 1 Pq int
1748 Ignore hard I/O errors during device removal.
1749 When set, if a device encounters a hard I/O error during the removal process
1750 the removal will not be cancelled.
1751 This can result in a normally recoverable block becoming permanently damaged
1752 and is hence not recommended.
1753 This should only be used as a last resort when the
1754 pool cannot be returned to a healthy state prior to removing the device.
1755 .
1756 .It Sy zfs_removal_suspend_progress Ns = Ns Sy 0 Ns | Ns 1 Pq uint
1757 This is used by the test suite so that it can ensure that certain actions
1758 happen while in the middle of a removal.
1759 .
1760 .It Sy zfs_remove_max_segment Ns = Ns Sy 16777216 Ns B Po 16 MiB Pc Pq uint
1761 The largest contiguous segment that we will attempt to allocate when removing
1762 a device.
1763 If there is a performance problem with attempting to allocate large blocks,
1764 consider decreasing this.
1765 The default value is also the maximum.
1766 .
1767 .It Sy zfs_resilver_disable_defer Ns = Ns Sy 0 Ns | Ns 1 Pq int
1768 Ignore the
1769 .Sy resilver_defer
1770 feature, causing an operation that would start a resilver to
1771 immediately restart the one in progress.
1772 .
1773 .It Sy zfs_resilver_min_time_ms Ns = Ns Sy 3000 Ns ms Po 3 s Pc Pq uint
1774 Resilvers are processed by the sync thread.
1775 While resilvering, it will spend at least this much time
1776 working on a resilver between TXG flushes.
1777 .
1778 .It Sy zfs_scan_ignore_errors Ns = Ns Sy 0 Ns | Ns 1 Pq int
1779 If set, remove the DTL (dirty time list) upon completion of a pool scan (scrub),
1780 even if there were unrepairable errors.
1781 Intended to be used during pool repair or recovery to
1782 stop resilvering when the pool is next imported.
1783 .
1784 .It Sy zfs_scrub_min_time_ms Ns = Ns Sy 1000 Ns ms Po 1 s Pc Pq uint
1785 Scrubs are processed by the sync thread.
1786 While scrubbing, it will spend at least this much time
1787 working on a scrub between TXG flushes.
1788 .
1789 .It Sy zfs_scrub_error_blocks_per_txg Ns = Ns Sy 4096 Pq uint
1790 Error blocks to be scrubbed in one txg.
1791 .
1792 .It Sy zfs_scan_checkpoint_intval Ns = Ns Sy 7200 Ns s Po 2 hour Pc Pq uint
1793 To preserve progress across reboots, the sequential scan algorithm periodically
1794 needs to stop metadata scanning and issue all the verification I/O to disk.
1795 The frequency of this flushing is determined by this tunable.
1796 .
1797 .It Sy zfs_scan_fill_weight Ns = Ns Sy 3 Pq uint
1798 This tunable affects how scrub and resilver I/O segments are ordered.
1799 A higher number indicates that we care more about how filled in a segment is,
1800 while a lower number indicates we care more about the size of the extent without
1801 considering the gaps within a segment.
1802 This value is only tunable upon module insertion.
1803 Changing the value afterwards will have no effect on scrub or resilver
1804 performance.
1805 .
1806 .It Sy zfs_scan_issue_strategy Ns = Ns Sy 0 Pq uint
1807 Determines the order that data will be verified while scrubbing or resilvering:
1808 .Bl -tag -compact -offset 4n -width "a"
1809 .It Sy 1
1810 Data will be verified as sequentially as possible, given the
1811 amount of memory reserved for scrubbing
1812 .Pq see Sy zfs_scan_mem_lim_fact .
1813 This may improve scrub performance if the pool's data is very fragmented.
1814 .It Sy 2
1815 The largest mostly-contiguous chunk of found data will be verified first.
1816 By deferring scrubbing of small segments, we may later find adjacent data
1817 to coalesce and increase the segment size.
1818 .It Sy 0
1819 .No Use strategy Sy 1 No during normal verification
1820 .No and strategy Sy 2 No while taking a checkpoint .
1821 .El
1822 .
1823 .It Sy zfs_scan_legacy Ns = Ns Sy 0 Ns | Ns 1 Pq int
1824 If unset, indicates that scrubs and resilvers will gather metadata in
1825 memory before issuing sequential I/O.
1826 Otherwise indicates that the legacy algorithm will be used,
1827 where I/O is initiated as soon as it is discovered.
1828 Unsetting will not affect scrubs or resilvers that are already in progress.
1829 .
1830 .It Sy zfs_scan_max_ext_gap Ns = Ns Sy 2097152 Ns B Po 2 MiB Pc Pq int
1831 Sets the largest gap in bytes between scrub/resilver I/O operations
1832 that will still be considered sequential for sorting purposes.
1833 Changing this value will not
1834 affect scrubs or resilvers that are already in progress.
1835 .
1836 .It Sy zfs_scan_mem_lim_fact Ns = Ns Sy 20 Ns ^-1 Pq uint
1837 Maximum fraction of RAM used for I/O sorting by sequential scan algorithm.
1838 This tunable determines the hard limit for I/O sorting memory usage.
1839 When the hard limit is reached we stop scanning metadata and start issuing
1840 data verification I/O.
1841 This is done until we get below the soft limit.
1842 .
1843 .It Sy zfs_scan_mem_lim_soft_fact Ns = Ns Sy 20 Ns ^-1 Pq uint
1844 The fraction of the hard limit used to determined the soft limit for I/O sorting
1845 by the sequential scan algorithm.
1846 When we cross this limit from below no action is taken.
1847 When we cross this limit from above it is because we are issuing verification
1848 I/O.
1849 In this case (unless the metadata scan is done) we stop issuing verification I/O
1850 and start scanning metadata again until we get to the hard limit.
1851 .
1852 .It Sy zfs_scan_report_txgs Ns = Ns Sy 0 Ns | Ns 1 Pq uint
1853 When reporting resilver throughput and estimated completion time use the
1854 performance observed over roughly the last
1855 .Sy zfs_scan_report_txgs
1856 TXGs.
1857 When set to zero performance is calculated over the time between checkpoints.
1858 .
1859 .It Sy zfs_scan_strict_mem_lim Ns = Ns Sy 0 Ns | Ns 1 Pq int
1860 Enforce tight memory limits on pool scans when a sequential scan is in progress.
1861 When disabled, the memory limit may be exceeded by fast disks.
1862 .
1863 .It Sy zfs_scan_suspend_progress Ns = Ns Sy 0 Ns | Ns 1 Pq int
1864 Freezes a scrub/resilver in progress without actually pausing it.
1865 Intended for testing/debugging.
1866 .
1867 .It Sy zfs_scan_vdev_limit Ns = Ns Sy 16777216 Ns B Po 16 MiB Pc Pq int
1868 Maximum amount of data that can be concurrently issued at once for scrubs and
1869 resilvers per leaf device, given in bytes.
1870 .
1871 .It Sy zfs_send_corrupt_data Ns = Ns Sy 0 Ns | Ns 1 Pq int
1872 Allow sending of corrupt data (ignore read/checksum errors when sending).
1873 .
1874 .It Sy zfs_send_unmodified_spill_blocks Ns = Ns Sy 1 Ns | Ns 0 Pq int
1875 Include unmodified spill blocks in the send stream.
1876 Under certain circumstances, previous versions of ZFS could incorrectly
1877 remove the spill block from an existing object.
1878 Including unmodified copies of the spill blocks creates a backwards-compatible
1879 stream which will recreate a spill block if it was incorrectly removed.
1880 .
1881 .It Sy zfs_send_no_prefetch_queue_ff Ns = Ns Sy 20 Ns ^\-1 Pq uint
1882 The fill fraction of the
1883 .Nm zfs Cm send
1884 internal queues.
1885 The fill fraction controls the timing with which internal threads are woken up.
1886 .
1887 .It Sy zfs_send_no_prefetch_queue_length Ns = Ns Sy 1048576 Ns B Po 1 MiB Pc Pq uint
1888 The maximum number of bytes allowed in
1889 .Nm zfs Cm send Ns 's
1890 internal queues.
1891 .
1892 .It Sy zfs_send_queue_ff Ns = Ns Sy 20 Ns ^\-1 Pq uint
1893 The fill fraction of the
1894 .Nm zfs Cm send
1895 prefetch queue.
1896 The fill fraction controls the timing with which internal threads are woken up.
1897 .
1898 .It Sy zfs_send_queue_length Ns = Ns Sy 16777216 Ns B Po 16 MiB Pc Pq uint
1899 The maximum number of bytes allowed that will be prefetched by
1900 .Nm zfs Cm send .
1901 This value must be at least twice the maximum block size in use.
1902 .
1903 .It Sy zfs_recv_queue_ff Ns = Ns Sy 20 Ns ^\-1 Pq uint
1904 The fill fraction of the
1905 .Nm zfs Cm receive
1906 queue.
1907 The fill fraction controls the timing with which internal threads are woken up.
1908 .
1909 .It Sy zfs_recv_queue_length Ns = Ns Sy 16777216 Ns B Po 16 MiB Pc Pq uint
1910 The maximum number of bytes allowed in the
1911 .Nm zfs Cm receive
1912 queue.
1913 This value must be at least twice the maximum block size in use.
1914 .
1915 .It Sy zfs_recv_write_batch_size Ns = Ns Sy 1048576 Ns B Po 1 MiB Pc Pq uint
1916 The maximum amount of data, in bytes, that
1917 .Nm zfs Cm receive
1918 will write in one DMU transaction.
1919 This is the uncompressed size, even when receiving a compressed send stream.
1920 This setting will not reduce the write size below a single block.
1921 Capped at a maximum of
1922 .Sy 32 MiB .
1923 .
1924 .It Sy zfs_recv_best_effort_corrective Ns = Ns Sy 0 Pq int
1925 When this variable is set to non-zero a corrective receive:
1926 .Bl -enum -compact -offset 4n -width "1."
1927 .It
1928 Does not enforce the restriction of source & destination snapshot GUIDs
1929 matching.
1930 .It
1931 If there is an error during healing, the healing receive is not
1932 terminated instead it moves on to the next record.
1933 .El
1934 .
1935 .It Sy zfs_override_estimate_recordsize Ns = Ns Sy 0 Ns | Ns 1 Pq uint
1936 Setting this variable overrides the default logic for estimating block
1937 sizes when doing a
1938 .Nm zfs Cm send .
1939 The default heuristic is that the average block size
1940 will be the current recordsize.
1941 Override this value if most data in your dataset is not of that size
1942 and you require accurate zfs send size estimates.
1943 .
1944 .It Sy zfs_sync_pass_deferred_free Ns = Ns Sy 2 Pq uint
1945 Flushing of data to disk is done in passes.
1946 Defer frees starting in this pass.
1947 .
1948 .It Sy zfs_spa_discard_memory_limit Ns = Ns Sy 16777216 Ns B Po 16 MiB Pc Pq int
1949 Maximum memory used for prefetching a checkpoint's space map on each
1950 vdev while discarding the checkpoint.
1951 .
1952 .It Sy zfs_special_class_metadata_reserve_pct Ns = Ns Sy 25 Ns % Pq uint
1953 Only allow small data blocks to be allocated on the special and dedup vdev
1954 types when the available free space percentage on these vdevs exceeds this
1955 value.
1956 This ensures reserved space is available for pool metadata as the
1957 special vdevs approach capacity.
1958 .
1959 .It Sy zfs_sync_pass_dont_compress Ns = Ns Sy 8 Pq uint
1960 Starting in this sync pass, disable compression (including of metadata).
1961 With the default setting, in practice, we don't have this many sync passes,
1962 so this has no effect.
1963 .Pp
1964 The original intent was that disabling compression would help the sync passes
1965 to converge.
1966 However, in practice, disabling compression increases
1967 the average number of sync passes; because when we turn compression off,
1968 many blocks' size will change, and thus we have to re-allocate
1969 (not overwrite) them.
1970 It also increases the number of
1971 .Em 128 KiB
1972 allocations (e.g. for indirect blocks and spacemaps)
1973 because these will not be compressed.
1974 The
1975 .Em 128 KiB
1976 allocations are especially detrimental to performance
1977 on highly fragmented systems, which may have very few free segments of this
1978 size,
1979 and may need to load new metaslabs to satisfy these allocations.
1980 .
1981 .It Sy zfs_sync_pass_rewrite Ns = Ns Sy 2 Pq uint
1982 Rewrite new block pointers starting in this pass.
1983 .
1984 .It Sy zfs_trim_extent_bytes_max Ns = Ns Sy 134217728 Ns B Po 128 MiB Pc Pq uint
1985 Maximum size of TRIM command.
1986 Larger ranges will be split into chunks no larger than this value before
1987 issuing.
1988 .
1989 .It Sy zfs_trim_extent_bytes_min Ns = Ns Sy 32768 Ns B Po 32 KiB Pc Pq uint
1990 Minimum size of TRIM commands.
1991 TRIM ranges smaller than this will be skipped,
1992 unless they're part of a larger range which was chunked.
1993 This is done because it's common for these small TRIMs
1994 to negatively impact overall performance.
1995 .
1996 .It Sy zfs_trim_metaslab_skip Ns = Ns Sy 0 Ns | Ns 1 Pq uint
1997 Skip uninitialized metaslabs during the TRIM process.
1998 This option is useful for pools constructed from large thinly-provisioned
1999 devices
2000 where TRIM operations are slow.
2001 As a pool ages, an increasing fraction of the pool's metaslabs
2002 will be initialized, progressively degrading the usefulness of this option.
2003 This setting is stored when starting a manual TRIM and will
2004 persist for the duration of the requested TRIM.
2005 .
2006 .It Sy zfs_trim_queue_limit Ns = Ns Sy 10 Pq uint
2007 Maximum number of queued TRIMs outstanding per leaf vdev.
2008 The number of concurrent TRIM commands issued to the device is controlled by
2009 .Sy zfs_vdev_trim_min_active No and Sy zfs_vdev_trim_max_active .
2010 .
2011 .It Sy zfs_trim_txg_batch Ns = Ns Sy 32 Pq uint
2012 The number of transaction groups' worth of frees which should be aggregated
2013 before TRIM operations are issued to the device.
2014 This setting represents a trade-off between issuing larger,
2015 more efficient TRIM operations and the delay
2016 before the recently trimmed space is available for use by the device.
2017 .Pp
2018 Increasing this value will allow frees to be aggregated for a longer time.
2019 This will result is larger TRIM operations and potentially increased memory
2020 usage.
2021 Decreasing this value will have the opposite effect.
2022 The default of
2023 .Sy 32
2024 was determined to be a reasonable compromise.
2025 .
2026 .It Sy zfs_txg_history Ns = Ns Sy 0 Pq uint
2027 Historical statistics for this many latest TXGs will be available in
2028 .Pa /proc/spl/kstat/zfs/ Ns Ao Ar pool Ac Ns Pa /TXGs .
2029 .
2030 .It Sy zfs_txg_timeout Ns = Ns Sy 5 Ns s Pq uint
2031 Flush dirty data to disk at least every this many seconds (maximum TXG
2032 duration).
2033 .
2034 .It Sy zfs_vdev_aggregation_limit Ns = Ns Sy 1048576 Ns B Po 1 MiB Pc Pq uint
2035 Max vdev I/O aggregation size.
2036 .
2037 .It Sy zfs_vdev_aggregation_limit_non_rotating Ns = Ns Sy 131072 Ns B Po 128 KiB Pc Pq uint
2038 Max vdev I/O aggregation size for non-rotating media.
2039 .
2040 .It Sy zfs_vdev_mirror_rotating_inc Ns = Ns Sy 0 Pq int
2041 A number by which the balancing algorithm increments the load calculation for
2042 the purpose of selecting the least busy mirror member when an I/O operation
2043 immediately follows its predecessor on rotational vdevs
2044 for the purpose of making decisions based on load.
2045 .
2046 .It Sy zfs_vdev_mirror_rotating_seek_inc Ns = Ns Sy 5 Pq int
2047 A number by which the balancing algorithm increments the load calculation for
2048 the purpose of selecting the least busy mirror member when an I/O operation
2049 lacks locality as defined by
2050 .Sy zfs_vdev_mirror_rotating_seek_offset .
2051 Operations within this that are not immediately following the previous operation
2052 are incremented by half.
2053 .
2054 .It Sy zfs_vdev_mirror_rotating_seek_offset Ns = Ns Sy 1048576 Ns B Po 1 MiB Pc Pq int
2055 The maximum distance for the last queued I/O operation in which
2056 the balancing algorithm considers an operation to have locality.
2057 .No See Sx ZFS I/O SCHEDULER .
2058 .
2059 .It Sy zfs_vdev_mirror_non_rotating_inc Ns = Ns Sy 0 Pq int
2060 A number by which the balancing algorithm increments the load calculation for
2061 the purpose of selecting the least busy mirror member on non-rotational vdevs
2062 when I/O operations do not immediately follow one another.
2063 .
2064 .It Sy zfs_vdev_mirror_non_rotating_seek_inc Ns = Ns Sy 1 Pq int
2065 A number by which the balancing algorithm increments the load calculation for
2066 the purpose of selecting the least busy mirror member when an I/O operation
2067 lacks
2068 locality as defined by the
2069 .Sy zfs_vdev_mirror_rotating_seek_offset .
2070 Operations within this that are not immediately following the previous operation
2071 are incremented by half.
2072 .
2073 .It Sy zfs_vdev_read_gap_limit Ns = Ns Sy 32768 Ns B Po 32 KiB Pc Pq uint
2074 Aggregate read I/O operations if the on-disk gap between them is within this
2075 threshold.
2076 .
2077 .It Sy zfs_vdev_write_gap_limit Ns = Ns Sy 4096 Ns B Po 4 KiB Pc Pq uint
2078 Aggregate write I/O operations if the on-disk gap between them is within this
2079 threshold.
2080 .
2081 .It Sy zfs_vdev_raidz_impl Ns = Ns Sy fastest Pq string
2082 Select the raidz parity implementation to use.
2083 .Pp
2084 Variants that don't depend on CPU-specific features
2085 may be selected on module load, as they are supported on all systems.
2086 The remaining options may only be set after the module is loaded,
2087 as they are available only if the implementations are compiled in
2088 and supported on the running system.
2089 .Pp
2090 Once the module is loaded,
2091 .Pa /sys/module/zfs/parameters/zfs_vdev_raidz_impl
2092 will show the available options,
2093 with the currently selected one enclosed in square brackets.
2094 .Pp
2095 .TS
2096 lb l l .
2097 fastest selected by built-in benchmark
2098 original original implementation
2099 scalar scalar implementation
2100 sse2 SSE2 instruction set 64-bit x86
2101 ssse3 SSSE3 instruction set 64-bit x86
2102 avx2 AVX2 instruction set 64-bit x86
2103 avx512f AVX512F instruction set 64-bit x86
2104 avx512bw AVX512F & AVX512BW instruction sets 64-bit x86
2105 aarch64_neon NEON Aarch64/64-bit ARMv8
2106 aarch64_neonx2 NEON with more unrolling Aarch64/64-bit ARMv8
2107 powerpc_altivec Altivec PowerPC
2108 .TE
2109 .
2110 .It Sy zfs_vdev_scheduler Pq charp
2111 .Sy DEPRECATED .
2112 Prints warning to kernel log for compatibility.
2113 .
2114 .It Sy zfs_zevent_len_max Ns = Ns Sy 512 Pq uint
2115 Max event queue length.
2116 Events in the queue can be viewed with
2117 .Xr zpool-events 8 .
2118 .
2119 .It Sy zfs_zevent_retain_max Ns = Ns Sy 2000 Pq int
2120 Maximum recent zevent records to retain for duplicate checking.
2121 Setting this to
2122 .Sy 0
2123 disables duplicate detection.
2124 .
2125 .It Sy zfs_zevent_retain_expire_secs Ns = Ns Sy 900 Ns s Po 15 min Pc Pq int
2126 Lifespan for a recent ereport that was retained for duplicate checking.
2127 .
2128 .It Sy zfs_zil_clean_taskq_maxalloc Ns = Ns Sy 1048576 Pq int
2129 The maximum number of taskq entries that are allowed to be cached.
2130 When this limit is exceeded transaction records (itxs)
2131 will be cleaned synchronously.
2132 .
2133 .It Sy zfs_zil_clean_taskq_minalloc Ns = Ns Sy 1024 Pq int
2134 The number of taskq entries that are pre-populated when the taskq is first
2135 created and are immediately available for use.
2136 .
2137 .It Sy zfs_zil_clean_taskq_nthr_pct Ns = Ns Sy 100 Ns % Pq int
2138 This controls the number of threads used by
2139 .Sy dp_zil_clean_taskq .
2140 The default value of
2141 .Sy 100%
2142 will create a maximum of one thread per cpu.
2143 .
2144 .It Sy zil_maxblocksize Ns = Ns Sy 131072 Ns B Po 128 KiB Pc Pq uint
2145 This sets the maximum block size used by the ZIL.
2146 On very fragmented pools, lowering this
2147 .Pq typically to Sy 36 KiB
2148 can improve performance.
2149 .
2150 .It Sy zil_maxcopied Ns = Ns Sy 7680 Ns B Po 7.5 KiB Pc Pq uint
2151 This sets the maximum number of write bytes logged via WR_COPIED.
2152 It tunes a tradeoff between additional memory copy and possibly worse log
2153 space efficiency vs additional range lock/unlock.
2154 .
2155 .It Sy zil_nocacheflush Ns = Ns Sy 0 Ns | Ns 1 Pq int
2156 Disable the cache flush commands that are normally sent to disk by
2157 the ZIL after an LWB write has completed.
2158 Setting this will cause ZIL corruption on power loss
2159 if a volatile out-of-order write cache is enabled.
2160 .
2161 .It Sy zil_replay_disable Ns = Ns Sy 0 Ns | Ns 1 Pq int
2162 Disable intent logging replay.
2163 Can be disabled for recovery from corrupted ZIL.
2164 .
2165 .It Sy zil_slog_bulk Ns = Ns Sy 67108864 Ns B Po 64 MiB Pc Pq u64
2166 Limit SLOG write size per commit executed with synchronous priority.
2167 Any writes above that will be executed with lower (asynchronous) priority
2168 to limit potential SLOG device abuse by single active ZIL writer.
2169 .
2170 .It Sy zfs_zil_saxattr Ns = Ns Sy 1 Ns | Ns 0 Pq int
2171 Setting this tunable to zero disables ZIL logging of new
2172 .Sy xattr Ns = Ns Sy sa
2173 records if the
2174 .Sy org.openzfs:zilsaxattr
2175 feature is enabled on the pool.
2176 This would only be necessary to work around bugs in the ZIL logging or replay
2177 code for this record type.
2178 The tunable has no effect if the feature is disabled.
2179 .
2180 .It Sy zfs_embedded_slog_min_ms Ns = Ns Sy 64 Pq uint
2181 Usually, one metaslab from each normal-class vdev is dedicated for use by
2182 the ZIL to log synchronous writes.
2183 However, if there are fewer than
2184 .Sy zfs_embedded_slog_min_ms
2185 metaslabs in the vdev, this functionality is disabled.
2186 This ensures that we don't set aside an unreasonable amount of space for the
2187 ZIL.
2188 .
2189 .It Sy zstd_earlyabort_pass Ns = Ns Sy 1 Pq uint
2190 Whether heuristic for detection of incompressible data with zstd levels >= 3
2191 using LZ4 and zstd-1 passes is enabled.
2192 .
2193 .It Sy zstd_abort_size Ns = Ns Sy 131072 Pq uint
2194 Minimal uncompressed size (inclusive) of a record before the early abort
2195 heuristic will be attempted.
2196 .
2197 .It Sy zio_deadman_log_all Ns = Ns Sy 0 Ns | Ns 1 Pq int
2198 If non-zero, the zio deadman will produce debugging messages
2199 .Pq see Sy zfs_dbgmsg_enable
2200 for all zios, rather than only for leaf zios possessing a vdev.
2201 This is meant to be used by developers to gain
2202 diagnostic information for hang conditions which don't involve a mutex
2203 or other locking primitive: typically conditions in which a thread in
2204 the zio pipeline is looping indefinitely.
2205 .
2206 .It Sy zio_slow_io_ms Ns = Ns Sy 30000 Ns ms Po 30 s Pc Pq int
2207 When an I/O operation takes more than this much time to complete,
2208 it's marked as slow.
2209 Each slow operation causes a delay zevent.
2210 Slow I/O counters can be seen with
2211 .Nm zpool Cm status Fl s .
2212 .
2213 .It Sy zio_dva_throttle_enabled Ns = Ns Sy 1 Ns | Ns 0 Pq int
2214 Throttle block allocations in the I/O pipeline.
2215 This allows for dynamic allocation distribution when devices are imbalanced.
2216 When enabled, the maximum number of pending allocations per top-level vdev
2217 is limited by
2218 .Sy zfs_vdev_queue_depth_pct .
2219 .
2220 .It Sy zfs_xattr_compat Ns = Ns 0 Ns | Ns 1 Pq int
2221 Control the naming scheme used when setting new xattrs in the user namespace.
2222 If
2223 .Sy 0
2224 .Pq the default on Linux ,
2225 user namespace xattr names are prefixed with the namespace, to be backwards
2226 compatible with previous versions of ZFS on Linux.
2227 If
2228 .Sy 1
2229 .Pq the default on Fx ,
2230 user namespace xattr names are not prefixed, to be backwards compatible with
2231 previous versions of ZFS on illumos and
2232 .Fx .
2233 .Pp
2234 Either naming scheme can be read on this and future versions of ZFS, regardless
2235 of this tunable, but legacy ZFS on illumos or
2236 .Fx
2237 are unable to read user namespace xattrs written in the Linux format, and
2238 legacy versions of ZFS on Linux are unable to read user namespace xattrs written
2239 in the legacy ZFS format.
2240 .Pp
2241 An existing xattr with the alternate naming scheme is removed when overwriting
2242 the xattr so as to not accumulate duplicates.
2243 .
2244 .It Sy zio_requeue_io_start_cut_in_line Ns = Ns Sy 0 Ns | Ns 1 Pq int
2245 Prioritize requeued I/O.
2246 .
2247 .It Sy zio_taskq_batch_pct Ns = Ns Sy 80 Ns % Pq uint
2248 Percentage of online CPUs which will run a worker thread for I/O.
2249 These workers are responsible for I/O work such as compression and
2250 checksum calculations.
2251 Fractional number of CPUs will be rounded down.
2252 .Pp
2253 The default value of
2254 .Sy 80%
2255 was chosen to avoid using all CPUs which can result in
2256 latency issues and inconsistent application performance,
2257 especially when slower compression and/or checksumming is enabled.
2258 .
2259 .It Sy zio_taskq_batch_tpq Ns = Ns Sy 0 Pq uint
2260 Number of worker threads per taskq.
2261 Lower values improve I/O ordering and CPU utilization,
2262 while higher reduces lock contention.
2263 .Pp
2264 If
2265 .Sy 0 ,
2266 generate a system-dependent value close to 6 threads per taskq.
2267 .
2268 .It Sy zio_taskq_wr_iss_ncpus Ns = Ns Sy 0 Pq uint
2269 Determines the number of CPUs to run write issue taskqs.
2270 .Pp
2271 When 0 (the default), the value to use is computed internally
2272 as the number of actual CPUs in the system divided by the
2273 .Sy spa_num_allocators
2274 value.
2275 .
2276 .It Sy zvol_inhibit_dev Ns = Ns Sy 0 Ns | Ns 1 Pq uint
2277 Do not create zvol device nodes.
2278 This may slightly improve startup time on
2279 systems with a very large number of zvols.
2280 .
2281 .It Sy zvol_major Ns = Ns Sy 230 Pq uint
2282 Major number for zvol block devices.
2283 .
2284 .It Sy zvol_max_discard_blocks Ns = Ns Sy 16384 Pq long
2285 Discard (TRIM) operations done on zvols will be done in batches of this
2286 many blocks, where block size is determined by the
2287 .Sy volblocksize
2288 property of a zvol.
2289 .
2290 .It Sy zvol_prefetch_bytes Ns = Ns Sy 131072 Ns B Po 128 KiB Pc Pq uint
2291 When adding a zvol to the system, prefetch this many bytes
2292 from the start and end of the volume.
2293 Prefetching these regions of the volume is desirable,
2294 because they are likely to be accessed immediately by
2295 .Xr blkid 8
2296 or the kernel partitioner.
2297 .
2298 .It Sy zvol_request_sync Ns = Ns Sy 0 Ns | Ns 1 Pq uint
2299 When processing I/O requests for a zvol, submit them synchronously.
2300 This effectively limits the queue depth to
2301 .Em 1
2302 for each I/O submitter.
2303 When unset, requests are handled asynchronously by a thread pool.
2304 The number of requests which can be handled concurrently is controlled by
2305 .Sy zvol_threads .
2306 .Sy zvol_request_sync
2307 is ignored when running on a kernel that supports block multiqueue
2308 .Pq Li blk-mq .
2309 .
2310 .It Sy zvol_threads Ns = Ns Sy 0 Pq uint
2311 The number of system wide threads to use for processing zvol block IOs.
2312 If
2313 .Sy 0
2314 (the default) then internally set
2315 .Sy zvol_threads
2316 to the number of CPUs present or 32 (whichever is greater).
2317 .
2318 .It Sy zvol_blk_mq_threads Ns = Ns Sy 0 Pq uint
2319 The number of threads per zvol to use for queuing IO requests.
2320 This parameter will only appear if your kernel supports
2321 .Li blk-mq
2322 and is only read and assigned to a zvol at zvol load time.
2323 If
2324 .Sy 0
2325 (the default) then internally set
2326 .Sy zvol_blk_mq_threads
2327 to the number of CPUs present.
2328 .
2329 .It Sy zvol_use_blk_mq Ns = Ns Sy 0 Ns | Ns 1 Pq uint
2330 Set to
2331 .Sy 1
2332 to use the
2333 .Li blk-mq
2334 API for zvols.
2335 Set to
2336 .Sy 0
2337 (the default) to use the legacy zvol APIs.
2338 This setting can give better or worse zvol performance depending on
2339 the workload.
2340 This parameter will only appear if your kernel supports
2341 .Li blk-mq
2342 and is only read and assigned to a zvol at zvol load time.
2343 .
2344 .It Sy zvol_blk_mq_blocks_per_thread Ns = Ns Sy 8 Pq uint
2345 If
2346 .Sy zvol_use_blk_mq
2347 is enabled, then process this number of
2348 .Sy volblocksize Ns -sized blocks per zvol thread.
2349 This tunable can be use to favor better performance for zvol reads (lower
2350 values) or writes (higher values).
2351 If set to
2352 .Sy 0 ,
2353 then the zvol layer will process the maximum number of blocks
2354 per thread that it can.
2355 This parameter will only appear if your kernel supports
2356 .Li blk-mq
2357 and is only applied at each zvol's load time.
2358 .
2359 .It Sy zvol_blk_mq_queue_depth Ns = Ns Sy 0 Pq uint
2360 The queue_depth value for the zvol
2361 .Li blk-mq
2362 interface.
2363 This parameter will only appear if your kernel supports
2364 .Li blk-mq
2365 and is only applied at each zvol's load time.
2366 If
2367 .Sy 0
2368 (the default) then use the kernel's default queue depth.
2369 Values are clamped to the kernel's
2370 .Dv BLKDEV_MIN_RQ
2371 and
2372 .Dv BLKDEV_MAX_RQ Ns / Ns Dv BLKDEV_DEFAULT_RQ
2373 limits.
2374 .
2375 .It Sy zvol_volmode Ns = Ns Sy 1 Pq uint
2376 Defines zvol block devices behaviour when
2377 .Sy volmode Ns = Ns Sy default :
2378 .Bl -tag -compact -offset 4n -width "a"
2379 .It Sy 1
2380 .No equivalent to Sy full
2381 .It Sy 2
2382 .No equivalent to Sy dev
2383 .It Sy 3
2384 .No equivalent to Sy none
2385 .El
2386 .
2387 .It Sy zvol_enforce_quotas Ns = Ns Sy 0 Ns | Ns 1 Pq uint
2388 Enable strict ZVOL quota enforcement.
2389 The strict quota enforcement may have a performance impact.
2390 .El
2391 .
2392 .Sh ZFS I/O SCHEDULER
2393 ZFS issues I/O operations to leaf vdevs to satisfy and complete I/O operations.
2394 The scheduler determines when and in what order those operations are issued.
2395 The scheduler divides operations into five I/O classes,
2396 prioritized in the following order: sync read, sync write, async read,
2397 async write, and scrub/resilver.
2398 Each queue defines the minimum and maximum number of concurrent operations
2399 that may be issued to the device.
2400 In addition, the device has an aggregate maximum,
2401 .Sy zfs_vdev_max_active .
2402 Note that the sum of the per-queue minima must not exceed the aggregate maximum.
2403 If the sum of the per-queue maxima exceeds the aggregate maximum,
2404 then the number of active operations may reach
2405 .Sy zfs_vdev_max_active ,
2406 in which case no further operations will be issued,
2407 regardless of whether all per-queue minima have been met.
2408 .Pp
2409 For many physical devices, throughput increases with the number of
2410 concurrent operations, but latency typically suffers.
2411 Furthermore, physical devices typically have a limit
2412 at which more concurrent operations have no
2413 effect on throughput or can actually cause it to decrease.
2414 .Pp
2415 The scheduler selects the next operation to issue by first looking for an
2416 I/O class whose minimum has not been satisfied.
2417 Once all are satisfied and the aggregate maximum has not been hit,
2418 the scheduler looks for classes whose maximum has not been satisfied.
2419 Iteration through the I/O classes is done in the order specified above.
2420 No further operations are issued
2421 if the aggregate maximum number of concurrent operations has been hit,
2422 or if there are no operations queued for an I/O class that has not hit its
2423 maximum.
2424 Every time an I/O operation is queued or an operation completes,
2425 the scheduler looks for new operations to issue.
2426 .Pp
2427 In general, smaller
2428 .Sy max_active Ns s
2429 will lead to lower latency of synchronous operations.
2430 Larger
2431 .Sy max_active Ns s
2432 may lead to higher overall throughput, depending on underlying storage.
2433 .Pp
2434 The ratio of the queues'
2435 .Sy max_active Ns s
2436 determines the balance of performance between reads, writes, and scrubs.
2437 For example, increasing
2438 .Sy zfs_vdev_scrub_max_active
2439 will cause the scrub or resilver to complete more quickly,
2440 but reads and writes to have higher latency and lower throughput.
2441 .Pp
2442 All I/O classes have a fixed maximum number of outstanding operations,
2443 except for the async write class.
2444 Asynchronous writes represent the data that is committed to stable storage
2445 during the syncing stage for transaction groups.
2446 Transaction groups enter the syncing state periodically,
2447 so the number of queued async writes will quickly burst up
2448 and then bleed down to zero.
2449 Rather than servicing them as quickly as possible,
2450 the I/O scheduler changes the maximum number of active async write operations
2451 according to the amount of dirty data in the pool.
2452 Since both throughput and latency typically increase with the number of
2453 concurrent operations issued to physical devices, reducing the
2454 burstiness in the number of simultaneous operations also stabilizes the
2455 response time of operations from other queues, in particular synchronous ones.
2456 In broad strokes, the I/O scheduler will issue more concurrent operations
2457 from the async write queue as there is more dirty data in the pool.
2458 .
2459 .Ss Async Writes
2460 The number of concurrent operations issued for the async write I/O class
2461 follows a piece-wise linear function defined by a few adjustable points:
2462 .Bd -literal
2463 | o---------| <-- \fBzfs_vdev_async_write_max_active\fP
2464 ^ | /^ |
2465 | | / | |
2466 active | / | |
2467 I/O | / | |
2468 count | / | |
2469 | / | |
2470 |-------o | | <-- \fBzfs_vdev_async_write_min_active\fP
2471 0|_______^______|_________|
2472 0% | | 100% of \fBzfs_dirty_data_max\fP
2473 | |
2474 | `-- \fBzfs_vdev_async_write_active_max_dirty_percent\fP
2475 `--------- \fBzfs_vdev_async_write_active_min_dirty_percent\fP
2476 .Ed
2477 .Pp
2478 Until the amount of dirty data exceeds a minimum percentage of the dirty
2479 data allowed in the pool, the I/O scheduler will limit the number of
2480 concurrent operations to the minimum.
2481 As that threshold is crossed, the number of concurrent operations issued
2482 increases linearly to the maximum at the specified maximum percentage
2483 of the dirty data allowed in the pool.
2484 .Pp
2485 Ideally, the amount of dirty data on a busy pool will stay in the sloped
2486 part of the function between
2487 .Sy zfs_vdev_async_write_active_min_dirty_percent
2488 and
2489 .Sy zfs_vdev_async_write_active_max_dirty_percent .
2490 If it exceeds the maximum percentage,
2491 this indicates that the rate of incoming data is
2492 greater than the rate that the backend storage can handle.
2493 In this case, we must further throttle incoming writes,
2494 as described in the next section.
2495 .
2496 .Sh ZFS TRANSACTION DELAY
2497 We delay transactions when we've determined that the backend storage
2498 isn't able to accommodate the rate of incoming writes.
2499 .Pp
2500 If there is already a transaction waiting, we delay relative to when
2501 that transaction will finish waiting.
2502 This way the calculated delay time
2503 is independent of the number of threads concurrently executing transactions.
2504 .Pp
2505 If we are the only waiter, wait relative to when the transaction started,
2506 rather than the current time.
2507 This credits the transaction for "time already served",
2508 e.g. reading indirect blocks.
2509 .Pp
2510 The minimum time for a transaction to take is calculated as
2511 .D1 min_time = min( Ns Sy zfs_delay_scale No \(mu Po Sy dirty No \- Sy min Pc / Po Sy max No \- Sy dirty Pc , 100ms)
2512 .Pp
2513 The delay has two degrees of freedom that can be adjusted via tunables.
2514 The percentage of dirty data at which we start to delay is defined by
2515 .Sy zfs_delay_min_dirty_percent .
2516 This should typically be at or above
2517 .Sy zfs_vdev_async_write_active_max_dirty_percent ,
2518 so that we only start to delay after writing at full speed
2519 has failed to keep up with the incoming write rate.
2520 The scale of the curve is defined by
2521 .Sy zfs_delay_scale .
2522 Roughly speaking, this variable determines the amount of delay at the midpoint
2523 of the curve.
2524 .Bd -literal
2525 delay
2526 10ms +-------------------------------------------------------------*+
2527 | *|
2528 9ms + *+
2529 | *|
2530 8ms + *+
2531 | * |
2532 7ms + * +
2533 | * |
2534 6ms + * +
2535 | * |
2536 5ms + * +
2537 | * |
2538 4ms + * +
2539 | * |
2540 3ms + * +
2541 | * |
2542 2ms + (midpoint) * +
2543 | | ** |
2544 1ms + v *** +
2545 | \fBzfs_delay_scale\fP ----------> ******** |
2546 0 +-------------------------------------*********----------------+
2547 0% <- \fBzfs_dirty_data_max\fP -> 100%
2548 .Ed
2549 .Pp
2550 Note, that since the delay is added to the outstanding time remaining on the
2551 most recent transaction it's effectively the inverse of IOPS.
2552 Here, the midpoint of
2553 .Em 500 us
2554 translates to
2555 .Em 2000 IOPS .
2556 The shape of the curve
2557 was chosen such that small changes in the amount of accumulated dirty data
2558 in the first three quarters of the curve yield relatively small differences
2559 in the amount of delay.
2560 .Pp
2561 The effects can be easier to understand when the amount of delay is
2562 represented on a logarithmic scale:
2563 .Bd -literal
2564 delay
2565 100ms +-------------------------------------------------------------++
2566 + +
2567 | |
2568 + *+
2569 10ms + *+
2570 + ** +
2571 | (midpoint) ** |
2572 + | ** +
2573 1ms + v **** +
2574 + \fBzfs_delay_scale\fP ----------> ***** +
2575 | **** |
2576 + **** +
2577 100us + ** +
2578 + * +
2579 | * |
2580 + * +
2581 10us + * +
2582 + +
2583 | |
2584 + +
2585 +--------------------------------------------------------------+
2586 0% <- \fBzfs_dirty_data_max\fP -> 100%
2587 .Ed
2588 .Pp
2589 Note here that only as the amount of dirty data approaches its limit does
2590 the delay start to increase rapidly.
2591 The goal of a properly tuned system should be to keep the amount of dirty data
2592 out of that range by first ensuring that the appropriate limits are set
2593 for the I/O scheduler to reach optimal throughput on the back-end storage,
2594 and then by changing the value of
2595 .Sy zfs_delay_scale
2596 to increase the steepness of the curve.