Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Nov 2014 21:57:18 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 195061] Reproducable kernel panic on 10.1-Release when creating a zfs pool
Message-ID:  <bug-195061-8-EDY5ehPNV4@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-195061-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-195061-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195061

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-195061-8-EDY5ehPNV4>