Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Mar 2009 21:00:07 +0100
From:      Rink Springer <rink@FreeBSD.org>
To:        d@delphij.net
Cc:        freebsd-current@freebsd.org
Subject:   Re: Sharing ZFS Zpools and Filesystems Between 7.1-STABLE and 8.0-CURRENT
Message-ID:  <20090304200007.GB22581@rink.nu>
In-Reply-To: <49AED351.4050909@delphij.net>
References:  <200903041834.n24IYrTo011126@cwsys.cwsent.com> <49AED351.4050909@delphij.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Mar 04, 2009 at 11:15:29AM -0800, Xin LI wrote:
> I have not encountered any problem using zpool that is shared between
> 7.1 and 8.0.  What you should pay attention to is that never do 'zpool
> upgrade' nor 'zfs upgrade' on 8.0 system until you have decided that you
> won't use 7.1 anymore.

One thing to note, if you intend to create zpools / zfs-es on CURRENT
which should be readable on STABLE, you must use the -o version=<x>
parameter to create supported versions, i.e.:

# zfs create -o version=1 ...
# pool create -o version=6 ...

This only applies to CURRENT, STABLE doesn't understand the 'version'
parameter and will error out if you use it.

Regards,

-- 
Rink P.W. Springer                                - http://rink.nu
"Chance favours the prepared mind"
- Penn



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