From c401b72bf18d8254de31007fbcbe8c9bd158480a Mon Sep 17 00:00:00 2001 From: Tino Reichardt Date: Sat, 18 Jun 2022 15:16:40 +0200 Subject: [PATCH] Add BLAKE3 to the Checksums documentation --- docs/Basic Concepts/Checksums.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/Basic Concepts/Checksums.rst b/docs/Basic Concepts/Checksums.rst index 99fddf4..4cad82d 100644 --- a/docs/Basic Concepts/Checksums.rst +++ b/docs/Basic Concepts/Checksums.rst @@ -100,6 +100,14 @@ The checksum algorithm for a dataset can be changed by setting the | | | | ``verify``. | | | | | | +-----------+--------------+------------------------+-------------------------+ +| blake3 | yes | requires pool | salted | +| | | feature | ``blake3`` | +| | | ``org.openzfs:blake3`` | currently not | +| | | | supported for | +| | | | any filesystem | +| | | | on the boot | +| | | | pools | ++-----------+--------------+------------------------+-------------------------+ Checksum Accelerators ^^^^^^^^^^^^^^^^^^^^^ @@ -121,6 +129,7 @@ parameters. Checksum Results Filename ``zfs`` module parameter ========= ==================================== ======================== Fletcher4 /proc/spl/kstat/zfs/fletcher_4_bench zfs_fletcher_4_impl +all-other /proc/spl/kstat/zfs/chksum_bench icp_blake3_impl ========= ==================================== ======================== Disabling Checksums