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