[Bug 236504] [gmirror][UFS2] "Superblock check-hash failed" messages seen

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Mar 21 11:43:04 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236504

--- Comment #11 from Peter Holm <pho at FreeBSD.org> ---
The test uses a memory disk.
This is basically what the test does:

for i in `jot 8`; do
        while [ -f $cont ]; do
                for u in md${u1}p2 md${u1}p3; do
                        gmirror forget test
                        gmirror remove test $u
                        gmirror insert test $u
                done 2>/dev/null
        done &
done

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-fs mailing list