From owner-freebsd-current@FreeBSD.ORG Fri Nov 21 22:00:33 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 B88501065670 for ; Fri, 21 Nov 2008 22:00:33 +0000 (UTC) (envelope-from cryx-freebsd@h3q.com) Received: from mail.h3q.com (mail.h3q.com [213.73.89.199]) by mx1.freebsd.org (Postfix) with ESMTP id 0CB048FC08 for ; Fri, 21 Nov 2008 22:00:32 +0000 (UTC) (envelope-from cryx-freebsd@h3q.com) Received: (qmail 12414 invoked from network); 21 Nov 2008 21:33:50 -0000 Received: from unknown (HELO goa.local) (smtpsend@85.179.31.172) by mail.h3q.com with AES256-SHA encrypted SMTP; 21 Nov 2008 21:33:50 -0000 Message-ID: <4927293E.6000704@h3q.com> Date: Fri, 21 Nov 2008 22:33:50 +0100 From: Philipp Wuensche User-Agent: Thunderbird 2.0.0.18 (Macintosh/20081105) MIME-Version: 1.0 To: freebsd-current@freebsd.org References: <20081117205526.GC1733@garage.freebsd.pl> <200811200015.54319.Thomas.Sparrevohn@btinternet.com> <200811212116.17948.Thomas.Sparrevohn@btinternet.com> In-Reply-To: <200811212116.17948.Thomas.Sparrevohn@btinternet.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: HEADS UP: New ZFS in the tree. 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: Fri, 21 Nov 2008 22:00:33 -0000 Thomas Sparrevohn wrote: > > Yes it works if you have either created a new pool or made sure that all mountpoints have > the version=3 flag set > > What got me is that zpool upgrade does not change the version of the mountpoints e.g. > they stay version 1 > > so a simple > > foreach i (`zfs list -H -t filesystem -o name `) > zfs set version=3 > end Just do zfs upgrade -r tank greetings, philipp