-
Notifications
You must be signed in to change notification settings - Fork 37
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
EL8 packages missing #78
Comments
Here's what I see on my AlmaLinux 8 VM:
|
What is the checksum of your rpm package?
Same result using an AlmaLinux 8.7 Docker image
|
Same as yours:
That's probably the issue - AlmaLinux is at version 8.8 now. It looks like my yum metadata wasn't refreshed in my earlier example. Here's what I'm seeing now:
⬆️ these are the correct RPMs you should be seeing for Alma 8.7 and 8.8. |
Was the structure of the ZFS EL8 repository changed recently? |
The repo behavior was changed in 6a7dda9. Your best bet is to udate your docker image to Alma 8.8. If that's not possible, you can edit - baseurl=http://download.zfsonlinux.org/epel/$releasever/$basearch/
+ baseurl=http://download.zfsonlinux.org/epel/8.7/$basearch/ Note that if you do that, you're not going to get any of the newer releases, since Alma 8.7 only supports up to zfs-2.1.11. |
In general and after reading openzfs/zfs#10328 I agree, using As you mentioned, It seems there is no easy way out, thank you for your feedback |
Sorry, I have to reopen this issue, maybe you are already aware of this but I am facing an issue using the "releasever" parameter. During the ZFS installation I've got the following error (more details below): Steps to reproduce:
|
@stephanwehr try this workaround:
|
Yes possible workarounds as you mentioned would be either a symbolik link or adjusting the ZFS repository file /etc/yum.repos.d/zfs.repo
I just wanted to let you know about the current behavior. From my point of view we should find a solution that doesn't require workarounds. |
As there is a potential for data corruption (#15526) below version 2.1.14 or 2.2.2, it is not recommended to use older packages. |
Currently only version 2.1.11 is available in the EL8 repository.
Steps to reproduce:
The only package listed is version 2.1.11:
The text was updated successfully, but these errors were encountered: