From owner-freebsd-fs@FreeBSD.ORG Mon Oct 8 12:42:37 2007 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 36ABB16A420; Mon, 8 Oct 2007 12:42:37 +0000 (UTC) (envelope-from master-list@arcor.de) Received: from mail.i88.de (i88.de [88.198.25.141]) by mx1.freebsd.org (Postfix) with ESMTP id DF45F13C494; Mon, 8 Oct 2007 12:42:36 +0000 (UTC) (envelope-from master-list@arcor.de) Received: from localhost (localhost [127.0.0.1]) by mail.i88.de (Postfix) with ESMTP id D5CB48450C; Mon, 8 Oct 2007 14:26:42 +0200 (CEST) Received: from mail.i88.de ([127.0.0.1]) by localhost (serv.i88.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id q12ieydvO5fI; Mon, 8 Oct 2007 14:26:34 +0200 (CEST) Received: from [192.168.10.13] (p549D6E58.dip.t-dialin.net [84.157.110.88]) by mail.i88.de (Postfix) with ESMTP id CC0DA84507; Mon, 8 Oct 2007 14:26:33 +0200 (CEST) Message-ID: <470A21F8.8030506@arcor.de> Date: Mon, 08 Oct 2007 14:26:32 +0200 From: Micha Mutschler User-Agent: Thunderbird 1.5 (X11/20051201) MIME-Version: 1.0 To: freebsd-fs@freebsd.org, freebsd-current@freebsd.org References: <20071005000046.GC92272@garage.freebsd.pl> In-Reply-To: <20071005000046.GC92272@garage.freebsd.pl> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Re: ZFS kmem_map too small. X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Oct 2007 12:42:37 -0000 Pawel Jakub Dawidek wrote: > If you can still see those panic, please let me know as soon as possible > and try to describe what your workload looks like, how to reproduce it, > etc. I'd really like ZFS to be rock-stable for 7.0 even on i386. > Hi! I was doing a ports rsync from a zfs to /usr/ports (ufs). That worked fine. The crash happend as I started to copy (parallel to the rsync) a huge file from a nfs server to the zfs. For 512 MB RAM I've set: kern.maxvnodes="25000" vfs.zfs.prefetch_disable="1" vfs.zfs.arc_max="52428800" vm.kmem_size_max="402653184" vfs.zfs.zil_disable="1" [root@filer ~]# zpool status pool: xport state: ONLINE scrub: none requested config: NAME STATE READ WRITE CKSUM xport ONLINE 0 0 0 raidz1 ONLINE 0 0 0 ad8 ONLINE 0 0 0 ad9 ONLINE 0 0 0 ad10 ONLINE 0 0 0 ad11 ONLINE 0 0 0 errors: No known data errors [root@filer ~]# [root@filer ~]# zfs list NAME USED AVAIL REFER MOUNTPOINT xport 33.8G 514G 33.6G /xport xport/ports 212M 514G 212M /xport/ports xport/t 26.9K 514G 26.9K /xport/t [root@filer ~]# (I'm using 200709) regarts, Micha Mutschler