[Bug 195061] Reproducable kernel panic on 10.1-Release when creating a zfs pool

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Nov 16 21:57:18 UTC 2014


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

--- Comment #12 from Robert Sevat <robert at indylix.nl> ---
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.


More information about the freebsd-bugs mailing list