Dear all,
I'm getting the following error when I try to do a zfs send/receive on a solaris (pool v26) to freebsd box (pool v28):
"cannot receive: stream is unsupported version 18"
Any solution for this?
- My questions:
Why can't I create a pool version lower then v28 on zfs? Why do I get the maximum allowed pool version is v15 with the zfs upgrad command? If a create a default pool it is v28, this is normal on freebsd current.
solaris host
--------------
freebsd host
---------
The following versions are supported:
I'm getting the following error when I try to do a zfs send/receive on a solaris (pool v26) to freebsd box (pool v28):
"cannot receive: stream is unsupported version 18"
Any solution for this?
- My questions:
Why can't I create a pool version lower then v28 on zfs? Why do I get the maximum allowed pool version is v15 with the zfs upgrad command? If a create a default pool it is v28, this is normal on freebsd current.
solaris host
--------------
Code:
root@solaris:~# zfs send -R firstbackup/users@send | ssh root@192.168.250.14 zfs receive -dF remotepool
Password:
cannot receive: stream is unsupported version 18
root@solaris:~# zpool get version firstbackup NAME PROPERTY VALUE SOURCE
firstbackup version 26 default
freebsd host
---------
Code:
[root@ ~]# zpool get version remotepool
NAME PROPERTY VALUE SOURCE
remotepool version 28 default
[root@ ~]# zpool create -o version=26 remotepool /dev/ada1
cannot create 'remotepool': property 'version' number 26 is invalid.
[root@ ~]# zpool upgrade -v
This system is currently running ZFS pool version 15.
[root@ ~]# uname -a
FreeBSD 9.0-CURRENT FreeBSD 9.0-CURRENT #1: Tue Jun 28 14:40:11 UTC 2011 root@:/usr/obj/usr/src/sys/SANKERNEL amd64
The following versions are supported: