Remove on AWS images ? For me, the module is here (ubuntu 13.04) : $ ls /lib/modules/$(uname -r)/kernel/drivers/block/
$ modinfo rbd filename: /lib/modules/3.8.0-30-generic/kernel/drivers/block/rbd.ko license: GPL author: Jeff Garzik <[email protected]> description: rados block device author: Yehuda Sadeh <[email protected]> author: Sage Weil <[email protected]> srcversion: DA4E3C524752162C9266077 depends: libceph intree: Y vermagic: 3.8.0-30-generic SMP mod_unload modversions Also : https://forums.aws.amazon.com/thread.jspa?threadID=120198 Laurent Le 11/09/2013 17:55, Prasanna Gholap a écrit :
Hi Laurent, Thanks for reply. I checked in my machine: ubuntu@ubuntu:~$ grep CONFIG_BLK_DEV_RBD /boot/config-3.8.0-19-generic CONFIG_BLK_DEV_RBD=m It is not a custom kernel. It is an AWS instance. ~Prasanna On Wed, Sep 11, 2013 at 8:57 PM, Laurent Barbe <[email protected] <mailto:[email protected]>> wrote: Hello, Is it a custom kernel ? You can verify that rbd module is enable in your kernel config : $ grep CONFIG_BLK_DEV_RBD /boot/config-3.8.0-19-generic CONFIG_BLK_DEV_RBD=m Laurent Barbe Le 11/09/2013 10:51, Prasanna Gholap a écrit : Hi, I am new to ceph. I setup a ceph cluster for block storage (I refered : http://www.youtube.com/watch?__v=R3gnLrsZSno <http://www.youtube.com/watch?v=R3gnLrsZSno>) Cluster Machines are Centos 6.3 with kernel 2.6.32. Ceph version 0.67.3 I am trying to configure Ubuntu Client 113.04 for the same. I am getting rbd module not found error: ubuntu@ubuntu:~$ sudo modprobe rbd FATAL: Module rbd not found. ubuntu@ubuntu:~$ uname -r 3.8.0-19-generic ubuntu@ubuntu:~$ ceph --version ceph version 0.67.3 (__408cd61584c72c0d97b774b3d8f95c__6b1b06341a) Please let me know if there is some mistake in my setup. ~Prasanna _________________________________________________ ceph-users mailing list [email protected] <mailto:[email protected]> http://lists.ceph.com/__listinfo.cgi/ceph-users-ceph.__com <http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com>
_______________________________________________ ceph-users mailing list [email protected] http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
