zfs pool imported automatically on boot in Ubuntu 18.10
Updated to 20.04, pool no longer imported on boot - I don't see any errors anywhere, but might be missing something.
sudo zpool import pool -- Works, fine. Files are all there, no issues.
zpool update shows no updates required.
zpool status shows everything is ok.
/etc/default/zfs :: (cut most, but I think the important question is answered below)
# Run zfs mount -a during system start?
ZFS_MOUNT='yes'
# Run zfs unmount -a during system stop?
ZFS_UNMOUNT='yes'
Mount is to a specific location with the same name as the pool, so if I were running zpool import pool the mount location would be: /pool
/ is an ext4 volume on an ssd. So the system boots and operates fine outside of mounting the zfs volume.
I am fully up to date on apt update etc. Really kind of at a dead stop, not sure what to look at?