how to import zpool from newer version in solaris 10?
I have two system one with solaris 11.3 and the other with solaris 10 10 1/13 s10s_u11wos_24a.
Solaris 11:
# zpool upgrade -v
This system is currently running ZFS pool version 37.
Solaris 10:
# zpool upgrade -v
This system is currently running ZFS pool version 32.
The version 32 is the last version supported in the system with Solaris 10.
The problem occurred is when I try to import the zpool in solaris 10:
[backups]: zpool import R123_pool
cannot import 'R123_pool': pool is formatted using a newer ZFS version
How could I import this pool in solaris 10?
Regards.