From owner-freebsd-current@FreeBSD.ORG Fri Nov 21 21:16:31 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 5549D1065672 for ; Fri, 21 Nov 2008 21:16:31 +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 BBF548FC1D for ; Fri, 21 Nov 2008 21:16:30 +0000 (UTC) (envelope-from Thomas.Sparrevohn@btinternet.com) Received: (qmail 8494 invoked from network); 21 Nov 2008 21:16:29 -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=uQoG+WfsKsAKkuvORF2ZvsvbE4AxI5p4fDah1q4rCvig6iy+aF2pkUMyo/O+ORcRD9kMKhoXxWlZS6PjV4Nyhs0A321NKrw9JitQGZEOvZN0Sh3zqfPkGeNnJ1vwPBFrO5VBez69P2CwS54Js7djAVcB+oMCUQJoIZree/O1XfM= ; 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 21:16:29 -0000 X-YMail-OSG: 1KTlgicVM1kfg0IQcqV1uGheRpXZBDvzOsrYaw8JRHJ0pYnf8nOIBjvAxbHc8ytRHoIqqjUBpVFjptOQLBHNWFI_YU00Acq5WXsWtWcUcRPxavS624Jhx933Vl8CxwEuUmWmZOSlLC4zIPGHy5HC.W44XMmkTAHg70X6RHU- X-Yahoo-Newman-Property: ymail-3 From: Thomas Sparrevohn To: freebsd-current@freebsd.org Date: Fri, 21 Nov 2008 21:16:17 +0000 User-Agent: KMail/1.9.10 References: <20081117205526.GC1733@garage.freebsd.pl> <200811200015.54319.Thomas.Sparrevohn@btinternet.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200811212116.17948.Thomas.Sparrevohn@btinternet.com> Cc: Ivan Voras 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 21:16:31 -0000 On Friday 21 November 2008 01:19:35 Ivan Voras wrote: > Thomas Sparrevohn wrote: > > On Wednesday 19 November 2008 10:14:02 Ivan Voras wrote: > >> Thomas Sparrevohn wrote: > >>> On Tuesday 18 November 2008 21:56:38 Pawel Jakub Dawidek wrote: > >>>> On Tue, Nov 18, 2008 at 09:50:51PM +0000, Thomas Sparrevohn wrote: > >>>>> On Tuesday 18 November 2008 21:32:44 Pawel Jakub Dawidek wrote: > >>>>>> What's unexpected in that? As I noted it still needs more work, so > >>>>>> chflags(2) working properly would be unexpected for me:) > >>>>>> > >>>>>>> -------------------------------------------------------------- > >>>>> LOL - Unexpected that it just not returns operation not supported as it used to - I was a bit > >>>>> trigger happy and upgraded my main pool - against the sound advice - leaves me in a bit of trouble ;-) > >>>> Try 'make installworld NO_FSCHG='. > >>>> > >>> LOL and now I feel really stupid - thanks > >> Hmmm, I did an installworld from UFS to ZFS yesterday without special > >> flags (actually, multiple installworlds for benchmarking), without > >> errors. Files really did get schg (or equivalent) flag since I couldn't > >> rm them afterwards. How is this possible? :) > > > > That is a surprise - as mine failed - totally - had to manually restore libc > > I've just did it again - make installworld DESTDIR=/data/test (I'm not > using ZFS on root) - works without problems, ls reports schg flag on the > usual files. amd64, ZFS pool version 13, compiled a few hours after the > big import. > > > 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 will make schg work