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