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