diff options
author | Yuri Pankov <[email protected]> | 2017-12-06 08:19:31 +0300 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2018-01-11 13:53:04 -0800 |
commit | bcb1a8a25e4ee9a94478378710de53b45a9b1517 (patch) | |
tree | 855c46755f79b1253220b47b96371a58f1b6cdc1 /man/man8/zfs.8 | |
parent | 8198c57b21d5e503f7e72221aa714aaabb2079cc (diff) |
OpenZFS 8898 - creating fs with checksum=skein on the boot pools fails ungracefully
Authored by: Yuri Pankov <[email protected]>
Reviewed by: Toomas Soome <[email protected]>
Reviewed by: Andy Stormont <[email protected]>
Reviewed-by: George Melikov <[email protected]>
Approved by: Dan McDonald <[email protected]>
Ported-by: Brian Behlendorf <[email protected]>
OpenZFS-issue: https://www.illumos.org/issues/8898
OpenZFS-commit: https://github.com/openzfs/openzfs/commit/9fa2266d9a
Closes #7031
Diffstat (limited to 'man/man8/zfs.8')
-rw-r--r-- | man/man8/zfs.8 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/man/man8/zfs.8 b/man/man8/zfs.8 index 46b0a5130..85f510d36 100644 --- a/man/man8/zfs.8 +++ b/man/man8/zfs.8 @@ -29,7 +29,7 @@ .\" Copyright 2016 Richard Laager. All rights reserved. .\" Copyright 2017 Nexenta Systems, Inc. .\" -.Dd June 28, 2017 +.Dd January 10, 2018 .Dt ZFS 8 SMM .Os Linux .Sh NAME @@ -1099,6 +1099,10 @@ Please see for more information on these algorithms. .Pp Changing this property affects only newly-written data. +.Pp +Salted checksum algorithms +.Pq Cm edonr , skein +are currently not supported for any filesystem on the boot pools. .It Xo .Sy compression Ns = Ns Sy on Ns | Ns Sy off Ns | Ns Sy gzip Ns | Ns .Sy gzip- Ns Em N Ns | Ns Sy lz4 Ns | Ns Sy lzjb Ns | Ns Sy zle |