Solaris 11 ZFS send to FreeBSD 10.2 ...

Freddie Cash fjwcash at gmail.com
Fri Jan 8 00:23:30 UTC 2016


On Thu, Jan 7, 2016 at 2:28 PM, John Case <case at sdf.org> wrote:

>
> I would like to ZFS send from Solaris 11 to FreeBSD 10.2.
>
> The FreeBSD 10.2 system is:
>
> ZFS filesystem version: 5
> ZFS storage pool version: features support (5000)
>
> It looks like Solaris 11 systems run ZFS version 6 ...
>
> I *think* that this is not supposed to work, but I wonder if there is some
> way to workaround the version differences and make it work ?
>
> Thanks.
>

​When you create the pool on Solaris, pass along the version flag you want
to use (ZFSv28 is the last version in common with non-Solaris systems).

When you create the pool on FreeBSD, pass along the version flag you want
to use (ZFSv28).

That way, the pools are synced in their versions, and will support the same
featureset, and you will be able to send/recv between them.

​(And you will constantly get nagged in "zpool status" output about your
pool version not being the latest and greatest.  Would be nice to shut that
up somehow!)​

-- 
Freddie Cash
fjwcash at gmail.com


More information about the freebsd-fs mailing list