You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1.zfs -b 32k -V 20gb pool/tst
2.zfs list
3.
What is the expected output? What do you see instead?
no panics,
What version of the product are you using? On what operating system?
10.6.8
Please provide any additional information below.
external JOBD, raidz2
I have to move the zfs.kext to connect the drives without a panic.
Original issue reported on code.google.com by [email protected] on 11 Nov 2011 at 9:34
The text was updated successfully, but these errors were encountered:
Did you try creating your ZFS with default parameters? Such as 'zfs create
pool/test'. Did you boot another operating system, such as a Fedora liveusb
with 'sudo yum install zfs-fuse', to see if the zpool will mount?
I have other filesystems on that zpool which work fine. I tryed the volumes
create just to test it. Silly me for doing it on a pool I needed. Being a
programmer I rebuilt the kext with zvol_get_stats disabled and was able to load
the zpool. Tried to destroy the test volume and that failed. Ran zfs with the
debugger and skipped a failing test and was able to destroy the test volume. I
am assuming that the zvol was partly created leaving the zpool in an
inconsistent state. THe zpool seems ok now. I plan to investigate more later
in a safer environment.
Original issue reported on code.google.com by
[email protected]
on 11 Nov 2011 at 9:34The text was updated successfully, but these errors were encountered: