On 04/15/2011 01:23 PM, Christoph Raible wrote: > I compiled new kernel on CentOS 5.6 (kernel-ml-2.6.38-2) with CEPH support > CONFIG_CEPH_LIB=y > # CONFIG_CEPH_LIB_PRETTYDEBUG is not set > CONFIG_CEPH_FS=y This builds the drivers into the kernel. For loadable modules you should use CONFIG_CEPH_LIB=m and CONFIG_CEPH_FS=m . > Now when I want to mount a Ceph filesystem with > mount -t ceph 10.1.9.46:/ /mnt/ceph > I got following error: > "mount.ceph: modprobe failed, exit status 127" Since ceph and libceph are already in the kernel, it seems logical that loading them would fail; after all, there are no modules to be loaded. Then again, it doesn't make sense that mount tries to load them anyway and fails. Z -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html