aboutsummaryrefslogtreecommitdiff
path: root/cddl/contrib/opensolaris/cmd/zfs/zfs.8
diff options
context:
space:
mode:
authorAllan Jude <allanjude@FreeBSD.org>2016-06-01 03:36:31 +0000
committerAllan Jude <allanjude@FreeBSD.org>2016-06-01 03:36:31 +0000
commit00efa805e9e9d956d7dc279b6777588b83e5413a (patch)
treeeb5e1a03dba189bb49f93a2e31f781e7f89c7bf2 /cddl/contrib/opensolaris/cmd/zfs/zfs.8
parent193232716de995d33f16e3aad8df340ee7c76de1 (diff)
downloadsrc-00efa805e9e9d956d7dc279b6777588b83e5413a.tar.gz
src-00efa805e9e9d956d7dc279b6777588b83e5413a.zip
Update zfs(8) and zpool-features(7) man pages with new hashing algorithms
Sponsored by: ScaleEngine Inc.
Notes
Notes: svn path=/head/; revision=301096
Diffstat (limited to 'cddl/contrib/opensolaris/cmd/zfs/zfs.8')
-rw-r--r--cddl/contrib/opensolaris/cmd/zfs/zfs.816
1 files changed, 13 insertions, 3 deletions
diff --git a/cddl/contrib/opensolaris/cmd/zfs/zfs.8 b/cddl/contrib/opensolaris/cmd/zfs/zfs.8
index dedfc0a31c03..2b741207d978 100644
--- a/cddl/contrib/opensolaris/cmd/zfs/zfs.8
+++ b/cddl/contrib/opensolaris/cmd/zfs/zfs.8
@@ -31,7 +31,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd October 24, 2015
+.Dd May 31, 2016
.Dt ZFS 8
.Os
.Sh NAME
@@ -940,7 +940,7 @@ command or unmounted by the
command.
.Pp
This property is not inherited.
-.It Sy checksum Ns = Ns Cm on | off | fletcher2 | fletcher4 | sha256 | noparity
+.It Sy checksum Ns = Ns Cm on | off | fletcher2 | fletcher4 | sha256 | noparity | sha512 | skein
Controls the checksum used to verify data integrity. The default value is
.Cm on ,
which automatically selects an appropriate algorithm (currently,
@@ -957,6 +957,16 @@ not be used by any other dataset.
Disabling checksums is
.Em NOT
a recommended practice.
+The
+.Sy sha512 ,
+and
+.Sy skein
+checksum algorithms require enabling the appropriate features on the pool.
+Please see
+.Xr zpool-features 7
+for more information on these algorithms.
+.Pp
+Changing this property affects only newly-written data.
.It Sy compression Ns = Ns Cm on | off | lzjb | gzip | gzip- Ns Ar N | Cm zle | Cm lz4
Controls the compression algorithm used for this dataset.
Setting compression to
@@ -1036,7 +1046,7 @@ Changing this property only affects newly-written data. Therefore, set this
property at file system creation time by using the
.Fl o Cm copies= Ns Ar N
option.
-.It Sy dedup Ns = Ns Cm on | off | verify | sha256 Ns Op Cm ,verify
+.It Sy dedup Ns = Ns Cm on | off | verify | sha256 Ns Oo Cm ,verify Oc | Sy sha512 Ns Oo Cm ,verify Oc | Sy skein Ns Oo Cm ,verify Oc
Configures deduplication for a dataset. The default value is
.Cm off .
The default deduplication checksum is