The upcoming Proxmox VE 7.1 (Q4/2021) will use a 5.13 based Linux kernel including ZFS 2.1. You can test this kernel now, install with:
This version will replace the currently used 5.11 kernel and will be maintained until the Proxmox VE 7.2 release.
The kernel is available on the pve-no-subscription repository at time of writing, so it's not required to enable the pvetest repository.
We invite you to test your hardware with this kernel, and we are thankful for receiving your feedback (please include HW & setup details, especially on issues).
A note regarding ZFS versions:
ZFS is separated in user space tools and kernel module, both have a separate version. The user space tooling is backward compatible to older ZFS kernel module versions, so it's fine if you get 2.1 based user space tools but still use the PVE 5.11 kernel (which is build with ZFS 2.0). You can check both versions with
ZFS 2.1 user space, 5.11 kernel with 2.0 ZFS module:
ZFS 2.1 user space, 5.13 kernel with 2.1 ZFS module:
Code:
apt update && apt install pve-kernel-5.13
This version will replace the currently used 5.11 kernel and will be maintained until the Proxmox VE 7.2 release.
The kernel is available on the pve-no-subscription repository at time of writing, so it's not required to enable the pvetest repository.
We invite you to test your hardware with this kernel, and we are thankful for receiving your feedback (please include HW & setup details, especially on issues).
A note regarding ZFS versions:
ZFS is separated in user space tools and kernel module, both have a separate version. The user space tooling is backward compatible to older ZFS kernel module versions, so it's fine if you get 2.1 based user space tools but still use the PVE 5.11 kernel (which is build with ZFS 2.0). You can check both versions with
zfs -V
, for example:ZFS 2.1 user space, 5.11 kernel with 2.0 ZFS module:
Code:
zfs -V
zfs-2.1.1-pve1
zfs-kmod-2.0.6-pve1
ZFS 2.1 user space, 5.13 kernel with 2.1 ZFS module:
Code:
zfs -V
zfs-2.1.1-pve1
zfs-kmod-2.1.1-pve1
Last edited: