diff options
author | George Wilson <[email protected]> | 2015-03-27 15:31:52 +1100 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2015-03-27 15:02:50 -0700 |
commit | b738bc5a0f8ccd0281ed06831c34fbe31d2b2138 (patch) | |
tree | c2ad7d09ed96692b2f52b65007710e5bc725c554 /man | |
parent | ee2f17aa2af3d8620470c3bbbe6f9dac9449d546 (diff) |
Illumos 5694 - traverse_prefetcher does not prefetch enough
5694 traverse_prefetcher does not prefetch enough
Reviewed by: Matthew Ahrens <[email protected]>
Reviewed by: Alex Reece <[email protected]>
Reviewed by: Christopher Siden <[email protected]>
Reviewed by: Josef 'Jeff' Sipek <[email protected]>
Reviewed by: Bayard Bell <[email protected]>
Approved by: Garrett D'Amore <[email protected]>
References:
https://www.illumos.org/issues/5694
https://github.com/illumos/illumos-gate/commit/34d7ce05
Ported-by: Chris Dunlop <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #3230
Diffstat (limited to 'man')
-rw-r--r-- | man/man5/zfs-module-parameters.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man5/zfs-module-parameters.5 b/man/man5/zfs-module-parameters.5 index 9a3e2149a..783d3532e 100644 --- a/man/man5/zfs-module-parameters.5 +++ b/man/man5/zfs-module-parameters.5 @@ -1058,10 +1058,10 @@ Use \fB1\fR for yes (default) and \fB0\fR to disable. .sp .ne 2 .na -\fBzfs_pd_blks_max\fR (int) +\fBzfs_pd_bytes_max\fR (int) .ad .RS 12n -Max number of blocks to prefetch +The number of bytes which should be prefetched. .sp Default value: \fB100\fR. .RE |