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