]> git.proxmox.com Git - mirror_zfs.git/commit - man/man5/zfs-module-parameters.5
Adjust ARC prefetch tunables to match docs
authorTom Caputi <tcaputi@datto.com>
Tue, 6 Feb 2018 00:57:53 +0000 (19:57 -0500)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 6 Feb 2018 00:57:53 +0000 (16:57 -0800)
commit2b84817f66468da11d5c4373602a0044af46b572
tree92a7a4b2eae1e34b18ebafd15f20b03b79fcc793
parent60b82074968e8503bedf35bf2d3e975a1867177e
Adjust ARC prefetch tunables to match docs

Currently, the ARC exposes 2 tunables (zfs_arc_min_prefetch_ms
and zfs_arc_min_prescient_prefetch_ms) which are documented
to be specified in milliseconds. However, the code actually
uses the values as though they were in seconds. This patch
adjusts the code to match the names and documentation of the
tunables.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Giuseppe Di Natale <dinatale2@llnl.gov>
Reviewed by: George Melikov <mail@gmelikov.ru>
Signed-off-by: Tom Caputi <tcaputi@datto.com>
Closes #7126
man/man5/zfs-module-parameters.5
module/zfs/arc.c