You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's interesting because I just checked and I have a bunch of production servers using this package on Ubuntu 22.04 LTS. Though on those systems I'm also using https://github.com/zabbly/linux on the kernel side, so not sure if that's what's fixing this.
In a clean ubuntu 22.04 install i followed install instructions with a 6.8 hwe kernel.
After rebooting and trying zfs --version I get a message
zfs_version_kernel() failed; No such file or directory
I can fix this with modprobe -r zfs and then modprobe zfs.
But after rebooting again the issue persists. I fixed it by adding zfs to /etc/modules.
Is this expected ? or should be there a better way to fix this?
The text was updated successfully, but these errors were encountered: