diff options
author | Alexander Motin <mav@FreeBSD.org> | 2018-01-21 23:57:41 +0000 |
---|---|---|
committer | Alexander Motin <mav@FreeBSD.org> | 2018-01-21 23:57:41 +0000 |
commit | 4c30fea80949c0e11b7fee948c29f59d73653ac4 (patch) | |
tree | 9be77771f8175fb92732a404a48dcf41300fec1f /man | |
parent | adbaf378293ad9762b2d9ad2725e11ae8144ea58 (diff) | |
download | src-4c30fea80949c0e11b7fee948c29f59d73653ac4.tar.gz src-4c30fea80949c0e11b7fee948c29f59d73653ac4.zip |
8898 creating fs with checksum=skein on the boot pools fails ungracefully
illumos/illumos-gate@9fa2266d9a78b8366e1cd2d5f050e8b5e37d558c
https://www.illumos.org/issues/8898:
# zfs create -o checksum=skein rpool/test
internal error: Result too large
Abort (core dumped)
Not a big deal per se, but should be handled correctly.
Also reported as: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222199
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Andy Stormont <astormont@racktopsystems.com>
Approved by: Dan McDonald <danmcd@joyent.com>
Author: Yuri Pankov <yuri.pankov@nexenta.com>
Notes
Notes:
svn path=/vendor/illumos/dist/; revision=328233
Diffstat (limited to 'man')
-rw-r--r-- | man/man1m/zfs.1m | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/man/man1m/zfs.1m b/man/man1m/zfs.1m index 6f138940b293..ba429a5dd297 100644 --- a/man/man1m/zfs.1m +++ b/man/man1m/zfs.1m @@ -28,7 +28,7 @@ .\" Copyright (c) 2014 Integros [integros.com] .\" Copyright 2017 Nexenta Systems, Inc. .\" -.Dd September 16, 2016 +.Dd December 6, 2017 .Dt ZFS 1M .Os .Sh NAME @@ -997,6 +997,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 |