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