From owner-freebsd-current@FreeBSD.ORG Mon Aug 4 11:10:36 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F1045106566C for ; Mon, 4 Aug 2008 11:10:36 +0000 (UTC) (envelope-from randy@psg.com) Received: from rip.psg.com (rip.psg.com [IPv6:2001:418:1::39]) by mx1.freebsd.org (Postfix) with ESMTP id D6E3A8FC12 for ; Mon, 4 Aug 2008 11:10:36 +0000 (UTC) (envelope-from randy@psg.com) Received: from 50.216.138.210.bn.2iij.net ([210.138.216.50] helo=rmac.psg.com) by rip.psg.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1KPxxU-000A7O-JL; Mon, 04 Aug 2008 11:10:36 +0000 Message-ID: <4896E3AB.6050300@psg.com> Date: Mon, 04 Aug 2008 20:10:35 +0900 From: Randy Bush User-Agent: Thunderbird 2.0.0.16 (Macintosh/20080707) MIME-Version: 1.0 To: Randy Bush References: <20080727125413.GG1345@garage.freebsd.pl> <1217338852.10413.1.camel@dingo-laptop> <488F2078.708@psg.com> <200807300740.54428.duncan.young@pobox.com> <48968068.1070204@psg.com> In-Reply-To: <48968068.1070204@psg.com> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: ZFS patches. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Aug 2008 11:10:37 -0000 Randy Bush wrote: > happily running server am64 with zfs > cvsupped 28 july > applied patch > rebuilt kernel, world, ... > rebooted single luser > > :/> /etc/rc.d/hostid start > Setting hostuuid: 7634a964-b127-0430-c299-00304891d708. > Setting hostid: 0xeebf67d9. > :/> /etc/rc.d/zfs start > internal error: out of memory > internal error: out of memory > internal error: out of memory > internal error: out of memory > :/> cd /boot > :/boot> cat loader.conf.local > # zfs > vm.kmem_size=1536M > vm.kmem_size_max=1536M > vfs.zfs.arc_min=16M > vfs.zfs.arc_max=64M > vfs.zfs.prefetch_disable=1 > zfs_load=YES > # for the record for all mountpoints in tank do mount -t zfs -rw tank/foo /foo randy