how to make persistence a zpool after upgrading to 2.7.0-DEVELOPMENT
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.
I just upgrade to 2.7.0-DEVELOPMENT but the extra disk I had is not mounted.
I can mount it with zpool import tank
but how to make it persistent across reboots?
I tried creating the file /etc/zfs/tank
with:
zpool import -f tank
But didn't work, any ideas?