Hello All,
I will be migrating an existing ZFS pool from “Ubuntu 22.04.5 LTS” to FreeBSD 14.2.
The pool will remain on the same box.
On FreeBSD, The ZFS version would be the following:
zfs-2.2.6-FreeBSD_g33174af15
zfs-kmod-2.2.6-FreeBSD_g33174af15
On Ubuntu, The ZFS version is the following:
zfs-2.1.5-1ubuntu6~22.04.4
zfs-kmod-2.1.5-1ubuntu6~22.04.4
It is a Raidz pool.
I was hoping for some help with the following questions:
- What are some best practices when preparing to export a zfs pool?
- When I import the pool under FreeBSD, will I need to create GPT labels for each drive
or will my “/dev/disk/by-id” reference and defined drives in the exported pool
be persistent after the import to FreeBSD. - Basically, once I export the pool, FreeBSD will be installed on the same system and
after that the pool will be imported under the new FreeBSD installation. - Building the pool from scratch is not an option, in this case.
Any information, would be greatly appreciated.
Thanks!!