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