首页 > 代码库 > Ceph安装QEMU报错:User requested feature rados block device configure was not able to find it
Ceph安装QEMU报错:User requested feature rados block device configure was not able to find it
CentOS6.3中,要想使用Ceph的block device,需要安装更高版本的QEMU。
安装好ceph后,安装qemu-1.5.2
# tar -xjvf qemu-1.5.2.tar.bz2
# cd qemu-1.5.2
# ./configure --enable-rbd
一定要加上--enable-rbd选项,这样qemu才能支持rbd协议。
这一步可能会报错:
ERROR: User requested feature rados block device
configure was not able to find it
这是因为没有安装ceph-devel包。同时要确librados2和librbd1已经安装。
安装后,configure就不会报错。然后执行
# make
# make install
即可。
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。