Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Nov 2008 22:43:10 +0000
From:      Thomas Sparrevohn <Thomas.Sparrevohn@btinternet.com>
To:        freebsd-current@freebsd.org
Cc:        Philipp Wuensche <cryx-freebsd@h3q.com>
Subject:   Re: HEADS UP: New ZFS in the tree.
Message-ID:  <200811212243.10899.Thomas.Sparrevohn@btinternet.com>
In-Reply-To: <4927293E.6000704@h3q.com>
References:  <20081117205526.GC1733@garage.freebsd.pl> <200811212116.17948.Thomas.Sparrevohn@btinternet.com> <4927293E.6000704@h3q.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811212243.10899.Thomas.Sparrevohn>