Re: [ceph-users] ERROR: modinfo: could not find module rbd

2014-05-18 Thread xan.peng
There should be rbd codes in the running kernel. Check it by "cat /boot/config-`uname -r` | grep CONFIG_BLK_DEV_RBD". Result should be "CONFIG_BLK_DEV_RBD=m" or "CONFIG_BLK_DEV_RBD=y". On Fri, May 9, 2014 at 3:01 PM, Ease Lu wrote: > Hi All, >I run the command: > > [ceph@ceph-client ~]$ sudo

[ceph-users] ERROR: modinfo: could not find module rbd

2014-05-09 Thread Ease Lu
Hi All, I run the command: [ceph@ceph-client ~]$ sudo rbd map ceph_block_dev --pool rbd --id admin -k /etc/ceph/ceph.client.admin.keyring ERROR: modinfo: could not find module rbd FATAL: Module rbd not found. rbd: modprobe rbd failed! (256) As you may already see, there got failed!