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