Skip to content

Intel QAT compression fails with ZFS 2.0.0 #11343

Answered by fstrati70
fstrati70 asked this question in Q&A
Discussion options

You must be logged in to vote

It is the module loading order,
after reboot, issuing

modprobe -r zfs;
modprobe zfs;

solves the problem, in the sense that the qat module is used correctly in compression.

Hence, the question arise about the module loading ordering, because zfs seems to load before qat
and qat is initialised in userspace by the qat_service.

Do you have any suggestion on how to proceed?
Maybe with a custom initramfs?
Does zfs modify the initramfs?

Replies: 11 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by behlendorf
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@bghira
Comment options

Comment options

You must be logged in to vote
1 reply
@sempervictus
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants
Converted from issue

This discussion was converted from issue #11343 on December 22, 2020 01:41.