Re: BLAKE3 unstability?
- In reply to: Evgeniy Khramtsov : "Re: BLAKE3 unstability?"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Jul 2022 18:04:47 UTC
On Sat, Jul 9, 2022 at 11:57 AM Evgeniy Khramtsov <evgeniy@khramtsov.org> wrote: > 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 > OK. I'll leave it to the OpenZFS folks then. The boot path isn't involved in this at all :) Thanks for the reproducer. Warner