]> git.proxmox.com Git - mirror_zfs.git/blame - man/man5/zfs-module-parameters.5
Clean up (k)shlib and cfg file shebangs
[mirror_zfs.git] / man / man5 / zfs-module-parameters.5
CommitLineData
29714574
TF
1'\" te
2.\" Copyright (c) 2013 by Turbo Fredriksson <turbo@bayour.com>. All rights reserved.
d4a72f23 3.\" Copyright (c) 2017 Datto Inc.
29714574
TF
4.\" The contents of this file are subject to the terms of the Common Development
5.\" and Distribution License (the "License"). You may not use this file except
6.\" in compliance with the License. You can obtain a copy of the license at
7.\" usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.
8.\"
9.\" See the License for the specific language governing permissions and
10.\" limitations under the License. When distributing Covered Code, include this
11.\" CDDL HEADER in each file and include the License file at
12.\" usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this
13.\" CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your
14.\" own identifying information:
15.\" Portions Copyright [yyyy] [name of copyright owner]
d4a72f23 16.TH ZFS-MODULE-PARAMETERS 5 "Oct 28, 2017"
29714574
TF
17.SH NAME
18zfs\-module\-parameters \- ZFS module parameters
19.SH DESCRIPTION
20.sp
21.LP
22Description of the different parameters to the ZFS module.
23
24.SS "Module parameters"
25.sp
26.LP
27
de4f8d5d
BB
28.sp
29.ne 2
30.na
31\fBdbuf_cache_max_bytes\fR (ulong)
32.ad
33.RS 12n
34Maximum size in bytes of the dbuf cache. When \fB0\fR this value will default
35to \fB1/2^dbuf_cache_shift\fR (1/32) of the target ARC size, otherwise the
36provided value in bytes will be used. The behavior of the dbuf cache and its
37associated settings can be observed via the \fB/proc/spl/kstat/zfs/dbufstats\fR
38kstat.
39.sp
40Default value: \fB0\fR.
41.RE
42
43.sp
44.ne 2
45.na
46\fBdbuf_cache_hiwater_pct\fR (uint)
47.ad
48.RS 12n
49The percentage over \fBdbuf_cache_max_bytes\fR when dbufs must be evicted
50directly.
51.sp
52Default value: \fB10\fR%.
53.RE
54
55.sp
56.ne 2
57.na
58\fBdbuf_cache_lowater_pct\fR (uint)
59.ad
60.RS 12n
61The percentage below \fBdbuf_cache_max_bytes\fR when the evict thread stops
62evicting dbufs.
63.sp
64Default value: \fB10\fR%.
65.RE
66
67.sp
68.ne 2
69.na
70\fBdbuf_cache_shift\fR (int)
71.ad
72.RS 12n
73Set the size of the dbuf cache, \fBdbuf_cache_max_bytes\fR, to a log2 fraction
74of the target arc size.
75.sp
76Default value: \fB5\fR.
77.RE
78
6d836e6f
RE
79.sp
80.ne 2
81.na
82\fBignore_hole_birth\fR (int)
83.ad
84.RS 12n
85When set, the hole_birth optimization will not be used, and all holes will
86always be sent on zfs send. Useful if you suspect your datasets are affected
87by a bug in hole_birth.
88.sp
9ea9e0b9 89Use \fB1\fR for on (default) and \fB0\fR for off.
6d836e6f
RE
90.RE
91
29714574
TF
92.sp
93.ne 2
94.na
95\fBl2arc_feed_again\fR (int)
96.ad
97.RS 12n
83426735
D
98Turbo L2ARC warm-up. When the L2ARC is cold the fill interval will be set as
99fast as possible.
29714574
TF
100.sp
101Use \fB1\fR for yes (default) and \fB0\fR to disable.
102.RE
103
104.sp
105.ne 2
106.na
107\fBl2arc_feed_min_ms\fR (ulong)
108.ad
109.RS 12n
83426735
D
110Min feed interval in milliseconds. Requires \fBl2arc_feed_again=1\fR and only
111applicable in related situations.
29714574
TF
112.sp
113Default value: \fB200\fR.
114.RE
115
116.sp
117.ne 2
118.na
119\fBl2arc_feed_secs\fR (ulong)
120.ad
121.RS 12n
122Seconds between L2ARC writing
123.sp
124Default value: \fB1\fR.
125.RE
126
127.sp
128.ne 2
129.na
130\fBl2arc_headroom\fR (ulong)
131.ad
132.RS 12n
83426735
D
133How far through the ARC lists to search for L2ARC cacheable content, expressed
134as a multiplier of \fBl2arc_write_max\fR
29714574
TF
135.sp
136Default value: \fB2\fR.
137.RE
138
139.sp
140.ne 2
141.na
142\fBl2arc_headroom_boost\fR (ulong)
143.ad
144.RS 12n
83426735
D
145Scales \fBl2arc_headroom\fR by this percentage when L2ARC contents are being
146successfully compressed before writing. A value of 100 disables this feature.
29714574 147.sp
be54a13c 148Default value: \fB200\fR%.
29714574
TF
149.RE
150
29714574
TF
151.sp
152.ne 2
153.na
154\fBl2arc_noprefetch\fR (int)
155.ad
156.RS 12n
83426735
D
157Do not write buffers to L2ARC if they were prefetched but not used by
158applications
29714574
TF
159.sp
160Use \fB1\fR for yes (default) and \fB0\fR to disable.
161.RE
162
163.sp
164.ne 2
165.na
166\fBl2arc_norw\fR (int)
167.ad
168.RS 12n
169No reads during writes
170.sp
171Use \fB1\fR for yes and \fB0\fR for no (default).
172.RE
173
174.sp
175.ne 2
176.na
177\fBl2arc_write_boost\fR (ulong)
178.ad
179.RS 12n
603a1784 180Cold L2ARC devices will have \fBl2arc_write_max\fR increased by this amount
83426735 181while they remain cold.
29714574
TF
182.sp
183Default value: \fB8,388,608\fR.
184.RE
185
186.sp
187.ne 2
188.na
189\fBl2arc_write_max\fR (ulong)
190.ad
191.RS 12n
192Max write bytes per interval
193.sp
194Default value: \fB8,388,608\fR.
195.RE
196
99b14de4
ED
197.sp
198.ne 2
199.na
200\fBmetaslab_aliquot\fR (ulong)
201.ad
202.RS 12n
203Metaslab granularity, in bytes. This is roughly similar to what would be
204referred to as the "stripe size" in traditional RAID arrays. In normal
205operation, ZFS will try to write this amount of data to a top-level vdev
206before moving on to the next one.
207.sp
208Default value: \fB524,288\fR.
209.RE
210
f3a7f661
GW
211.sp
212.ne 2
213.na
214\fBmetaslab_bias_enabled\fR (int)
215.ad
216.RS 12n
217Enable metaslab group biasing based on its vdev's over- or under-utilization
218relative to the pool.
219.sp
220Use \fB1\fR for yes (default) and \fB0\fR for no.
221.RE
222
4e21fd06
DB
223.sp
224.ne 2
225.na
226\fBzfs_metaslab_segment_weight_enabled\fR (int)
227.ad
228.RS 12n
229Enable/disable segment-based metaslab selection.
230.sp
231Use \fB1\fR for yes (default) and \fB0\fR for no.
232.RE
233
234.sp
235.ne 2
236.na
237\fBzfs_metaslab_switch_threshold\fR (int)
238.ad
239.RS 12n
240When using segment-based metaslab selection, continue allocating
321204be 241from the active metaslab until \fBzfs_metaslab_switch_threshold\fR
4e21fd06
DB
242worth of buckets have been exhausted.
243.sp
244Default value: \fB2\fR.
245.RE
246
29714574
TF
247.sp
248.ne 2
249.na
aa7d06a9 250\fBmetaslab_debug_load\fR (int)
29714574
TF
251.ad
252.RS 12n
aa7d06a9
GW
253Load all metaslabs during pool import.
254.sp
255Use \fB1\fR for yes and \fB0\fR for no (default).
256.RE
257
258.sp
259.ne 2
260.na
261\fBmetaslab_debug_unload\fR (int)
262.ad
263.RS 12n
264Prevent metaslabs from being unloaded.
29714574
TF
265.sp
266Use \fB1\fR for yes and \fB0\fR for no (default).
267.RE
268
f3a7f661
GW
269.sp
270.ne 2
271.na
272\fBmetaslab_fragmentation_factor_enabled\fR (int)
273.ad
274.RS 12n
275Enable use of the fragmentation metric in computing metaslab weights.
276.sp
277Use \fB1\fR for yes (default) and \fB0\fR for no.
278.RE
279
b8bcca18
MA
280.sp
281.ne 2
282.na
283\fBmetaslabs_per_vdev\fR (int)
284.ad
285.RS 12n
286When a vdev is added, it will be divided into approximately (but no more than) this number of metaslabs.
287.sp
288Default value: \fB200\fR.
289.RE
290
f3a7f661
GW
291.sp
292.ne 2
293.na
294\fBmetaslab_preload_enabled\fR (int)
295.ad
296.RS 12n
297Enable metaslab group preloading.
298.sp
299Use \fB1\fR for yes (default) and \fB0\fR for no.
300.RE
301
302.sp
303.ne 2
304.na
305\fBmetaslab_lba_weighting_enabled\fR (int)
306.ad
307.RS 12n
308Give more weight to metaslabs with lower LBAs, assuming they have
309greater bandwidth as is typically the case on a modern constant
310angular velocity disk drive.
311.sp
312Use \fB1\fR for yes (default) and \fB0\fR for no.
313.RE
314
29714574
TF
315.sp
316.ne 2
317.na
318\fBspa_config_path\fR (charp)
319.ad
320.RS 12n
321SPA config file
322.sp
323Default value: \fB/etc/zfs/zpool.cache\fR.
324.RE
325
e8b96c60
MA
326.sp
327.ne 2
328.na
329\fBspa_asize_inflation\fR (int)
330.ad
331.RS 12n
332Multiplication factor used to estimate actual disk consumption from the
333size of data being written. The default value is a worst case estimate,
334but lower values may be valid for a given pool depending on its
335configuration. Pool administrators who understand the factors involved
336may wish to specify a more realistic inflation factor, particularly if
337they operate close to quota or capacity limits.
338.sp
83426735 339Default value: \fB24\fR.
e8b96c60
MA
340.RE
341
dea377c0
MA
342.sp
343.ne 2
344.na
345\fBspa_load_verify_data\fR (int)
346.ad
347.RS 12n
348Whether to traverse data blocks during an "extreme rewind" (\fB-X\fR)
349import. Use 0 to disable and 1 to enable.
350
351An extreme rewind import normally performs a full traversal of all
352blocks in the pool for verification. If this parameter is set to 0,
353the traversal skips non-metadata blocks. It can be toggled once the
354import has started to stop or start the traversal of non-metadata blocks.
355.sp
83426735 356Default value: \fB1\fR.
dea377c0
MA
357.RE
358
359.sp
360.ne 2
361.na
362\fBspa_load_verify_metadata\fR (int)
363.ad
364.RS 12n
365Whether to traverse blocks during an "extreme rewind" (\fB-X\fR)
366pool import. Use 0 to disable and 1 to enable.
367
368An extreme rewind import normally performs a full traversal of all
1c012083 369blocks in the pool for verification. If this parameter is set to 0,
dea377c0
MA
370the traversal is not performed. It can be toggled once the import has
371started to stop or start the traversal.
372.sp
83426735 373Default value: \fB1\fR.
dea377c0
MA
374.RE
375
376.sp
377.ne 2
378.na
379\fBspa_load_verify_maxinflight\fR (int)
380.ad
381.RS 12n
382Maximum concurrent I/Os during the traversal performed during an "extreme
383rewind" (\fB-X\fR) pool import.
384.sp
83426735 385Default value: \fB10000\fR.
dea377c0
MA
386.RE
387
6cde6435
BB
388.sp
389.ne 2
390.na
391\fBspa_slop_shift\fR (int)
392.ad
393.RS 12n
394Normally, we don't allow the last 3.2% (1/(2^spa_slop_shift)) of space
395in the pool to be consumed. This ensures that we don't run the pool
396completely out of space, due to unaccounted changes (e.g. to the MOS).
397It also limits the worst-case time to allocate space. If we have
398less than this amount of free space, most ZPL operations (e.g. write,
399create) will return ENOSPC.
400.sp
83426735 401Default value: \fB5\fR.
6cde6435
BB
402.RE
403
29714574
TF
404.sp
405.ne 2
406.na
407\fBzfetch_array_rd_sz\fR (ulong)
408.ad
409.RS 12n
27b293be 410If prefetching is enabled, disable prefetching for reads larger than this size.
29714574
TF
411.sp
412Default value: \fB1,048,576\fR.
413.RE
414
415.sp
416.ne 2
417.na
7f60329a 418\fBzfetch_max_distance\fR (uint)
29714574
TF
419.ad
420.RS 12n
7f60329a 421Max bytes to prefetch per stream (default 8MB).
29714574 422.sp
7f60329a 423Default value: \fB8,388,608\fR.
29714574
TF
424.RE
425
426.sp
427.ne 2
428.na
429\fBzfetch_max_streams\fR (uint)
430.ad
431.RS 12n
27b293be 432Max number of streams per zfetch (prefetch streams per file).
29714574
TF
433.sp
434Default value: \fB8\fR.
435.RE
436
437.sp
438.ne 2
439.na
440\fBzfetch_min_sec_reap\fR (uint)
441.ad
442.RS 12n
27b293be 443Min time before an active prefetch stream can be reclaimed
29714574
TF
444.sp
445Default value: \fB2\fR.
446.RE
447
25458cbe
TC
448.sp
449.ne 2
450.na
451\fBzfs_arc_dnode_limit\fR (ulong)
452.ad
453.RS 12n
454When the number of bytes consumed by dnodes in the ARC exceeds this number of
9907cc1c 455bytes, try to unpin some of it in response to demand for non-metadata. This
627791f3 456value acts as a ceiling to the amount of dnode metadata, and defaults to 0 which
9907cc1c
G
457indicates that a percent which is based on \fBzfs_arc_dnode_limit_percent\fR of
458the ARC meta buffers that may be used for dnodes.
25458cbe
TC
459
460See also \fBzfs_arc_meta_prune\fR which serves a similar purpose but is used
461when the amount of metadata in the ARC exceeds \fBzfs_arc_meta_limit\fR rather
462than in response to overall demand for non-metadata.
463
464.sp
9907cc1c
G
465Default value: \fB0\fR.
466.RE
467
468.sp
469.ne 2
470.na
471\fBzfs_arc_dnode_limit_percent\fR (ulong)
472.ad
473.RS 12n
474Percentage that can be consumed by dnodes of ARC meta buffers.
475.sp
476See also \fBzfs_arc_dnode_limit\fR which serves a similar purpose but has a
477higher priority if set to nonzero value.
478.sp
be54a13c 479Default value: \fB10\fR%.
25458cbe
TC
480.RE
481
482.sp
483.ne 2
484.na
485\fBzfs_arc_dnode_reduce_percent\fR (ulong)
486.ad
487.RS 12n
488Percentage of ARC dnodes to try to scan in response to demand for non-metadata
6146e17e 489when the number of bytes consumed by dnodes exceeds \fBzfs_arc_dnode_limit\fR.
25458cbe
TC
490
491.sp
be54a13c 492Default value: \fB10\fR% of the number of dnodes in the ARC.
25458cbe
TC
493.RE
494
49ddb315
MA
495.sp
496.ne 2
497.na
498\fBzfs_arc_average_blocksize\fR (int)
499.ad
500.RS 12n
501The ARC's buffer hash table is sized based on the assumption of an average
502block size of \fBzfs_arc_average_blocksize\fR (default 8K). This works out
503to roughly 1MB of hash table per 1GB of physical memory with 8-byte pointers.
504For configurations with a known larger average block size this value can be
505increased to reduce the memory footprint.
506
507.sp
508Default value: \fB8192\fR.
509.RE
510
ca0bf58d
PS
511.sp
512.ne 2
513.na
514\fBzfs_arc_evict_batch_limit\fR (int)
515.ad
516.RS 12n
8f343973 517Number ARC headers to evict per sub-list before proceeding to another sub-list.
ca0bf58d
PS
518This batch-style operation prevents entire sub-lists from being evicted at once
519but comes at a cost of additional unlocking and locking.
520.sp
521Default value: \fB10\fR.
522.RE
523
29714574
TF
524.sp
525.ne 2
526.na
527\fBzfs_arc_grow_retry\fR (int)
528.ad
529.RS 12n
ca85d690 530If set to a non zero value, it will replace the arc_grow_retry value with this value.
d4a72f23 531The arc_grow_retry value (default 5) is the number of seconds the ARC will wait before
ca85d690 532trying to resume growth after a memory pressure event.
29714574 533.sp
ca85d690 534Default value: \fB0\fR.
29714574
TF
535.RE
536
537.sp
538.ne 2
539.na
7e8bddd0 540\fBzfs_arc_lotsfree_percent\fR (int)
29714574
TF
541.ad
542.RS 12n
7e8bddd0
BB
543Throttle I/O when free system memory drops below this percentage of total
544system memory. Setting this value to 0 will disable the throttle.
29714574 545.sp
be54a13c 546Default value: \fB10\fR%.
29714574
TF
547.RE
548
549.sp
550.ne 2
551.na
7e8bddd0 552\fBzfs_arc_max\fR (ulong)
29714574
TF
553.ad
554.RS 12n
83426735
D
555Max arc size of ARC in bytes. If set to 0 then it will consume 1/2 of system
556RAM. This value must be at least 67108864 (64 megabytes).
557.sp
558This value can be changed dynamically with some caveats. It cannot be set back
559to 0 while running and reducing it below the current ARC size will not cause
560the ARC to shrink without memory pressure to induce shrinking.
29714574 561.sp
7e8bddd0 562Default value: \fB0\fR.
29714574
TF
563.RE
564
ca85d690 565.sp
566.ne 2
567.na
568\fBzfs_arc_meta_adjust_restarts\fR (ulong)
569.ad
570.RS 12n
571The number of restart passes to make while scanning the ARC attempting
572the free buffers in order to stay below the \fBzfs_arc_meta_limit\fR.
573This value should not need to be tuned but is available to facilitate
574performance analysis.
575.sp
576Default value: \fB4096\fR.
577.RE
578
29714574
TF
579.sp
580.ne 2
581.na
582\fBzfs_arc_meta_limit\fR (ulong)
583.ad
584.RS 12n
2cbb06b5
BB
585The maximum allowed size in bytes that meta data buffers are allowed to
586consume in the ARC. When this limit is reached meta data buffers will
587be reclaimed even if the overall arc_c_max has not been reached. This
9907cc1c
G
588value defaults to 0 which indicates that a percent which is based on
589\fBzfs_arc_meta_limit_percent\fR of the ARC may be used for meta data.
29714574 590.sp
83426735 591This value my be changed dynamically except that it cannot be set back to 0
9907cc1c 592for a specific percent of the ARC; it must be set to an explicit value.
83426735 593.sp
29714574
TF
594Default value: \fB0\fR.
595.RE
596
9907cc1c
G
597.sp
598.ne 2
599.na
600\fBzfs_arc_meta_limit_percent\fR (ulong)
601.ad
602.RS 12n
603Percentage of ARC buffers that can be used for meta data.
604
605See also \fBzfs_arc_meta_limit\fR which serves a similar purpose but has a
606higher priority if set to nonzero value.
607
608.sp
be54a13c 609Default value: \fB75\fR%.
9907cc1c
G
610.RE
611
ca0bf58d
PS
612.sp
613.ne 2
614.na
615\fBzfs_arc_meta_min\fR (ulong)
616.ad
617.RS 12n
618The minimum allowed size in bytes that meta data buffers may consume in
619the ARC. This value defaults to 0 which disables a floor on the amount
620of the ARC devoted meta data.
621.sp
622Default value: \fB0\fR.
623.RE
624
29714574
TF
625.sp
626.ne 2
627.na
628\fBzfs_arc_meta_prune\fR (int)
629.ad
630.RS 12n
2cbb06b5
BB
631The number of dentries and inodes to be scanned looking for entries
632which can be dropped. This may be required when the ARC reaches the
633\fBzfs_arc_meta_limit\fR because dentries and inodes can pin buffers
634in the ARC. Increasing this value will cause to dentry and inode caches
635to be pruned more aggressively. Setting this value to 0 will disable
636pruning the inode and dentry caches.
29714574 637.sp
2cbb06b5 638Default value: \fB10,000\fR.
29714574
TF
639.RE
640
bc888666
BB
641.sp
642.ne 2
643.na
ca85d690 644\fBzfs_arc_meta_strategy\fR (int)
bc888666
BB
645.ad
646.RS 12n
ca85d690 647Define the strategy for ARC meta data buffer eviction (meta reclaim strategy).
648A value of 0 (META_ONLY) will evict only the ARC meta data buffers.
d4a72f23 649A value of 1 (BALANCED) indicates that additional data buffers may be evicted if
ca85d690 650that is required to in order to evict the required number of meta data buffers.
bc888666 651.sp
ca85d690 652Default value: \fB1\fR.
bc888666
BB
653.RE
654
29714574
TF
655.sp
656.ne 2
657.na
658\fBzfs_arc_min\fR (ulong)
659.ad
660.RS 12n
ca85d690 661Min arc size of ARC in bytes. If set to 0 then arc_c_min will default to
662consuming the larger of 32M or 1/32 of total system memory.
29714574 663.sp
ca85d690 664Default value: \fB0\fR.
29714574
TF
665.RE
666
667.sp
668.ne 2
669.na
d4a72f23 670\fBzfs_arc_min_prefetch_ms\fR (int)
29714574
TF
671.ad
672.RS 12n
d4a72f23 673Minimum time prefetched blocks are locked in the ARC, specified in ms.
2b84817f 674A value of \fB0\fR will default to 1000 ms.
d4a72f23
TC
675.sp
676Default value: \fB0\fR.
677.RE
678
679.sp
680.ne 2
681.na
682\fBzfs_arc_min_prescient_prefetch_ms\fR (int)
683.ad
684.RS 12n
685Minimum time "prescient prefetched" blocks are locked in the ARC, specified
686in ms. These blocks are meant to be prefetched fairly aggresively ahead of
2b84817f 687the code that may use them. A value of \fB0\fR will default to 6000 ms.
29714574 688.sp
83426735 689Default value: \fB0\fR.
29714574
TF
690.RE
691
ca0bf58d
PS
692.sp
693.ne 2
694.na
c30e58c4 695\fBzfs_multilist_num_sublists\fR (int)
ca0bf58d
PS
696.ad
697.RS 12n
698To allow more fine-grained locking, each ARC state contains a series
699of lists for both data and meta data objects. Locking is performed at
700the level of these "sub-lists". This parameters controls the number of
c30e58c4
MA
701sub-lists per ARC state, and also applies to other uses of the
702multilist data structure.
ca0bf58d 703.sp
c30e58c4 704Default value: \fB4\fR or the number of online CPUs, whichever is greater
ca0bf58d
PS
705.RE
706
707.sp
708.ne 2
709.na
710\fBzfs_arc_overflow_shift\fR (int)
711.ad
712.RS 12n
713The ARC size is considered to be overflowing if it exceeds the current
714ARC target size (arc_c) by a threshold determined by this parameter.
715The threshold is calculated as a fraction of arc_c using the formula
716"arc_c >> \fBzfs_arc_overflow_shift\fR".
717
718The default value of 8 causes the ARC to be considered to be overflowing
719if it exceeds the target size by 1/256th (0.3%) of the target size.
720
721When the ARC is overflowing, new buffer allocations are stalled until
722the reclaim thread catches up and the overflow condition no longer exists.
723.sp
724Default value: \fB8\fR.
725.RE
726
728d6ae9
BB
727.sp
728.ne 2
729.na
730
731\fBzfs_arc_p_min_shift\fR (int)
732.ad
733.RS 12n
ca85d690 734If set to a non zero value, this will update arc_p_min_shift (default 4)
735with the new value.
d4a72f23 736arc_p_min_shift is used to shift of arc_c for calculating both min and max
ca85d690 737max arc_p
728d6ae9 738.sp
ca85d690 739Default value: \fB0\fR.
728d6ae9
BB
740.RE
741
62422785
PS
742.sp
743.ne 2
744.na
745\fBzfs_arc_p_dampener_disable\fR (int)
746.ad
747.RS 12n
748Disable arc_p adapt dampener
749.sp
750Use \fB1\fR for yes (default) and \fB0\fR to disable.
751.RE
752
29714574
TF
753.sp
754.ne 2
755.na
756\fBzfs_arc_shrink_shift\fR (int)
757.ad
758.RS 12n
ca85d690 759If set to a non zero value, this will update arc_shrink_shift (default 7)
760with the new value.
29714574 761.sp
ca85d690 762Default value: \fB0\fR.
29714574
TF
763.RE
764
03b60eee
DB
765.sp
766.ne 2
767.na
768\fBzfs_arc_pc_percent\fR (uint)
769.ad
770.RS 12n
771Percent of pagecache to reclaim arc to
772
773This tunable allows ZFS arc to play more nicely with the kernel's LRU
774pagecache. It can guarantee that the arc size won't collapse under scanning
775pressure on the pagecache, yet still allows arc to be reclaimed down to
776zfs_arc_min if necessary. This value is specified as percent of pagecache
777size (as measured by NR_FILE_PAGES) where that percent may exceed 100. This
778only operates during memory pressure/reclaim.
779.sp
be54a13c 780Default value: \fB0\fR% (disabled).
03b60eee
DB
781.RE
782
11f552fa
BB
783.sp
784.ne 2
785.na
786\fBzfs_arc_sys_free\fR (ulong)
787.ad
788.RS 12n
789The target number of bytes the ARC should leave as free memory on the system.
790Defaults to the larger of 1/64 of physical memory or 512K. Setting this
791option to a non-zero value will override the default.
792.sp
793Default value: \fB0\fR.
794.RE
795
29714574
TF
796.sp
797.ne 2
798.na
799\fBzfs_autoimport_disable\fR (int)
800.ad
801.RS 12n
27b293be 802Disable pool import at module load by ignoring the cache file (typically \fB/etc/zfs/zpool.cache\fR).
29714574 803.sp
70081096 804Use \fB1\fR for yes (default) and \fB0\fR for no.
29714574
TF
805.RE
806
80d52c39
TH
807.sp
808.ne 2
809.na
810\fBzfs_checksums_per_second\fR (int)
811.ad
812.RS 12n
813Rate limit checksum events to this many per second. Note that this should
814not be set below the zed thresholds (currently 10 checksums over 10 sec)
815or else zed may not trigger any action.
816.sp
817Default value: 20
818.RE
819
2fe61a7e
PS
820.sp
821.ne 2
822.na
823\fBzfs_commit_timeout_pct\fR (int)
824.ad
825.RS 12n
826This controls the amount of time that a ZIL block (lwb) will remain "open"
827when it isn't "full", and it has a thread waiting for it to be committed to
828stable storage. The timeout is scaled based on a percentage of the last lwb
829latency to avoid significantly impacting the latency of each individual
830transaction record (itx).
831.sp
be54a13c 832Default value: \fB5\fR%.
2fe61a7e
PS
833.RE
834
3b36f831
BB
835.sp
836.ne 2
837.na
838\fBzfs_dbgmsg_enable\fR (int)
839.ad
840.RS 12n
841Internally ZFS keeps a small log to facilitate debugging. By default the log
842is disabled, to enable it set this option to 1. The contents of the log can
843be accessed by reading the /proc/spl/kstat/zfs/dbgmsg file. Writing 0 to
844this proc file clears the log.
845.sp
846Default value: \fB0\fR.
847.RE
848
849.sp
850.ne 2
851.na
852\fBzfs_dbgmsg_maxsize\fR (int)
853.ad
854.RS 12n
855The maximum size in bytes of the internal ZFS debug log.
856.sp
857Default value: \fB4M\fR.
858.RE
859
29714574
TF
860.sp
861.ne 2
862.na
863\fBzfs_dbuf_state_index\fR (int)
864.ad
865.RS 12n
83426735
D
866This feature is currently unused. It is normally used for controlling what
867reporting is available under /proc/spl/kstat/zfs.
29714574
TF
868.sp
869Default value: \fB0\fR.
870.RE
871
872.sp
873.ne 2
874.na
875\fBzfs_deadman_enabled\fR (int)
876.ad
877.RS 12n
b81a3ddc 878When a pool sync operation takes longer than \fBzfs_deadman_synctime_ms\fR
8fb1ede1
BB
879milliseconds, or when an individual I/O takes longer than
880\fBzfs_deadman_ziotime_ms\fR milliseconds, then the operation is considered to
881be "hung". If \fBzfs_deadman_enabled\fR is set then the deadman behavior is
882invoked as described by the \fBzfs_deadman_failmode\fR module option.
883By default the deadman is enabled and configured to \fBwait\fR which results
884in "hung" I/Os only being logged. The deadman is automatically disabled
885when a pool gets suspended.
29714574 886.sp
8fb1ede1
BB
887Default value: \fB1\fR.
888.RE
889
890.sp
891.ne 2
892.na
893\fBzfs_deadman_failmode\fR (charp)
894.ad
895.RS 12n
896Controls the failure behavior when the deadman detects a "hung" I/O. Valid
897values are \fBwait\fR, \fBcontinue\fR, and \fBpanic\fR.
898.sp
899\fBwait\fR - Wait for a "hung" I/O to complete. For each "hung" I/O a
900"deadman" event will be posted describing that I/O.
901.sp
902\fBcontinue\fR - Attempt to recover from a "hung" I/O by re-dispatching it
903to the I/O pipeline if possible.
904.sp
905\fBpanic\fR - Panic the system. This can be used to facilitate an automatic
906fail-over to a properly configured fail-over partner.
907.sp
908Default value: \fBwait\fR.
b81a3ddc
TC
909.RE
910
911.sp
912.ne 2
913.na
914\fBzfs_deadman_checktime_ms\fR (int)
915.ad
916.RS 12n
8fb1ede1
BB
917Check time in milliseconds. This defines the frequency at which we check
918for hung I/O and potentially invoke the \fBzfs_deadman_failmode\fR behavior.
b81a3ddc 919.sp
8fb1ede1 920Default value: \fB60,000\fR.
29714574
TF
921.RE
922
923.sp
924.ne 2
925.na
e8b96c60 926\fBzfs_deadman_synctime_ms\fR (ulong)
29714574
TF
927.ad
928.RS 12n
b81a3ddc 929Interval in milliseconds after which the deadman is triggered and also
8fb1ede1
BB
930the interval after which a pool sync operation is considered to be "hung".
931Once this limit is exceeded the deadman will be invoked every
932\fBzfs_deadman_checktime_ms\fR milliseconds until the pool sync completes.
933.sp
934Default value: \fB600,000\fR.
935.RE
b81a3ddc 936
29714574 937.sp
8fb1ede1
BB
938.ne 2
939.na
940\fBzfs_deadman_ziotime_ms\fR (ulong)
941.ad
942.RS 12n
943Interval in milliseconds after which the deadman is triggered and an
944individual IO operation is considered to be "hung". As long as the I/O
945remains "hung" the deadman will be invoked every \fBzfs_deadman_checktime_ms\fR
946milliseconds until the I/O completes.
947.sp
948Default value: \fB300,000\fR.
29714574
TF
949.RE
950
951.sp
952.ne 2
953.na
954\fBzfs_dedup_prefetch\fR (int)
955.ad
956.RS 12n
957Enable prefetching dedup-ed blks
958.sp
0dfc7324 959Use \fB1\fR for yes and \fB0\fR to disable (default).
29714574
TF
960.RE
961
e8b96c60
MA
962.sp
963.ne 2
964.na
965\fBzfs_delay_min_dirty_percent\fR (int)
966.ad
967.RS 12n
968Start to delay each transaction once there is this amount of dirty data,
969expressed as a percentage of \fBzfs_dirty_data_max\fR.
970This value should be >= zfs_vdev_async_write_active_max_dirty_percent.
971See the section "ZFS TRANSACTION DELAY".
972.sp
be54a13c 973Default value: \fB60\fR%.
e8b96c60
MA
974.RE
975
976.sp
977.ne 2
978.na
979\fBzfs_delay_scale\fR (int)
980.ad
981.RS 12n
982This controls how quickly the transaction delay approaches infinity.
983Larger values cause longer delays for a given amount of dirty data.
984.sp
985For the smoothest delay, this value should be about 1 billion divided
986by the maximum number of operations per second. This will smoothly
987handle between 10x and 1/10th this number.
988.sp
989See the section "ZFS TRANSACTION DELAY".
990.sp
991Note: \fBzfs_delay_scale\fR * \fBzfs_dirty_data_max\fR must be < 2^64.
992.sp
993Default value: \fB500,000\fR.
994.RE
995
80d52c39
TH
996.sp
997.ne 2
998.na
999\fBzfs_delays_per_second\fR (int)
1000.ad
1001.RS 12n
1002Rate limit IO delay events to this many per second.
1003.sp
1004Default value: 20
1005.RE
1006
a966c564
K
1007.sp
1008.ne 2
1009.na
1010\fBzfs_delete_blocks\fR (ulong)
1011.ad
1012.RS 12n
1013This is the used to define a large file for the purposes of delete. Files
1014containing more than \fBzfs_delete_blocks\fR will be deleted asynchronously
1015while smaller files are deleted synchronously. Decreasing this value will
1016reduce the time spent in an unlink(2) system call at the expense of a longer
1017delay before the freed space is available.
1018.sp
1019Default value: \fB20,480\fR.
1020.RE
1021
e8b96c60
MA
1022.sp
1023.ne 2
1024.na
1025\fBzfs_dirty_data_max\fR (int)
1026.ad
1027.RS 12n
1028Determines the dirty space limit in bytes. Once this limit is exceeded, new
1029writes are halted until space frees up. This parameter takes precedence
1030over \fBzfs_dirty_data_max_percent\fR.
1031See the section "ZFS TRANSACTION DELAY".
1032.sp
be54a13c 1033Default value: \fB10\fR% of physical RAM, capped at \fBzfs_dirty_data_max_max\fR.
e8b96c60
MA
1034.RE
1035
1036.sp
1037.ne 2
1038.na
1039\fBzfs_dirty_data_max_max\fR (int)
1040.ad
1041.RS 12n
1042Maximum allowable value of \fBzfs_dirty_data_max\fR, expressed in bytes.
1043This limit is only enforced at module load time, and will be ignored if
1044\fBzfs_dirty_data_max\fR is later changed. This parameter takes
1045precedence over \fBzfs_dirty_data_max_max_percent\fR. See the section
1046"ZFS TRANSACTION DELAY".
1047.sp
be54a13c 1048Default value: \fB25\fR% of physical RAM.
e8b96c60
MA
1049.RE
1050
1051.sp
1052.ne 2
1053.na
1054\fBzfs_dirty_data_max_max_percent\fR (int)
1055.ad
1056.RS 12n
1057Maximum allowable value of \fBzfs_dirty_data_max\fR, expressed as a
1058percentage of physical RAM. This limit is only enforced at module load
1059time, and will be ignored if \fBzfs_dirty_data_max\fR is later changed.
1060The parameter \fBzfs_dirty_data_max_max\fR takes precedence over this
1061one. See the section "ZFS TRANSACTION DELAY".
1062.sp
be54a13c 1063Default value: \fB25\fR%.
e8b96c60
MA
1064.RE
1065
1066.sp
1067.ne 2
1068.na
1069\fBzfs_dirty_data_max_percent\fR (int)
1070.ad
1071.RS 12n
1072Determines the dirty space limit, expressed as a percentage of all
1073memory. Once this limit is exceeded, new writes are halted until space frees
1074up. The parameter \fBzfs_dirty_data_max\fR takes precedence over this
1075one. See the section "ZFS TRANSACTION DELAY".
1076.sp
be54a13c 1077Default value: \fB10\fR%, subject to \fBzfs_dirty_data_max_max\fR.
e8b96c60
MA
1078.RE
1079
1080.sp
1081.ne 2
1082.na
1083\fBzfs_dirty_data_sync\fR (int)
1084.ad
1085.RS 12n
1086Start syncing out a transaction group if there is at least this much dirty data.
1087.sp
1088Default value: \fB67,108,864\fR.
1089.RE
1090
1eeb4562
JX
1091.sp
1092.ne 2
1093.na
1094\fBzfs_fletcher_4_impl\fR (string)
1095.ad
1096.RS 12n
1097Select a fletcher 4 implementation.
1098.sp
35a76a03 1099Supported selectors are: \fBfastest\fR, \fBscalar\fR, \fBsse2\fR, \fBssse3\fR,
24cdeaf1 1100\fBavx2\fR, \fBavx512f\fR, and \fBaarch64_neon\fR.
70b258fc
GN
1101All of the selectors except \fBfastest\fR and \fBscalar\fR require instruction
1102set extensions to be available and will only appear if ZFS detects that they are
1103present at runtime. If multiple implementations of fletcher 4 are available,
1104the \fBfastest\fR will be chosen using a micro benchmark. Selecting \fBscalar\fR
1105results in the original, CPU based calculation, being used. Selecting any option
1106other than \fBfastest\fR and \fBscalar\fR results in vector instructions from
1107the respective CPU instruction set being used.
1eeb4562
JX
1108.sp
1109Default value: \fBfastest\fR.
1110.RE
1111
ba5ad9a4
GW
1112.sp
1113.ne 2
1114.na
1115\fBzfs_free_bpobj_enabled\fR (int)
1116.ad
1117.RS 12n
1118Enable/disable the processing of the free_bpobj object.
1119.sp
1120Default value: \fB1\fR.
1121.RE
1122
36283ca2
MG
1123.sp
1124.ne 2
1125.na
1126\fBzfs_free_max_blocks\fR (ulong)
1127.ad
1128.RS 12n
1129Maximum number of blocks freed in a single txg.
1130.sp
1131Default value: \fB100,000\fR.
1132.RE
1133
e8b96c60
MA
1134.sp
1135.ne 2
1136.na
1137\fBzfs_vdev_async_read_max_active\fR (int)
1138.ad
1139.RS 12n
83426735 1140Maximum asynchronous read I/Os active to each device.
e8b96c60
MA
1141See the section "ZFS I/O SCHEDULER".
1142.sp
1143Default value: \fB3\fR.
1144.RE
1145
1146.sp
1147.ne 2
1148.na
1149\fBzfs_vdev_async_read_min_active\fR (int)
1150.ad
1151.RS 12n
1152Minimum asynchronous read I/Os active to each device.
1153See the section "ZFS I/O SCHEDULER".
1154.sp
1155Default value: \fB1\fR.
1156.RE
1157
1158.sp
1159.ne 2
1160.na
1161\fBzfs_vdev_async_write_active_max_dirty_percent\fR (int)
1162.ad
1163.RS 12n
1164When the pool has more than
1165\fBzfs_vdev_async_write_active_max_dirty_percent\fR dirty data, use
1166\fBzfs_vdev_async_write_max_active\fR to limit active async writes. If
1167the dirty data is between min and max, the active I/O limit is linearly
1168interpolated. See the section "ZFS I/O SCHEDULER".
1169.sp
be54a13c 1170Default value: \fB60\fR%.
e8b96c60
MA
1171.RE
1172
1173.sp
1174.ne 2
1175.na
1176\fBzfs_vdev_async_write_active_min_dirty_percent\fR (int)
1177.ad
1178.RS 12n
1179When the pool has less than
1180\fBzfs_vdev_async_write_active_min_dirty_percent\fR dirty data, use
1181\fBzfs_vdev_async_write_min_active\fR to limit active async writes. If
1182the dirty data is between min and max, the active I/O limit is linearly
1183interpolated. See the section "ZFS I/O SCHEDULER".
1184.sp
be54a13c 1185Default value: \fB30\fR%.
e8b96c60
MA
1186.RE
1187
1188.sp
1189.ne 2
1190.na
1191\fBzfs_vdev_async_write_max_active\fR (int)
1192.ad
1193.RS 12n
83426735 1194Maximum asynchronous write I/Os active to each device.
e8b96c60
MA
1195See the section "ZFS I/O SCHEDULER".
1196.sp
1197Default value: \fB10\fR.
1198.RE
1199
1200.sp
1201.ne 2
1202.na
1203\fBzfs_vdev_async_write_min_active\fR (int)
1204.ad
1205.RS 12n
1206Minimum asynchronous write I/Os active to each device.
1207See the section "ZFS I/O SCHEDULER".
1208.sp
06226b59
D
1209Lower values are associated with better latency on rotational media but poorer
1210resilver performance. The default value of 2 was chosen as a compromise. A
1211value of 3 has been shown to improve resilver performance further at a cost of
1212further increasing latency.
1213.sp
1214Default value: \fB2\fR.
e8b96c60
MA
1215.RE
1216
1217.sp
1218.ne 2
1219.na
1220\fBzfs_vdev_max_active\fR (int)
1221.ad
1222.RS 12n
1223The maximum number of I/Os active to each device. Ideally, this will be >=
1224the sum of each queue's max_active. It must be at least the sum of each
1225queue's min_active. See the section "ZFS I/O SCHEDULER".
1226.sp
1227Default value: \fB1,000\fR.
1228.RE
1229
1230.sp
1231.ne 2
1232.na
1233\fBzfs_vdev_scrub_max_active\fR (int)
1234.ad
1235.RS 12n
83426735 1236Maximum scrub I/Os active to each device.
e8b96c60
MA
1237See the section "ZFS I/O SCHEDULER".
1238.sp
1239Default value: \fB2\fR.
1240.RE
1241
1242.sp
1243.ne 2
1244.na
1245\fBzfs_vdev_scrub_min_active\fR (int)
1246.ad
1247.RS 12n
1248Minimum scrub I/Os active to each device.
1249See the section "ZFS I/O SCHEDULER".
1250.sp
1251Default value: \fB1\fR.
1252.RE
1253
1254.sp
1255.ne 2
1256.na
1257\fBzfs_vdev_sync_read_max_active\fR (int)
1258.ad
1259.RS 12n
83426735 1260Maximum synchronous read I/Os active to each device.
e8b96c60
MA
1261See the section "ZFS I/O SCHEDULER".
1262.sp
1263Default value: \fB10\fR.
1264.RE
1265
1266.sp
1267.ne 2
1268.na
1269\fBzfs_vdev_sync_read_min_active\fR (int)
1270.ad
1271.RS 12n
1272Minimum synchronous read I/Os active to each device.
1273See the section "ZFS I/O SCHEDULER".
1274.sp
1275Default value: \fB10\fR.
1276.RE
1277
1278.sp
1279.ne 2
1280.na
1281\fBzfs_vdev_sync_write_max_active\fR (int)
1282.ad
1283.RS 12n
83426735 1284Maximum synchronous write I/Os active to each device.
e8b96c60
MA
1285See the section "ZFS I/O SCHEDULER".
1286.sp
1287Default value: \fB10\fR.
1288.RE
1289
1290.sp
1291.ne 2
1292.na
1293\fBzfs_vdev_sync_write_min_active\fR (int)
1294.ad
1295.RS 12n
1296Minimum synchronous write I/Os active to each device.
1297See the section "ZFS I/O SCHEDULER".
1298.sp
1299Default value: \fB10\fR.
1300.RE
1301
3dfb57a3
DB
1302.sp
1303.ne 2
1304.na
1305\fBzfs_vdev_queue_depth_pct\fR (int)
1306.ad
1307.RS 12n
e815485f
TC
1308Maximum number of queued allocations per top-level vdev expressed as
1309a percentage of \fBzfs_vdev_async_write_max_active\fR which allows the
1310system to detect devices that are more capable of handling allocations
1311and to allocate more blocks to those devices. It allows for dynamic
1312allocation distribution when devices are imbalanced as fuller devices
1313will tend to be slower than empty devices.
1314
1315See also \fBzio_dva_throttle_enabled\fR.
3dfb57a3 1316.sp
be54a13c 1317Default value: \fB1000\fR%.
3dfb57a3
DB
1318.RE
1319
29714574
TF
1320.sp
1321.ne 2
1322.na
1323\fBzfs_expire_snapshot\fR (int)
1324.ad
1325.RS 12n
1326Seconds to expire .zfs/snapshot
1327.sp
1328Default value: \fB300\fR.
1329.RE
1330
0500e835
BB
1331.sp
1332.ne 2
1333.na
1334\fBzfs_admin_snapshot\fR (int)
1335.ad
1336.RS 12n
1337Allow the creation, removal, or renaming of entries in the .zfs/snapshot
1338directory to cause the creation, destruction, or renaming of snapshots.
1339When enabled this functionality works both locally and over NFS exports
1340which have the 'no_root_squash' option set. This functionality is disabled
1341by default.
1342.sp
1343Use \fB1\fR for yes and \fB0\fR for no (default).
1344.RE
1345
29714574
TF
1346.sp
1347.ne 2
1348.na
1349\fBzfs_flags\fR (int)
1350.ad
1351.RS 12n
33b6dbbc
NB
1352Set additional debugging flags. The following flags may be bitwise-or'd
1353together.
1354.sp
1355.TS
1356box;
1357rB lB
1358lB lB
1359r l.
1360Value Symbolic Name
1361 Description
1362_
13631 ZFS_DEBUG_DPRINTF
1364 Enable dprintf entries in the debug log.
1365_
13662 ZFS_DEBUG_DBUF_VERIFY *
1367 Enable extra dbuf verifications.
1368_
13694 ZFS_DEBUG_DNODE_VERIFY *
1370 Enable extra dnode verifications.
1371_
13728 ZFS_DEBUG_SNAPNAMES
1373 Enable snapshot name verification.
1374_
137516 ZFS_DEBUG_MODIFY
1376 Check for illegally modified ARC buffers.
1377_
137832 ZFS_DEBUG_SPA
1379 Enable spa_dbgmsg entries in the debug log.
1380_
138164 ZFS_DEBUG_ZIO_FREE
1382 Enable verification of block frees.
1383_
1384128 ZFS_DEBUG_HISTOGRAM_VERIFY
1385 Enable extra spacemap histogram verifications.
8740cf4a
NB
1386_
1387256 ZFS_DEBUG_METASLAB_VERIFY
1388 Verify space accounting on disk matches in-core range_trees.
1389_
1390512 ZFS_DEBUG_SET_ERROR
1391 Enable SET_ERROR and dprintf entries in the debug log.
33b6dbbc
NB
1392.TE
1393.sp
1394* Requires debug build.
29714574 1395.sp
33b6dbbc 1396Default value: \fB0\fR.
29714574
TF
1397.RE
1398
fbeddd60
MA
1399.sp
1400.ne 2
1401.na
1402\fBzfs_free_leak_on_eio\fR (int)
1403.ad
1404.RS 12n
1405If destroy encounters an EIO while reading metadata (e.g. indirect
1406blocks), space referenced by the missing metadata can not be freed.
1407Normally this causes the background destroy to become "stalled", as
1408it is unable to make forward progress. While in this stalled state,
1409all remaining space to free from the error-encountering filesystem is
1410"temporarily leaked". Set this flag to cause it to ignore the EIO,
1411permanently leak the space from indirect blocks that can not be read,
1412and continue to free everything else that it can.
1413
1414The default, "stalling" behavior is useful if the storage partially
1415fails (i.e. some but not all i/os fail), and then later recovers. In
1416this case, we will be able to continue pool operations while it is
1417partially failed, and when it recovers, we can continue to free the
1418space, with no leaks. However, note that this case is actually
1419fairly rare.
1420
1421Typically pools either (a) fail completely (but perhaps temporarily,
1422e.g. a top-level vdev going offline), or (b) have localized,
1423permanent errors (e.g. disk returns the wrong data due to bit flip or
1424firmware bug). In case (a), this setting does not matter because the
1425pool will be suspended and the sync thread will not be able to make
1426forward progress regardless. In case (b), because the error is
1427permanent, the best we can do is leak the minimum amount of space,
1428which is what setting this flag will do. Therefore, it is reasonable
1429for this flag to normally be set, but we chose the more conservative
1430approach of not setting it, so that there is no possibility of
1431leaking space in the "partial temporary" failure case.
1432.sp
1433Default value: \fB0\fR.
1434.RE
1435
29714574
TF
1436.sp
1437.ne 2
1438.na
1439\fBzfs_free_min_time_ms\fR (int)
1440.ad
1441.RS 12n
6146e17e 1442During a \fBzfs destroy\fR operation using \fBfeature@async_destroy\fR a minimum
83426735 1443of this much time will be spent working on freeing blocks per txg.
29714574
TF
1444.sp
1445Default value: \fB1,000\fR.
1446.RE
1447
1448.sp
1449.ne 2
1450.na
1451\fBzfs_immediate_write_sz\fR (long)
1452.ad
1453.RS 12n
83426735 1454Largest data block to write to zil. Larger blocks will be treated as if the
6146e17e 1455dataset being written to had the property setting \fBlogbias=throughput\fR.
29714574
TF
1456.sp
1457Default value: \fB32,768\fR.
1458.RE
1459
f1512ee6
MA
1460.sp
1461.ne 2
1462.na
1463\fBzfs_max_recordsize\fR (int)
1464.ad
1465.RS 12n
1466We currently support block sizes from 512 bytes to 16MB. The benefits of
1467larger blocks, and thus larger IO, need to be weighed against the cost of
1468COWing a giant block to modify one byte. Additionally, very large blocks
1469can have an impact on i/o latency, and also potentially on the memory
1470allocator. Therefore, we do not allow the recordsize to be set larger than
1471zfs_max_recordsize (default 1MB). Larger blocks can be created by changing
1472this tunable, and pools with larger blocks can always be imported and used,
1473regardless of this setting.
1474.sp
1475Default value: \fB1,048,576\fR.
1476.RE
1477
f3a7f661
GW
1478.sp
1479.ne 2
1480.na
1481\fBzfs_metaslab_fragmentation_threshold\fR (int)
1482.ad
1483.RS 12n
1484Allow metaslabs to keep their active state as long as their fragmentation
1485percentage is less than or equal to this value. An active metaslab that
1486exceeds this threshold will no longer keep its active status allowing
1487better metaslabs to be selected.
1488.sp
1489Default value: \fB70\fR.
1490.RE
1491
1492.sp
1493.ne 2
1494.na
1495\fBzfs_mg_fragmentation_threshold\fR (int)
1496.ad
1497.RS 12n
1498Metaslab groups are considered eligible for allocations if their
83426735 1499fragmentation metric (measured as a percentage) is less than or equal to
f3a7f661
GW
1500this value. If a metaslab group exceeds this threshold then it will be
1501skipped unless all metaslab groups within the metaslab class have also
1502crossed this threshold.
1503.sp
1504Default value: \fB85\fR.
1505.RE
1506
f4a4046b
TC
1507.sp
1508.ne 2
1509.na
1510\fBzfs_mg_noalloc_threshold\fR (int)
1511.ad
1512.RS 12n
1513Defines a threshold at which metaslab groups should be eligible for
1514allocations. The value is expressed as a percentage of free space
1515beyond which a metaslab group is always eligible for allocations.
1516If a metaslab group's free space is less than or equal to the
6b4e21c6 1517threshold, the allocator will avoid allocating to that group
f4a4046b
TC
1518unless all groups in the pool have reached the threshold. Once all
1519groups have reached the threshold, all groups are allowed to accept
1520allocations. The default value of 0 disables the feature and causes
1521all metaslab groups to be eligible for allocations.
1522
b58237e7 1523This parameter allows one to deal with pools having heavily imbalanced
f4a4046b
TC
1524vdevs such as would be the case when a new vdev has been added.
1525Setting the threshold to a non-zero percentage will stop allocations
1526from being made to vdevs that aren't filled to the specified percentage
1527and allow lesser filled vdevs to acquire more allocations than they
1528otherwise would under the old \fBzfs_mg_alloc_failures\fR facility.
1529.sp
1530Default value: \fB0\fR.
1531.RE
1532
379ca9cf
OF
1533.sp
1534.ne 2
1535.na
1536\fBzfs_multihost_history\fR (int)
1537.ad
1538.RS 12n
1539Historical statistics for the last N multihost updates will be available in
1540\fB/proc/spl/kstat/zfs/<pool>/multihost\fR
1541.sp
1542Default value: \fB0\fR.
1543.RE
1544
1545.sp
1546.ne 2
1547.na
1548\fBzfs_multihost_interval\fR (ulong)
1549.ad
1550.RS 12n
1551Used to control the frequency of multihost writes which are performed when the
1552\fBmultihost\fR pool property is on. This is one factor used to determine
1553the length of the activity check during import.
1554.sp
1555The multihost write period is \fBzfs_multihost_interval / leaf-vdevs\fR milliseconds.
1556This means that on average a multihost write will be issued for each leaf vdev every
1557\fBzfs_multihost_interval\fR milliseconds. In practice, the observed period can
1558vary with the I/O load and this observed value is the delay which is stored in
1559the uberblock.
1560.sp
1561On import the activity check waits a minimum amount of time determined by
1562\fBzfs_multihost_interval * zfs_multihost_import_intervals\fR. The activity
1563check time may be further extended if the value of mmp delay found in the best
1564uberblock indicates actual multihost updates happened at longer intervals than
1565\fBzfs_multihost_interval\fR. A minimum value of \fB100ms\fR is enforced.
1566.sp
1567Default value: \fB1000\fR.
1568.RE
1569
1570.sp
1571.ne 2
1572.na
1573\fBzfs_multihost_import_intervals\fR (uint)
1574.ad
1575.RS 12n
1576Used to control the duration of the activity test on import. Smaller values of
1577\fBzfs_multihost_import_intervals\fR will reduce the import time but increase
1578the risk of failing to detect an active pool. The total activity check time is
1579never allowed to drop below one second. A value of 0 is ignored and treated as
1580if it was set to 1
1581.sp
1582Default value: \fB10\fR.
1583.RE
1584
1585.sp
1586.ne 2
1587.na
1588\fBzfs_multihost_fail_intervals\fR (uint)
1589.ad
1590.RS 12n
1591Controls the behavior of the pool when multihost write failures are detected.
1592.sp
1593When \fBzfs_multihost_fail_intervals = 0\fR then multihost write failures are ignored.
1594The failures will still be reported to the ZED which depending on its
1595configuration may take action such as suspending the pool or offlining a device.
1596.sp
1597When \fBzfs_multihost_fail_intervals > 0\fR then sequential multihost write failures
1598will cause the pool to be suspended. This occurs when
1599\fBzfs_multihost_fail_intervals * zfs_multihost_interval\fR milliseconds have
1600passed since the last successful multihost write. This guarantees the activity test
1601will see multihost writes if the pool is imported.
1602.sp
1603Default value: \fB5\fR.
1604.RE
1605
29714574
TF
1606.sp
1607.ne 2
1608.na
1609\fBzfs_no_scrub_io\fR (int)
1610.ad
1611.RS 12n
83426735
D
1612Set for no scrub I/O. This results in scrubs not actually scrubbing data and
1613simply doing a metadata crawl of the pool instead.
29714574
TF
1614.sp
1615Use \fB1\fR for yes and \fB0\fR for no (default).
1616.RE
1617
1618.sp
1619.ne 2
1620.na
1621\fBzfs_no_scrub_prefetch\fR (int)
1622.ad
1623.RS 12n
83426735 1624Set to disable block prefetching for scrubs.
29714574
TF
1625.sp
1626Use \fB1\fR for yes and \fB0\fR for no (default).
1627.RE
1628
29714574
TF
1629.sp
1630.ne 2
1631.na
1632\fBzfs_nocacheflush\fR (int)
1633.ad
1634.RS 12n
83426735
D
1635Disable cache flush operations on disks when writing. Beware, this may cause
1636corruption if disks re-order writes.
29714574
TF
1637.sp
1638Use \fB1\fR for yes and \fB0\fR for no (default).
1639.RE
1640
1641.sp
1642.ne 2
1643.na
1644\fBzfs_nopwrite_enabled\fR (int)
1645.ad
1646.RS 12n
1647Enable NOP writes
1648.sp
1649Use \fB1\fR for yes (default) and \fB0\fR to disable.
1650.RE
1651
66aca247
DB
1652.sp
1653.ne 2
1654.na
1655\fBzfs_dmu_offset_next_sync\fR (int)
1656.ad
1657.RS 12n
1658Enable forcing txg sync to find holes. When enabled forces ZFS to act
1659like prior versions when SEEK_HOLE or SEEK_DATA flags are used, which
1660when a dnode is dirty causes txg's to be synced so that this data can be
1661found.
1662.sp
1663Use \fB1\fR for yes and \fB0\fR to disable (default).
1664.RE
1665
29714574
TF
1666.sp
1667.ne 2
1668.na
b738bc5a 1669\fBzfs_pd_bytes_max\fR (int)
29714574
TF
1670.ad
1671.RS 12n
83426735 1672The number of bytes which should be prefetched during a pool traversal
6146e17e 1673(eg: \fBzfs send\fR or other data crawling operations)
29714574 1674.sp
74aa2ba2 1675Default value: \fB52,428,800\fR.
29714574
TF
1676.RE
1677
bef78122
DQ
1678.sp
1679.ne 2
1680.na
1681\fBzfs_per_txg_dirty_frees_percent \fR (ulong)
1682.ad
1683.RS 12n
1684Tunable to control percentage of dirtied blocks from frees in one TXG.
1685After this threshold is crossed, additional dirty blocks from frees
1686wait until the next TXG.
1687A value of zero will disable this throttle.
1688.sp
1689Default value: \fB30\fR and \fB0\fR to disable.
1690.RE
1691
1692
1693
29714574
TF
1694.sp
1695.ne 2
1696.na
1697\fBzfs_prefetch_disable\fR (int)
1698.ad
1699.RS 12n
7f60329a
MA
1700This tunable disables predictive prefetch. Note that it leaves "prescient"
1701prefetch (e.g. prefetch for zfs send) intact. Unlike predictive prefetch,
1702prescient prefetch never issues i/os that end up not being needed, so it
1703can't hurt performance.
29714574
TF
1704.sp
1705Use \fB1\fR for yes and \fB0\fR for no (default).
1706.RE
1707
1708.sp
1709.ne 2
1710.na
1711\fBzfs_read_chunk_size\fR (long)
1712.ad
1713.RS 12n
1714Bytes to read per chunk
1715.sp
1716Default value: \fB1,048,576\fR.
1717.RE
1718
1719.sp
1720.ne 2
1721.na
1722\fBzfs_read_history\fR (int)
1723.ad
1724.RS 12n
379ca9cf
OF
1725Historical statistics for the last N reads will be available in
1726\fB/proc/spl/kstat/zfs/<pool>/reads\fR
29714574 1727.sp
83426735 1728Default value: \fB0\fR (no data is kept).
29714574
TF
1729.RE
1730
1731.sp
1732.ne 2
1733.na
1734\fBzfs_read_history_hits\fR (int)
1735.ad
1736.RS 12n
1737Include cache hits in read history
1738.sp
1739Use \fB1\fR for yes and \fB0\fR for no (default).
1740.RE
1741
1742.sp
1743.ne 2
1744.na
1745\fBzfs_recover\fR (int)
1746.ad
1747.RS 12n
1748Set to attempt to recover from fatal errors. This should only be used as a
1749last resort, as it typically results in leaked space, or worse.
1750.sp
1751Use \fB1\fR for yes and \fB0\fR for no (default).
1752.RE
1753
1754.sp
1755.ne 2
1756.na
d4a72f23 1757\fBzfs_resilver_min_time_ms\fR (int)
29714574
TF
1758.ad
1759.RS 12n
d4a72f23
TC
1760Resilvers are processed by the sync thread. While resilvering it will spend
1761at least this much time working on a resilver between txg flushes.
29714574 1762.sp
d4a72f23 1763Default value: \fB3,000\fR.
29714574
TF
1764.RE
1765
02638a30
TC
1766.sp
1767.ne 2
1768.na
1769\fBzfs_scan_ignore_errors\fR (int)
1770.ad
1771.RS 12n
1772If set to a nonzero value, remove the DTL (dirty time list) upon
1773completion of a pool scan (scrub) even if there were unrepairable
1774errors. It is intended to be used during pool repair or recovery to
1775stop resilvering when the pool is next imported.
1776.sp
1777Default value: \fB0\fR.
1778.RE
1779
29714574
TF
1780.sp
1781.ne 2
1782.na
d4a72f23 1783\fBzfs_scrub_min_time_ms\fR (int)
29714574
TF
1784.ad
1785.RS 12n
d4a72f23
TC
1786Scrubs are processed by the sync thread. While scrubbing it will spend
1787at least this much time working on a scrub between txg flushes.
29714574 1788.sp
d4a72f23 1789Default value: \fB1,000\fR.
29714574
TF
1790.RE
1791
1792.sp
1793.ne 2
1794.na
d4a72f23 1795\fBzfs_scan_checkpoint_intval\fR (int)
29714574
TF
1796.ad
1797.RS 12n
d4a72f23
TC
1798To preserve progress across reboots the sequential scan algorithm periodically
1799needs to stop metadata scanning and issue all the verifications I/Os to disk.
1800The frequency of this flushing is determined by the
1801\fBfBzfs_scan_checkpoint_intval\fR tunable.
29714574 1802.sp
d4a72f23 1803Default value: \fB7200\fR seconds (every 2 hours).
29714574
TF
1804.RE
1805
1806.sp
1807.ne 2
1808.na
d4a72f23 1809\fBzfs_scan_fill_weight\fR (int)
29714574
TF
1810.ad
1811.RS 12n
d4a72f23
TC
1812This tunable affects how scrub and resilver I/O segments are ordered. A higher
1813number indicates that we care more about how filled in a segment is, while a
1814lower number indicates we care more about the size of the extent without
1815considering the gaps within a segment. This value is only tunable upon module
1816insertion. Changing the value afterwards will have no affect on scrub or
1817resilver performance.
29714574 1818.sp
d4a72f23 1819Default value: \fB3\fR.
29714574
TF
1820.RE
1821
1822.sp
1823.ne 2
1824.na
d4a72f23 1825\fBzfs_scan_issue_strategy\fR (int)
29714574
TF
1826.ad
1827.RS 12n
d4a72f23
TC
1828Determines the order that data will be verified while scrubbing or resilvering.
1829If set to \fB1\fR, data will be verified as sequentially as possible, given the
1830amount of memory reserved for scrubbing (see \fBzfs_scan_mem_lim_fact\fR). This
1831may improve scrub performance if the pool's data is very fragmented. If set to
1832\fB2\fR, the largest mostly-contiguous chunk of found data will be verified
1833first. By deferring scrubbing of small segments, we may later find adjacent data
1834to coalesce and increase the segment size. If set to \fB0\fR, zfs will use
1835strategy \fB1\fR during normal verification and strategy \fB2\fR while taking a
1836checkpoint.
29714574 1837.sp
d4a72f23
TC
1838Default value: \fB0\fR.
1839.RE
1840
1841.sp
1842.ne 2
1843.na
1844\fBzfs_scan_legacy\fR (int)
1845.ad
1846.RS 12n
1847A value of 0 indicates that scrubs and resilvers will gather metadata in
1848memory before issuing sequential I/O. A value of 1 indicates that the legacy
1849algorithm will be used where I/O is initiated as soon as it is discovered.
1850Changing this value to 0 will not affect scrubs or resilvers that are already
1851in progress.
1852.sp
1853Default value: \fB0\fR.
1854.RE
1855
1856.sp
1857.ne 2
1858.na
1859\fBzfs_scan_max_ext_gap\fR (int)
1860.ad
1861.RS 12n
1862Indicates the largest gap in bytes between scrub / resilver I/Os that will still
1863be considered sequential for sorting purposes. Changing this value will not
1864affect scrubs or resilvers that are already in progress.
1865.sp
1866Default value: \fB2097152 (2 MB)\fR.
1867.RE
1868
1869.sp
1870.ne 2
1871.na
1872\fBzfs_scan_mem_lim_fact\fR (int)
1873.ad
1874.RS 12n
1875Maximum fraction of RAM used for I/O sorting by sequential scan algorithm.
1876This tunable determines the hard limit for I/O sorting memory usage.
1877When the hard limit is reached we stop scanning metadata and start issuing
1878data verification I/O. This is done until we get below the soft limit.
1879.sp
1880Default value: \fB20\fR which is 5% of RAM (1/20).
1881.RE
1882
1883.sp
1884.ne 2
1885.na
1886\fBzfs_scan_mem_lim_soft_fact\fR (int)
1887.ad
1888.RS 12n
1889The fraction of the hard limit used to determined the soft limit for I/O sorting
1890by the sequential scan algorithm. When we cross this limit from bellow no action
1891is taken. When we cross this limit from above it is because we are issuing
1892verification I/O. In this case (unless the metadata scan is done) we stop
1893issuing verification I/O and start scanning metadata again until we get to the
1894hard limit.
1895.sp
1896Default value: \fB20\fR which is 5% of the hard limit (1/20).
1897.RE
1898
1899.sp
1900.ne 2
1901.na
1902\fBzfs_scan_vdev_limit\fR (int)
1903.ad
1904.RS 12n
1905Maximum amount of data that can be concurrently issued at once for scrubs and
1906resilvers per leaf device, given in bytes.
1907.sp
1908Default value: \fB41943040\fR.
29714574
TF
1909.RE
1910
fd8febbd
TF
1911.sp
1912.ne 2
1913.na
1914\fBzfs_send_corrupt_data\fR (int)
1915.ad
1916.RS 12n
83426735 1917Allow sending of corrupt data (ignore read/checksum errors when sending data)
fd8febbd
TF
1918.sp
1919Use \fB1\fR for yes and \fB0\fR for no (default).
1920.RE
1921
29714574
TF
1922.sp
1923.ne 2
1924.na
1925\fBzfs_sync_pass_deferred_free\fR (int)
1926.ad
1927.RS 12n
83426735 1928Flushing of data to disk is done in passes. Defer frees starting in this pass
29714574
TF
1929.sp
1930Default value: \fB2\fR.
1931.RE
1932
1933.sp
1934.ne 2
1935.na
1936\fBzfs_sync_pass_dont_compress\fR (int)
1937.ad
1938.RS 12n
1939Don't compress starting in this pass
1940.sp
1941Default value: \fB5\fR.
1942.RE
1943
1944.sp
1945.ne 2
1946.na
1947\fBzfs_sync_pass_rewrite\fR (int)
1948.ad
1949.RS 12n
83426735 1950Rewrite new block pointers starting in this pass
29714574
TF
1951.sp
1952Default value: \fB2\fR.
1953.RE
1954
a032ac4b
BB
1955.sp
1956.ne 2
1957.na
1958\fBzfs_sync_taskq_batch_pct\fR (int)
1959.ad
1960.RS 12n
1961This controls the number of threads used by the dp_sync_taskq. The default
1962value of 75% will create a maximum of one thread per cpu.
1963.sp
be54a13c 1964Default value: \fB75\fR%.
a032ac4b
BB
1965.RE
1966
29714574
TF
1967.sp
1968.ne 2
1969.na
1970\fBzfs_txg_history\fR (int)
1971.ad
1972.RS 12n
379ca9cf
OF
1973Historical statistics for the last N txgs will be available in
1974\fB/proc/spl/kstat/zfs/<pool>/txgs\fR
29714574 1975.sp
ca85d690 1976Default value: \fB0\fR.
29714574
TF
1977.RE
1978
29714574
TF
1979.sp
1980.ne 2
1981.na
1982\fBzfs_txg_timeout\fR (int)
1983.ad
1984.RS 12n
83426735 1985Flush dirty data to disk at least every N seconds (maximum txg duration)
29714574
TF
1986.sp
1987Default value: \fB5\fR.
1988.RE
1989
1990.sp
1991.ne 2
1992.na
1993\fBzfs_vdev_aggregation_limit\fR (int)
1994.ad
1995.RS 12n
1996Max vdev I/O aggregation size
1997.sp
1998Default value: \fB131,072\fR.
1999.RE
2000
2001.sp
2002.ne 2
2003.na
2004\fBzfs_vdev_cache_bshift\fR (int)
2005.ad
2006.RS 12n
2007Shift size to inflate reads too
2008.sp
83426735 2009Default value: \fB16\fR (effectively 65536).
29714574
TF
2010.RE
2011
2012.sp
2013.ne 2
2014.na
2015\fBzfs_vdev_cache_max\fR (int)
2016.ad
2017.RS 12n
ca85d690 2018Inflate reads smaller than this value to meet the \fBzfs_vdev_cache_bshift\fR
2019size (default 64k).
83426735
D
2020.sp
2021Default value: \fB16384\fR.
29714574
TF
2022.RE
2023
2024.sp
2025.ne 2
2026.na
2027\fBzfs_vdev_cache_size\fR (int)
2028.ad
2029.RS 12n
83426735
D
2030Total size of the per-disk cache in bytes.
2031.sp
2032Currently this feature is disabled as it has been found to not be helpful
2033for performance and in some cases harmful.
29714574
TF
2034.sp
2035Default value: \fB0\fR.
2036.RE
2037
29714574
TF
2038.sp
2039.ne 2
2040.na
9f500936 2041\fBzfs_vdev_mirror_rotating_inc\fR (int)
29714574
TF
2042.ad
2043.RS 12n
9f500936 2044A number by which the balancing algorithm increments the load calculation for
2045the purpose of selecting the least busy mirror member when an I/O immediately
2046follows its predecessor on rotational vdevs for the purpose of making decisions
2047based on load.
29714574 2048.sp
9f500936 2049Default value: \fB0\fR.
2050.RE
2051
2052.sp
2053.ne 2
2054.na
2055\fBzfs_vdev_mirror_rotating_seek_inc\fR (int)
2056.ad
2057.RS 12n
2058A number by which the balancing algorithm increments the load calculation for
2059the purpose of selecting the least busy mirror member when an I/O lacks
2060locality as defined by the zfs_vdev_mirror_rotating_seek_offset. I/Os within
2061this that are not immediately following the previous I/O are incremented by
2062half.
2063.sp
2064Default value: \fB5\fR.
2065.RE
2066
2067.sp
2068.ne 2
2069.na
2070\fBzfs_vdev_mirror_rotating_seek_offset\fR (int)
2071.ad
2072.RS 12n
2073The maximum distance for the last queued I/O in which the balancing algorithm
2074considers an I/O to have locality.
2075See the section "ZFS I/O SCHEDULER".
2076.sp
2077Default value: \fB1048576\fR.
2078.RE
2079
2080.sp
2081.ne 2
2082.na
2083\fBzfs_vdev_mirror_non_rotating_inc\fR (int)
2084.ad
2085.RS 12n
2086A number by which the balancing algorithm increments the load calculation for
2087the purpose of selecting the least busy mirror member on non-rotational vdevs
2088when I/Os do not immediately follow one another.
2089.sp
2090Default value: \fB0\fR.
2091.RE
2092
2093.sp
2094.ne 2
2095.na
2096\fBzfs_vdev_mirror_non_rotating_seek_inc\fR (int)
2097.ad
2098.RS 12n
2099A number by which the balancing algorithm increments the load calculation for
2100the purpose of selecting the least busy mirror member when an I/O lacks
2101locality as defined by the zfs_vdev_mirror_rotating_seek_offset. I/Os within
2102this that are not immediately following the previous I/O are incremented by
2103half.
2104.sp
2105Default value: \fB1\fR.
29714574
TF
2106.RE
2107
29714574
TF
2108.sp
2109.ne 2
2110.na
2111\fBzfs_vdev_read_gap_limit\fR (int)
2112.ad
2113.RS 12n
83426735
D
2114Aggregate read I/O operations if the gap on-disk between them is within this
2115threshold.
29714574
TF
2116.sp
2117Default value: \fB32,768\fR.
2118.RE
2119
2120.sp
2121.ne 2
2122.na
2123\fBzfs_vdev_scheduler\fR (charp)
2124.ad
2125.RS 12n
ca85d690 2126Set the Linux I/O scheduler on whole disk vdevs to this scheduler. Valid options
2127are noop, cfq, bfq & deadline
29714574
TF
2128.sp
2129Default value: \fBnoop\fR.
2130.RE
2131
29714574
TF
2132.sp
2133.ne 2
2134.na
2135\fBzfs_vdev_write_gap_limit\fR (int)
2136.ad
2137.RS 12n
2138Aggregate write I/O over gap
2139.sp
2140Default value: \fB4,096\fR.
2141.RE
2142
ab9f4b0b
GN
2143.sp
2144.ne 2
2145.na
2146\fBzfs_vdev_raidz_impl\fR (string)
2147.ad
2148.RS 12n
c9187d86 2149Parameter for selecting raidz parity implementation to use.
ab9f4b0b
GN
2150
2151Options marked (always) below may be selected on module load as they are
2152supported on all systems.
2153The remaining options may only be set after the module is loaded, as they
2154are available only if the implementations are compiled in and supported
2155on the running system.
2156
2157Once the module is loaded, the content of
2158/sys/module/zfs/parameters/zfs_vdev_raidz_impl will show available options
2159with the currently selected one enclosed in [].
2160Possible options are:
2161 fastest - (always) implementation selected using built-in benchmark
2162 original - (always) original raidz implementation
2163 scalar - (always) scalar raidz implementation
ae25d222
GN
2164 sse2 - implementation using SSE2 instruction set (64bit x86 only)
2165 ssse3 - implementation using SSSE3 instruction set (64bit x86 only)
ab9f4b0b 2166 avx2 - implementation using AVX2 instruction set (64bit x86 only)
7f547f85
RD
2167 avx512f - implementation using AVX512F instruction set (64bit x86 only)
2168 avx512bw - implementation using AVX512F & AVX512BW instruction sets (64bit x86 only)
62a65a65
RD
2169 aarch64_neon - implementation using NEON (Aarch64/64 bit ARMv8 only)
2170 aarch64_neonx2 - implementation using NEON with more unrolling (Aarch64/64 bit ARMv8 only)
ab9f4b0b
GN
2171.sp
2172Default value: \fBfastest\fR.
2173.RE
2174
29714574
TF
2175.sp
2176.ne 2
2177.na
2178\fBzfs_zevent_cols\fR (int)
2179.ad
2180.RS 12n
83426735 2181When zevents are logged to the console use this as the word wrap width.
29714574
TF
2182.sp
2183Default value: \fB80\fR.
2184.RE
2185
2186.sp
2187.ne 2
2188.na
2189\fBzfs_zevent_console\fR (int)
2190.ad
2191.RS 12n
2192Log events to the console
2193.sp
2194Use \fB1\fR for yes and \fB0\fR for no (default).
2195.RE
2196
2197.sp
2198.ne 2
2199.na
2200\fBzfs_zevent_len_max\fR (int)
2201.ad
2202.RS 12n
83426735
D
2203Max event queue length. A value of 0 will result in a calculated value which
2204increases with the number of CPUs in the system (minimum 64 events). Events
2205in the queue can be viewed with the \fBzpool events\fR command.
29714574
TF
2206.sp
2207Default value: \fB0\fR.
2208.RE
2209
a032ac4b
BB
2210.sp
2211.ne 2
2212.na
2213\fBzfs_zil_clean_taskq_maxalloc\fR (int)
2214.ad
2215.RS 12n
2216The maximum number of taskq entries that are allowed to be cached. When this
2fe61a7e 2217limit is exceeded transaction records (itxs) will be cleaned synchronously.
a032ac4b
BB
2218.sp
2219Default value: \fB1048576\fR.
2220.RE
2221
2222.sp
2223.ne 2
2224.na
2225\fBzfs_zil_clean_taskq_minalloc\fR (int)
2226.ad
2227.RS 12n
2228The number of taskq entries that are pre-populated when the taskq is first
2229created and are immediately available for use.
2230.sp
2231Default value: \fB1024\fR.
2232.RE
2233
2234.sp
2235.ne 2
2236.na
2237\fBzfs_zil_clean_taskq_nthr_pct\fR (int)
2238.ad
2239.RS 12n
2240This controls the number of threads used by the dp_zil_clean_taskq. The default
2241value of 100% will create a maximum of one thread per cpu.
2242.sp
be54a13c 2243Default value: \fB100\fR%.
a032ac4b
BB
2244.RE
2245
29714574
TF
2246.sp
2247.ne 2
2248.na
2249\fBzil_replay_disable\fR (int)
2250.ad
2251.RS 12n
83426735
D
2252Disable intent logging replay. Can be disabled for recovery from corrupted
2253ZIL
29714574
TF
2254.sp
2255Use \fB1\fR for yes and \fB0\fR for no (default).
2256.RE
2257
2258.sp
2259.ne 2
2260.na
1b7c1e5c 2261\fBzil_slog_bulk\fR (ulong)
29714574
TF
2262.ad
2263.RS 12n
1b7c1e5c
GDN
2264Limit SLOG write size per commit executed with synchronous priority.
2265Any writes above that will be executed with lower (asynchronous) priority
2266to limit potential SLOG device abuse by single active ZIL writer.
29714574 2267.sp
1b7c1e5c 2268Default value: \fB786,432\fR.
29714574
TF
2269.RE
2270
29714574
TF
2271.sp
2272.ne 2
2273.na
2274\fBzio_delay_max\fR (int)
2275.ad
2276.RS 12n
83426735 2277A zevent will be logged if a ZIO operation takes more than N milliseconds to
ab9f4b0b 2278complete. Note that this is only a logging facility, not a timeout on
83426735 2279operations.
29714574
TF
2280.sp
2281Default value: \fB30,000\fR.
2282.RE
2283
3dfb57a3
DB
2284.sp
2285.ne 2
2286.na
2287\fBzio_dva_throttle_enabled\fR (int)
2288.ad
2289.RS 12n
2290Throttle block allocations in the ZIO pipeline. This allows for
2291dynamic allocation distribution when devices are imbalanced.
e815485f
TC
2292When enabled, the maximum number of pending allocations per top-level vdev
2293is limited by \fBzfs_vdev_queue_depth_pct\fR.
3dfb57a3 2294.sp
27f2b90d 2295Default value: \fB1\fR.
3dfb57a3
DB
2296.RE
2297
29714574
TF
2298.sp
2299.ne 2
2300.na
2301\fBzio_requeue_io_start_cut_in_line\fR (int)
2302.ad
2303.RS 12n
2304Prioritize requeued I/O
2305.sp
2306Default value: \fB0\fR.
2307.RE
2308
dcb6bed1
D
2309.sp
2310.ne 2
2311.na
2312\fBzio_taskq_batch_pct\fR (uint)
2313.ad
2314.RS 12n
2315Percentage of online CPUs (or CPU cores, etc) which will run a worker thread
2316for IO. These workers are responsible for IO work such as compression and
2317checksum calculations. Fractional number of CPUs will be rounded down.
2318.sp
2319The default value of 75 was chosen to avoid using all CPUs which can result in
2320latency issues and inconsistent application performance, especially when high
2321compression is enabled.
2322.sp
2323Default value: \fB75\fR.
2324.RE
2325
29714574
TF
2326.sp
2327.ne 2
2328.na
2329\fBzvol_inhibit_dev\fR (uint)
2330.ad
2331.RS 12n
83426735
D
2332Do not create zvol device nodes. This may slightly improve startup time on
2333systems with a very large number of zvols.
29714574
TF
2334.sp
2335Use \fB1\fR for yes and \fB0\fR for no (default).
2336.RE
2337
2338.sp
2339.ne 2
2340.na
2341\fBzvol_major\fR (uint)
2342.ad
2343.RS 12n
83426735 2344Major number for zvol block devices
29714574
TF
2345.sp
2346Default value: \fB230\fR.
2347.RE
2348
2349.sp
2350.ne 2
2351.na
2352\fBzvol_max_discard_blocks\fR (ulong)
2353.ad
2354.RS 12n
83426735
D
2355Discard (aka TRIM) operations done on zvols will be done in batches of this
2356many blocks, where block size is determined by the \fBvolblocksize\fR property
2357of a zvol.
29714574
TF
2358.sp
2359Default value: \fB16,384\fR.
2360.RE
2361
9965059a
BB
2362.sp
2363.ne 2
2364.na
2365\fBzvol_prefetch_bytes\fR (uint)
2366.ad
2367.RS 12n
2368When adding a zvol to the system prefetch \fBzvol_prefetch_bytes\fR
2369from the start and end of the volume. Prefetching these regions
2370of the volume is desirable because they are likely to be accessed
2371immediately by \fBblkid(8)\fR or by the kernel scanning for a partition
2372table.
2373.sp
2374Default value: \fB131,072\fR.
2375.RE
2376
692e55b8
CC
2377.sp
2378.ne 2
2379.na
2380\fBzvol_request_sync\fR (uint)
2381.ad
2382.RS 12n
2383When processing I/O requests for a zvol submit them synchronously. This
2384effectively limits the queue depth to 1 for each I/O submitter. When set
2385to 0 requests are handled asynchronously by a thread pool. The number of
2386requests which can be handled concurrently is controller by \fBzvol_threads\fR.
2387.sp
8fa5250f 2388Default value: \fB0\fR.
692e55b8
CC
2389.RE
2390
2391.sp
2392.ne 2
2393.na
2394\fBzvol_threads\fR (uint)
2395.ad
2396.RS 12n
2397Max number of threads which can handle zvol I/O requests concurrently.
2398.sp
2399Default value: \fB32\fR.
2400.RE
2401
cf8738d8 2402.sp
2403.ne 2
2404.na
2405\fBzvol_volmode\fR (uint)
2406.ad
2407.RS 12n
2408Defines zvol block devices behaviour when \fBvolmode\fR is set to \fBdefault\fR.
2409Valid values are \fB1\fR (full), \fB2\fR (dev) and \fB3\fR (none).
2410.sp
2411Default value: \fB1\fR.
2412.RE
2413
39ccc909 2414.sp
2415.ne 2
2416.na
2417\fBzfs_qat_disable\fR (int)
2418.ad
2419.RS 12n
cf637391
TC
2420This tunable disables qat hardware acceleration for gzip compression and.
2421AES-GCM encryption. It is available only if qat acceleration is compiled in
2422and the qat driver is present.
39ccc909 2423.sp
2424Use \fB1\fR for yes and \fB0\fR for no (default).
2425.RE
2426
e8b96c60
MA
2427.SH ZFS I/O SCHEDULER
2428ZFS issues I/O operations to leaf vdevs to satisfy and complete I/Os.
2429The I/O scheduler determines when and in what order those operations are
2430issued. The I/O scheduler divides operations into five I/O classes
2431prioritized in the following order: sync read, sync write, async read,
2432async write, and scrub/resilver. Each queue defines the minimum and
2433maximum number of concurrent operations that may be issued to the
2434device. In addition, the device has an aggregate maximum,
2435\fBzfs_vdev_max_active\fR. Note that the sum of the per-queue minimums
2436must not exceed the aggregate maximum. If the sum of the per-queue
2437maximums exceeds the aggregate maximum, then the number of active I/Os
2438may reach \fBzfs_vdev_max_active\fR, in which case no further I/Os will
2439be issued regardless of whether all per-queue minimums have been met.
2440.sp
2441For many physical devices, throughput increases with the number of
2442concurrent operations, but latency typically suffers. Further, physical
2443devices typically have a limit at which more concurrent operations have no
2444effect on throughput or can actually cause it to decrease.
2445.sp
2446The scheduler selects the next operation to issue by first looking for an
2447I/O class whose minimum has not been satisfied. Once all are satisfied and
2448the aggregate maximum has not been hit, the scheduler looks for classes
2449whose maximum has not been satisfied. Iteration through the I/O classes is
2450done in the order specified above. No further operations are issued if the
2451aggregate maximum number of concurrent operations has been hit or if there
2452are no operations queued for an I/O class that has not hit its maximum.
2453Every time an I/O is queued or an operation completes, the I/O scheduler
2454looks for new operations to issue.
2455.sp
2456In general, smaller max_active's will lead to lower latency of synchronous
2457operations. Larger max_active's may lead to higher overall throughput,
2458depending on underlying storage.
2459.sp
2460The ratio of the queues' max_actives determines the balance of performance
2461between reads, writes, and scrubs. E.g., increasing
2462\fBzfs_vdev_scrub_max_active\fR will cause the scrub or resilver to complete
2463more quickly, but reads and writes to have higher latency and lower throughput.
2464.sp
2465All I/O classes have a fixed maximum number of outstanding operations
2466except for the async write class. Asynchronous writes represent the data
2467that is committed to stable storage during the syncing stage for
2468transaction groups. Transaction groups enter the syncing state
2469periodically so the number of queued async writes will quickly burst up
2470and then bleed down to zero. Rather than servicing them as quickly as
2471possible, the I/O scheduler changes the maximum number of active async
2472write I/Os according to the amount of dirty data in the pool. Since
2473both throughput and latency typically increase with the number of
2474concurrent operations issued to physical devices, reducing the
2475burstiness in the number of concurrent operations also stabilizes the
2476response time of operations from other -- and in particular synchronous
2477-- queues. In broad strokes, the I/O scheduler will issue more
2478concurrent operations from the async write queue as there's more dirty
2479data in the pool.
2480.sp
2481Async Writes
2482.sp
2483The number of concurrent operations issued for the async write I/O class
2484follows a piece-wise linear function defined by a few adjustable points.
2485.nf
2486
2487 | o---------| <-- zfs_vdev_async_write_max_active
2488 ^ | /^ |
2489 | | / | |
2490active | / | |
2491 I/O | / | |
2492count | / | |
2493 | / | |
2494 |-------o | | <-- zfs_vdev_async_write_min_active
2495 0|_______^______|_________|
2496 0% | | 100% of zfs_dirty_data_max
2497 | |
2498 | `-- zfs_vdev_async_write_active_max_dirty_percent
2499 `--------- zfs_vdev_async_write_active_min_dirty_percent
2500
2501.fi
2502Until the amount of dirty data exceeds a minimum percentage of the dirty
2503data allowed in the pool, the I/O scheduler will limit the number of
2504concurrent operations to the minimum. As that threshold is crossed, the
2505number of concurrent operations issued increases linearly to the maximum at
2506the specified maximum percentage of the dirty data allowed in the pool.
2507.sp
2508Ideally, the amount of dirty data on a busy pool will stay in the sloped
2509part of the function between \fBzfs_vdev_async_write_active_min_dirty_percent\fR
2510and \fBzfs_vdev_async_write_active_max_dirty_percent\fR. If it exceeds the
2511maximum percentage, this indicates that the rate of incoming data is
2512greater than the rate that the backend storage can handle. In this case, we
2513must further throttle incoming writes, as described in the next section.
2514
2515.SH ZFS TRANSACTION DELAY
2516We delay transactions when we've determined that the backend storage
2517isn't able to accommodate the rate of incoming writes.
2518.sp
2519If there is already a transaction waiting, we delay relative to when
2520that transaction will finish waiting. This way the calculated delay time
2521is independent of the number of threads concurrently executing
2522transactions.
2523.sp
2524If we are the only waiter, wait relative to when the transaction
2525started, rather than the current time. This credits the transaction for
2526"time already served", e.g. reading indirect blocks.
2527.sp
2528The minimum time for a transaction to take is calculated as:
2529.nf
2530 min_time = zfs_delay_scale * (dirty - min) / (max - dirty)
2531 min_time is then capped at 100 milliseconds.
2532.fi
2533.sp
2534The delay has two degrees of freedom that can be adjusted via tunables. The
2535percentage of dirty data at which we start to delay is defined by
2536\fBzfs_delay_min_dirty_percent\fR. This should typically be at or above
2537\fBzfs_vdev_async_write_active_max_dirty_percent\fR so that we only start to
2538delay after writing at full speed has failed to keep up with the incoming write
2539rate. The scale of the curve is defined by \fBzfs_delay_scale\fR. Roughly speaking,
2540this variable determines the amount of delay at the midpoint of the curve.
2541.sp
2542.nf
2543delay
2544 10ms +-------------------------------------------------------------*+
2545 | *|
2546 9ms + *+
2547 | *|
2548 8ms + *+
2549 | * |
2550 7ms + * +
2551 | * |
2552 6ms + * +
2553 | * |
2554 5ms + * +
2555 | * |
2556 4ms + * +
2557 | * |
2558 3ms + * +
2559 | * |
2560 2ms + (midpoint) * +
2561 | | ** |
2562 1ms + v *** +
2563 | zfs_delay_scale ----------> ******** |
2564 0 +-------------------------------------*********----------------+
2565 0% <- zfs_dirty_data_max -> 100%
2566.fi
2567.sp
2568Note that since the delay is added to the outstanding time remaining on the
2569most recent transaction, the delay is effectively the inverse of IOPS.
2570Here the midpoint of 500us translates to 2000 IOPS. The shape of the curve
2571was chosen such that small changes in the amount of accumulated dirty data
2572in the first 3/4 of the curve yield relatively small differences in the
2573amount of delay.
2574.sp
2575The effects can be easier to understand when the amount of delay is
2576represented on a log scale:
2577.sp
2578.nf
2579delay
2580100ms +-------------------------------------------------------------++
2581 + +
2582 | |
2583 + *+
2584 10ms + *+
2585 + ** +
2586 | (midpoint) ** |
2587 + | ** +
2588 1ms + v **** +
2589 + zfs_delay_scale ----------> ***** +
2590 | **** |
2591 + **** +
2592100us + ** +
2593 + * +
2594 | * |
2595 + * +
2596 10us + * +
2597 + +
2598 | |
2599 + +
2600 +--------------------------------------------------------------+
2601 0% <- zfs_dirty_data_max -> 100%
2602.fi
2603.sp
2604Note here that only as the amount of dirty data approaches its limit does
2605the delay start to increase rapidly. The goal of a properly tuned system
2606should be to keep the amount of dirty data out of that range by first
2607ensuring that the appropriate limits are set for the I/O scheduler to reach
2608optimal throughput on the backend storage, and then by changing the value
2609of \fBzfs_delay_scale\fR to increase the steepness of the curve.