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

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4927293E.6000704>