【发布时间】:2014-11-24 04:01:18
【问题描述】:
我发现内核模块 "ceph" 和 "rbd" 在我的 centos 7 中被配置为 "Y" 或 "M"寻找 /boot/config-xxxx 文件。
Does any guys know what's the best way to add these modules back ?
我需要手动download内核源代码和configure这些模块到“Y/M”吗?
还是我只需要build 有两个内核模块和add 他们到 /lib64/modules ?
【问题讨论】:
-
检查内核模块是否构建在
ls /lib/modules/uname -r/kernel/fs/ceph下的模块,然后modprobe ceph加载模块。
标签: linux linux-kernel centos7