ZFS ZFS datasets not mounting at boot after importing to FreeBSD14

Hi, I recenly retired my old FreeBSD based NAS which was v13.2. I exported the pools and then attached them to the new FreeBSD 14 system. After importing the pools to the new system "zfs mount -all" brought all the datasets back. After previous migrations the datasets mounted automatically on each boot, however I have to manually mount all after each boot on 14.

How do I get the datasets to auto mount at boot on FreeBSD 14.

loader.conf:

cryptodev_load="YES"
zfs_load="YES"
autoboot_delay=86400
amdtemp_load="YES"
fusefs_load="YES"

Yes that's a long timeout !
 
Anyone got any ideas on this? /etc/rc.conf also has :

zfs_enable="YES"

yet nothing mounts at boot, it has to be done manually every time.
 
Back
Top