aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorAndriy Gapon <avg@FreeBSD.org>2017-04-14 17:46:40 +0000
committerAndriy Gapon <avg@FreeBSD.org>2017-04-14 17:46:40 +0000
commitcc685b610ad8cb66e85eb7b6c1d88d3634f0d855 (patch)
tree6b346a1e874b6313ba5ca1fde5b38f417d2f4b7b /man
parent7ecf4767d4b56e0353b84dc2549851344d954213 (diff)
downloadsrc-cc685b610ad8cb66e85eb7b6c1d88d3634f0d855.tar.gz
src-cc685b610ad8cb66e85eb7b6c1d88d3634f0d855.zip
missing zfs.1m changes from r289310
Notes
Notes: svn path=/vendor/illumos/dist/; revision=316880
Diffstat (limited to 'man')
-rw-r--r--man/man1m/zfs.1m13
1 files changed, 12 insertions, 1 deletions
diff --git a/man/man1m/zfs.1m b/man/man1m/zfs.1m
index 1e19be84f63e..d5edce0b9b68 100644
--- a/man/man1m/zfs.1m
+++ b/man/man1m/zfs.1m
@@ -908,7 +908,8 @@ command.
This property is not inherited.
.It Xo
.Sy checksum Ns = Ns Sy on Ns | Ns Sy off Ns | Ns Sy fletcher2 Ns | Ns
-.Sy fletcher4 Ns | Ns Sy sha256 Ns | Ns Sy noparity
+.Sy fletcher4 Ns | Ns Sy sha256 Ns | Ns Sy noparity Ns | Ns
+.Sy sha512 Ns | Ns Sy skein Ns | Ns Sy edonr
.Xc
Controls the checksum used to verify data integrity. The default value is
.Sy on ,
@@ -927,6 +928,16 @@ should not be used by any other dataset. Disabling checksums is
.Sy NOT
a recommended practice.
.Pp
+The
+.Sy sha512 ,
+.Sy skein ,
+and
+.Sy edonr
+checksum algorithms require enabling the appropriate features on the
+pool. Please see
+.Xr zpool-features 5
+for more information on these algorithms.
+.Pp
Changing this property affects only newly-written data.
.It Xo
.Sy compression Ns = Ns Sy on Ns | Ns Sy off Ns | Ns Sy gzip Ns | Ns