Greetings,
It seems that Proxmox ships with ZFS baked into the kernel package (the zfs kernel modules are not their own package) and they are also not compiled with Intel QAT enabled.
I have proceeded to install zfs-dkms from buster-backports to get a compile going with QAT support enabled, but this seems a bit annoying to maintain as DKMS (correctly) sees the Proxmox native modules as the same version that it itself provides and therefor I have to
dkms remove/add --force to force it to still put the modules in the right directory for the kernel to load them.
Is there any way I could either get Proxmox without its ZFS kernel modules or a version with QAT enabled from the get go?
Or a more maintainable solution for this that I can't think of somehow? I'd much rather not have to mess around every time I do a kernel update, because if I forget once and reboot, I'll have to reboot again to get the things in.
- Doridian
It seems that Proxmox ships with ZFS baked into the kernel package (the zfs kernel modules are not their own package) and they are also not compiled with Intel QAT enabled.
I have proceeded to install zfs-dkms from buster-backports to get a compile going with QAT support enabled, but this seems a bit annoying to maintain as DKMS (correctly) sees the Proxmox native modules as the same version that it itself provides and therefor I have to
dkms remove/add --force to force it to still put the modules in the right directory for the kernel to load them.
Is there any way I could either get Proxmox without its ZFS kernel modules or a version with QAT enabled from the get go?
Or a more maintainable solution for this that I can't think of somehow? I'd much rather not have to mess around every time I do a kernel update, because if I forget once and reboot, I'll have to reboot again to get the things in.
- Doridian