On 1/30/25 10:55 AM, gevisz wrote:
I should have used /dev/disk/by-id/ata-WDC_WD5000* notations instead!
Unfortunately, I have not found the way to change these notations
other than deleting the whole zpool and re-creating it anew with
the notations /dev/disk/by-id/ata-WDC_WD5000*, which took quite
a lot of time.
I got around this years ago on an Ubuntu system by doing an export
followed by a slightly special import:
zpool export tank
zpool import -d /dev/disk/by-id tank
You can find more details and specifics in an article that I wrote about
installing Ubuntu 16.04 on a ZFS root.
Link - Ubuntu 16.04 (Xenial) ZFS native root install
-
https://dotfiles.tnetconsulting.net/articles/2016/0327/ubuntu-zfs-native-root.html
--
Grant. . . .