HEADS UP: New ZFS in the tree.

Thomas Sparrevohn Thomas.Sparrevohn at btinternet.com
Fri Nov 21 14:43:16 PST 2008


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 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscribe at 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


More information about the freebsd-current mailing list