From owner-freebsd-current@FreeBSD.ORG Fri Nov 21 22:43:16 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 31A371065709 for ; Fri, 21 Nov 2008 22:43:16 +0000 (UTC) (envelope-from Thomas.Sparrevohn@btinternet.com) Received: from smtp811.mail.ird.yahoo.com (smtp811.mail.ird.yahoo.com [217.146.188.71]) by mx1.freebsd.org (Postfix) with SMTP id 8F5DA8FC1D for ; Fri, 21 Nov 2008 22:43:15 +0000 (UTC) (envelope-from Thomas.Sparrevohn@btinternet.com) Received: (qmail 68856 invoked from network); 21 Nov 2008 22:43:14 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=btinternet.com; h=Received:X-YMail-OSG:X-Yahoo-Newman-Property:From:To:Subject:Date:User-Agent:Cc:References:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Content-Disposition:Message-Id; b=cxK8UldRd83famFpnC90o0rxkfFRSuk9Gex27bz0LiVg3v1TRUmdrHO1yErLCdffsgqqekednYBV7JPZJP83N04298immvuvGEZB0P8ih1oSFV34dQ97KjAVaEPWcmtt/0CF4aAQEQqMW3mfwjoFBDzH8t0jbGSdxsQS71ieq7Y= ; Received: from unknown (HELO w2fzz0vc03.aah-go-on.com) (Thomas.Sparrevohn@86.133.53.143 with login) by smtp811.mail.ird.yahoo.com with SMTP; 21 Nov 2008 22:43:13 -0000 X-YMail-OSG: 3YtUu8sVM1lz_PogMofAWthwiHsXVNELrm4RlbL86RIxB468EHWXTxksCtzHomphwHf7E3E897vcg8S9s4vgYx9BtlaWKFeh0GI2VT7Pv0v74uHQozoXj64HdUMpeiHvP90DXkOUD.qQ5CFo6HZc4h28o89654vbntsBPCdmTyVBzTX06t4Vx.gYgos- X-Yahoo-Newman-Property: ymail-3 From: Thomas Sparrevohn To: freebsd-current@freebsd.org Date: Fri, 21 Nov 2008 22:43:10 +0000 User-Agent: KMail/1.9.10 References: <20081117205526.GC1733@garage.freebsd.pl> <200811212116.17948.Thomas.Sparrevohn@btinternet.com> <4927293E.6000704@h3q.com> In-Reply-To: <4927293E.6000704@h3q.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200811212243.10899.Thomas.Sparrevohn@btinternet.com> Cc: Philipp Wuensche 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:43:16 -0000 On Friday 21 November 2008 21:33:50 Philipp Wuensche wrote: > 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 > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > Nope - it does not upgrade the property for existing data sets - It only upgrades - or at least when I did it - the pool itself - for the data sets you need to either create new ones or manually upgrade the version property