From owner-freebsd-fs@FreeBSD.ORG Tue May 26 16:51:36 2009 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 35B6310656C9 for ; Tue, 26 May 2009 16:51:36 +0000 (UTC) (envelope-from gallasch@free.de) Received: from smtp.free.de (smtp.free.de [91.204.6.103]) by mx1.freebsd.org (Postfix) with ESMTP id 928388FC0A for ; Tue, 26 May 2009 16:51:35 +0000 (UTC) (envelope-from gallasch@free.de) Received: (qmail 69819 invoked from network); 26 May 2009 18:51:33 +0200 Received: from smtp.free.de (HELO orwell.free.de) (gallasch@free.de@[91.204.4.103]) (envelope-sender ) by smtp.free.de (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 26 May 2009 18:51:33 +0200 Message-ID: <4A1C1E15.3080300@free.de> Date: Tue, 26 May 2009 18:51:33 +0200 From: Kai Gallasch User-Agent: Thunderbird 2.0.0.21 (Macintosh/20090302) MIME-Version: 1.0 To: freebsd-fs@freebsd.org References: <3c1674c90905151628h183cb1c2t8941843f8a828d4f@mail.gmail.com> In-Reply-To: <3c1674c90905151628h183cb1c2t8941843f8a828d4f@mail.gmail.com> X-Enigmail-Version: 0.95.7 OpenPGP: id=1254A186; url=http://home.free.de/kai/1254A186.asc Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: RFT: ZFS MFC 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: Tue, 26 May 2009 16:51:37 -0000 Kip Macy wrote: > I've MFC'd ZFS v13 to RELENG_7 in a work branch. Please test if you can. > > http://svn.freebsd.org/base/user/kmacy/ZFS_MFC/ > > The standard disclaimers apply. This has only been lightly tested in a > VM. Please do not use it with data you care about at this time. > Hi. http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/cddl/contrib/opensolaris/common/zfs/zfs_prop.c So ZFS v13 is now part of RELENG_7 MAIN. Did you receive any negative feedback until now? zpool upgrade: Should a ZFS v6 pool be upgraded through 'zpool upgrade' while in use? loader.conf: My old loader.conf (7.2-STABLE-amd64) settings for zfs: vm.kmem_size="3072M" vm.kmem_size_max="3072M" vfs.zfs.arc_min="120795878" vfs.zfs.arc_max="2899101078" # more stability? vfs.zfs.prefetch_disable=1 Is there a need to keep the old (painfully found :) known to work settings when upgrading from ZFS v6 to v13 on RELENG_7, because in your commit message I read: "- the arc now experiences backpressure from the vm (which can be too much - but this allows ZFS to work without any tunables on amd64)" Thanks for MFC'ing v13 for RELENG_7 !! --Kai.