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

Errors and warnings when updating ZFS on CentOS 7 #3580

Closed
zhro opened this issue Jul 9, 2015 · 1 comment
Closed

Errors and warnings when updating ZFS on CentOS 7 #3580

zhro opened this issue Jul 9, 2015 · 1 comment

Comments

@zhro
Copy link

zhro commented Jul 9, 2015

After performing a yum update which included kernel updates, ZFS was unable to load after a reboot. Failure to reinstall it seemed to stem modules building from the wrong kernel source.

I performed a rpm -qa | grep kernel and removed old kernel-devel and kernel-headers, then ran the following:

yum remove libzfs2 dkms zfs-dkms zfs zfs-release spl spl-dkms
yum localinstall --nogpgcheck http://archive.zfsonlinux.org/epel/zfs-release.el7.noarch.rpm
yum install libzfs2 dkms zfs-dkms zfs zfs-release spl spl-dkms -y | tee zfs-log

ZFS is now working again but the log reported many warnings and errors:

http://pastebin.com/raw.php?i=GL64JP7x

Should I be worried about this?

@behlendorf
Copy link
Contributor

They warning indicate a problem creating the symlinks for weak modules. This means if you boot to a different kernel you won't be able to load the ZFS modules without rebuilding them for it. Beyond that they're not a reason for concern.

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

No branches or pull requests

2 participants