-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
lustre: dkms build fails on freshly installed CentOS 6 #3996
Comments
I hit the same snag, any idea for a fix or workaround? |
From reading https://jira.hpdd.intel.com/browse/LU-6452, I thought that it maybe could work with the older version 0.6.3 of ZFS and SPL. And I can actually confirm that it works... But that is crucial information that should be noted on the documentation page. |
And, of course, I want to use the newest Lustre (2.7.0) with the newest ZFS version (0.6.5.3) on a kernel that's getting security updates. |
Lustre with 0.6.3 doesn't work either on my test machines. Everything seems to install and zfs works fine, but lustre does not. [root@MDS1 local]# service lustre start lustre-MDT0000 I'm finding it odd that it should be that hard to get the community version up and running for a quick test |
Yep, it's total PITA. But as for your problem, are the lustre modules loaded? What are lsmod and dmesg saying? |
No modules and no mention of them on dmesg. I eventually got the latest maintenance release from the Intel site going with SPL/ZFS 0.6.3-1.1 from here, though. |
Installing lustre was a PITA at every step, so we didn't use it at Stanford because it was so time and support expensive to deploy on IB/FC clusters for any sort of reliable setup (we ended up using Panasas and DDN solutions). Alternatives like Ceph were much easier to get going on commodity enterprise&consumer gear. Btw 2-3 gens old IB gear is super cheap and much lower latency than 10gbe. HTH gives a Plan B if it doesn't work out, but I hope it works because a viable, usuable cluster fs is better for users. |
Closing. Lustre build issues against ZFS are tracker on Lustre's issue tracker. |
I followed the instructions from http://zfsonlinux.org/lustre.html to install ZFS and Lustre on a freshly installed vanilla CentOS 6 machine.
The kernel is
2.6.32-573.7.1.el6.x86_64
, spl and zfs are0.6.5.3
and lustre and lustre-osd-zfs is2.5.3-1zfs
.ZFS and SPL compiled without problems through dkms, but Lustre seems to be having a problem.
dmks build lustre/2.5.3
says:and
make.log
ends withDoes anyone have an idea what could be causing this errors?
The text was updated successfully, but these errors were encountered: