-
Hello, After upgrading from ZFS 0.8.6 to 2.0.5 (DMKS) via EPEL on RHEL 8.4, I see that that the zpool can't be updated:
Attempting to upgrade fails:
This looks weird: why is kmod (but I'm using DKMS - and have done so for quite a while!) the old version?
I have tried removing zfs, rebooting, and re-installing, yet still this old kmod shows up. Your help would be appreciated. Cheers |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Well, what does If the latter doesn't error, what does The two guesses in my mind are "updated modules didn't install/failed to build" and "for some reason they installed in a different path, there's two copies, and the older ones are being picked". |
Beta Was this translation helpful? Give feedback.
-
Hi rincebrain, these seem to look ok:
Why the ancient kmod is being loaded is a mystery... |
Beta Was this translation helpful? Give feedback.
-
You're a genius! Indeed, the initramfs was old. Doing a dnf upgrade zfs is not enough, a manual Now it looks good:
Thank you for your help. Is there a button where I can give you a gold star or something? =) |
Beta Was this translation helpful? Give feedback.
You're a genius!
Indeed, the initramfs was old. Doing a dnf upgrade zfs is not enough, a manual
dracut -f
was required and a reboot.
Now it looks good:
Thank you for your help. Is there a button where I can give you a gold sta…