Hi all,
I did a source upgrade to FreeBSD-8.0-release today, and upon booting the new kernel, my ZFS partitions have disappeared.
Kernel and dmesg output are attached.
I have tried it with and without these lines in /boot/loader.conf, but get the same problem:
vm.kmem_size_max="1024M"
vm.kmem_size="1024M"
vfs.zfs.arc_max="100M"
Any hints?? Any other info I can provide?
I did a source upgrade to FreeBSD-8.0-release today, and upon booting the new kernel, my ZFS partitions have disappeared.
Code:
<ROOT@:~># uname -a
FreeBSD relnor.com 8.0-RELEASE FreeBSD 8.0-RELEASE #0 r199960: Mon Nov 30 12:31:08 EST 2009 root@relnor.com:/usr/obj/usr/src/sys/RELNKERN amd64
<ROOT@:~># zfs mount tank/usr/home
internal error: No such process
Abort trap: 6 (core dumped)
<ROOT@:~># zfs list
internal error: out of memory
I have tried it with and without these lines in /boot/loader.conf, but get the same problem:
vm.kmem_size_max="1024M"
vm.kmem_size="1024M"
vfs.zfs.arc_max="100M"
Any hints?? Any other info I can provide?