diff options
author | Allan Jude <allanjude@FreeBSD.org> | 2020-06-19 17:59:55 +0000 |
---|---|---|
committer | Allan Jude <allanjude@FreeBSD.org> | 2020-06-19 17:59:55 +0000 |
commit | 9598fc63e6ff264b11437c546e9e9afcd6492901 (patch) | |
tree | 0a2928dc0482ab5adf1852c4f7f0e4f8911bdc59 /cddl/contrib/opensolaris/cmd/zpool/zpool-features.7 | |
parent | 7f8437c3531f0afc8bc65023871be2e64c4e2195 (diff) | |
download | src-9598fc63e6ff264b11437c546e9e9afcd6492901.tar.gz src-9598fc63e6ff264b11437c546e9e9afcd6492901.zip |
ZFS: Allow setting checksum=skein on boot pools
PR: 245889
Reported by: delphij
Sponsored by: Klara Inc.
Notes
Notes:
svn path=/head/; revision=362396
Diffstat (limited to 'cddl/contrib/opensolaris/cmd/zpool/zpool-features.7')
-rw-r--r-- | cddl/contrib/opensolaris/cmd/zpool/zpool-features.7 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cddl/contrib/opensolaris/cmd/zpool/zpool-features.7 b/cddl/contrib/opensolaris/cmd/zpool/zpool-features.7 index b40bf9b5b1c7..6fe0c18d4759 100644 --- a/cddl/contrib/opensolaris/cmd/zpool/zpool-features.7 +++ b/cddl/contrib/opensolaris/cmd/zpool/zpool-features.7 @@ -632,6 +632,9 @@ and will return to being once all filesystems that have ever had their checksum set to .Sy skein are destroyed. +Booting off of pools using +.Sy skein +is supported. .It Sy allocation_classes .Bl -column "READ\-ONLY COMPATIBLE" "com.intel:allocation_classes" .It GUID Ta com.intel:allocation_classes |