Sharing ZFS Zpools and Filesystems Between 7.1-STABLE and
8.0-CURRENT
Rink Springer
rink at FreeBSD.org
Wed Mar 4 12:00:03 PST 2009
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
More information about the freebsd-current
mailing list