Date: Sat, 9 Jul 2022 17:56:05 +0000 From: Evgeniy Khramtsov <evgeniy@khramtsov.org> To: FreeBSD -CURRENT <FreeBSD-CURRENT@FreeBSD.org> Subject: Re: BLAKE3 unstability? Message-ID: <20220709175605.ofkoft2mglrkaqpf@vax.khramtsov.org> In-Reply-To: <20220709162640.7my2bq6rax5npdhf@vax.khramtsov.org> References: <20220709162640.7my2bq6rax5npdhf@vax.khramtsov.org>
next in thread | previous in thread | raw e-mail | index | archive | help
I can reproduce via: $ truncate -s 10G /tmp/test $ mdconfig -f /tmp/test -S 4096 $ zpool create test /dev/md1 $ zfs create -o checksum=blake3 test/b $ dd if=/dev/random of=/test/b/noise bs=1M count=4096 $ sync $ zpool scrub test $ zpool status
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20220709175605.ofkoft2mglrkaqpf>