https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195061
--- Comment #12 from Robert Sevat <[email protected]> --- On the 10.1-rc3 virtual machine, I've just checked out: /base/releng/10.1 then applied: https://bugs.freebsd.org/bugzilla/attachment.cgi?id=149495&action=diff then build a new kernel and rebooted. I've then tried to reproduce it: dd if=/dev/zero of=/tmp/test.bin bs=1G count=1 zpool create test /tmp/test.bin works as expected. No kernel panic. root@:/tmp # zpool create test /tmp/test.bin root@:/tmp # zpool status pool: test state: ONLINE scan: none requested config: NAME STATE READ WRITE CKSUM test ONLINE 0 0 0 /tmp/test.bin ONLINE 0 0 0 errors: No known data errors Thanks for fixing it! -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
