Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Aug 2008 14:43:31 -0400 (EDT)
From:      Weldon S Godfrey 3 <weldon@excelsus.com>
To:        Pawel Jakub Dawidek <pjd@freebsd.org>
Cc:        freebsd-fs@freebsd.org, freebsd-current@freebsd.org
Subject:   Re: ZFS patches.
Message-ID:  <20080820143851.D76650@emmett.excelsus.com>
In-Reply-To: <d8a0b7620808200919o635a8ea4k5c47be2894a89cc8@mail.gmail.com>
References:  <20080727125413.GG1345@garage.freebsd.pl> <d8a0b7620808200919o635a8ea4k5c47be2894a89cc8@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help

I installed the latest from 8-HEAD from cvs today, and applied the ZFS 
patches in http://people.freebsd.org/~pjd/patches/zfs_20080727.patch.bz2.

It compiled fine and came up fine.  However, every zfs command yeilds an 
out of memory error:

store1# zpool list
internal error: out of memory
store1# zpool destroy store1-1
internal error: out of memory
store1# zpool status
internal error: out of memory

nothing mounts, I can't create since it says the devices are in use.

loader.conf:
vm.kmem_size_max="16106127360"
vm.kmem_size="1073741824"
kern.maxvnodes="800000"
vfs.zfs.debug="1"
#vfs.zfs.zil_disable="1"
vfs.zfs.prefetch_disable="1"

I verified settings took with sysctl -a.  I 1st tried with zfs zil 
disabled.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080820143851.D76650>