I ran into a kernel level issue with the latest zfs: https://github.com/openzfs/zfs/issues/18648 (I opened the issue)
According to some folks on there the issue is only existent in zfs 2.4.x and downgrading to 2.3.x should be a valid workaround until fixed.
I was able to downgrade zfs to
I pinned all zfs packages via
However when I run
According to some folks on there the issue is only existent in zfs 2.4.x and downgrading to 2.3.x should be a valid workaround until fixed.
I was able to downgrade zfs to
2.3.4-pve1 but am unable to also downgrade zfs-kmod because it's apparently not an apt package?I pinned all zfs packages via
/etc/apt/preferences.d/zfs using:
Code:
Package: zfsutils-linux zfs-zed zfs-initramfs libzfs7linux libzpool5linux
Pin: version 2.3.4-pve1
Pin-Priority: 1000
However when I run
zfs --versionI get:
Code:
root@pve-01:~# zfs --version
zfs-2.3.4-pve1
zfs-kmod-2.4.2-pve1
