Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

CentOS 7.4 #6

Closed
ianssoftcom opened this issue Jan 12, 2018 · 2 comments
Closed

CentOS 7.4 #6

ianssoftcom opened this issue Jan 12, 2018 · 2 comments
Assignees
Labels
Milestone

Comments

@ianssoftcom
Copy link

I have found that with the current kernel from 7.4 that a new zfs-release file is needed specific to that version:
http://download.zfsonlinux.org/epel/zfs-release.el7_4.noarch.rpm

I see that in manifests/install.pp the zfs-release file of zfs-release.el7.noarch.rpm is installed, but I'm finding that the 7_4 version is needed now with the current '3.10.0-693' kernels.

$_source = "http://download.zfsonlinux.org/epel/zfs-release.el${::operatingsystemmajrelease}.noarch.rpm"

Can you think of a good way to handle this other than write an if statement (if version is >= 7.3, then install the _$facts['os']['release']['minor]' version?

@bodgit bodgit self-assigned this Jan 12, 2018
@bodgit bodgit added the bug label Jan 12, 2018
@bodgit
Copy link
Owner

bodgit commented Jan 12, 2018

It looks like there are release packages for 6, 7, 7.3, and 7.4 currently, although I don't yet know if 7.5 will get its own release package or not, I can only assume so. I will commit a fix for this shortly.

@bodgit bodgit added this to the v2.2.2 milestone Jan 17, 2018
@bodgit bodgit closed this as completed Jan 17, 2018
@bodgit
Copy link
Owner

bodgit commented Jan 17, 2018

Version v2.2.2 should be up on the forge with this fix. Thanks for the bug report!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants