diff options
author | wli5 <[email protected]> | 2017-03-28 03:33:57 +0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2017-03-27 12:33:57 -0700 |
commit | 39ccc909677b3e13c05ec7942a3219a1565f1d44 (patch) | |
tree | dbf37a30d6c5d324a0f9da965790650b40ada861 /man | |
parent | 06480b2790e4a07fefa5a2bbaaf1e26d1eb00d33 (diff) |
Update documentation for new parameter "zfs_qat_disable"
Update documentation in zfs-module-parameters.5 for new
parameter "zfs_qat_disable" which was introduced by #5846.
Reviewed-by: George Melikov <[email protected]>
Reviewed-by: Giuseppe Di Natale <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Weigang Li <[email protected]>
Closes #5914
Diffstat (limited to 'man')
-rw-r--r-- | man/man5/zfs-module-parameters.5 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/man/man5/zfs-module-parameters.5 b/man/man5/zfs-module-parameters.5 index ca92af551..1ab43cc06 100644 --- a/man/man5/zfs-module-parameters.5 +++ b/man/man5/zfs-module-parameters.5 @@ -2004,6 +2004,19 @@ table. Default value: \fB131,072\fR. .RE +.sp +.ne 2 +.na +\fBzfs_qat_disable\fR (int) +.ad +.RS 12n +This tunable disables qat hardware acceleration for gzip compression. +It is available only if qat acceleration is compiled in and qat driver +is present. +.sp +Use \fB1\fR for yes and \fB0\fR for no (default). +.RE + .SH ZFS I/O SCHEDULER ZFS issues I/O operations to leaf vdevs to satisfy and complete I/Os. The I/O scheduler determines when and in what order those operations are |