I currently have a few non-root mirrored (two disks) ZFS pools under FreeBSD (3) and FreeNAS (1) that I am interested in splitting and storing the mirrored halves of each pool offsite.
I found some information concerning this feature from Oracle's documentation and wondered if anyone has had experience using this successfully under FreeBSD and FreeNAS.
According to Oracle https://docs.oracle.com/cd/E19253-01/819-5461/gjooc/ its a matter of:
Before I carry this out, are there any caveats that I should be aware of that others have run into? Also, what would be the equivalent way to do this under the FreeNAS GUI - as mucking around with the CLI under FreeNAS seems to be discouraged.
I found some information concerning this feature from Oracle's documentation and wondered if anyone has had experience using this successfully under FreeBSD and FreeNAS.
According to Oracle https://docs.oracle.com/cd/E19253-01/819-5461/gjooc/ its a matter of:
# zpool split tank tank2
# zpool import tank2
# zpool status tank tank2Before I carry this out, are there any caveats that I should be aware of that others have run into? Also, what would be the equivalent way to do this under the FreeNAS GUI - as mucking around with the CLI under FreeNAS seems to be discouraged.