Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Remove userland/module check #118

Merged
merged 5 commits into from
Aug 29, 2022
Merged

Remove userland/module check #118

merged 5 commits into from
Aug 29, 2022

Conversation

mcred
Copy link
Contributor

@mcred mcred commented Aug 29, 2022

Since updating to ZFS 2.0+, we have been updating kernel module frequently. This has lead to some versioning issues between pre-compiled ZFS kernel modules and the installed version of the ZFS userland in titan server. This check was originally put in place to make sure the kernel modules don't outpace the userland because it was thought that it would be okay, it wasn't tested. It is not tested. The e2e tests have confirmed the following scenarios:

  • ZFS Kernel Module 2.0.6 and Userland 2.1.5 all tests pass
  • ZFS Kernel Module 2.1.5 and Userland 2.0.6 all tests pass

Looking at the roadmap for ZFS, it is very likely to remain in the 2.1 branch for a few years. I feel this userland check should not be an issue until a major version release for ZFS.

mcred added 5 commits August 24, 2022 15:22
Signed-off-by: Derek Smart <derek@grindaga.com>
Signed-off-by: Derek Smart <derek@grindaga.com>
Signed-off-by: Derek Smart <derek@grindaga.com>
@mcred mcred requested a review from robertericreeves August 29, 2022 16:41
@mcred mcred merged commit cc6a116 into titan-data:master Aug 29, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants