ZFS patches.
    Weldon S Godfrey 3 
    weldon at excelsus.com
       
    Wed Aug 20 18:43:39 UTC 2008
    
    
  
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.
    
    
More information about the freebsd-fs
mailing list