Hi Christian!
I have ceph 0.27 installed. I downloaded it from:
http://ceph.newdream.net/download/ceph-0.27.tar.gz
I found the following rados/rbd included files at:
/usr/include/rados
/usr/include/rados/buffer.h
/usr/include/rados/crc32c.h
/usr/include/rados/librados.h
/usr/include/rados/libr
I almost forgot: If you are already using ceph 0.27, then you will
need the pathes. Configure is checking for a function that isn't
existing any longer in librados.
Sorry, Christian
2011/5/4 Christian Brunner :
> Hi Dyweni,
>
> are you sure that you have installed ceph (especially librados and th
Hi Dyweni,
are you sure that you have installed ceph (especially librados and the
header files)?
Josh's patches use the newer librbd from ceph 0.27. With this library
the qemu driver gets a lot simpler and avoids code duplication in ceph
and qemu. - It's the future, but I don't think it will solv
Hi List!
I'm running into an issue compiling QEMU with RBD support.
>From the Wiki (http://ceph.newdream.net/wiki/QEMU-RBD), I should be
able to do the following:
$ git clone git://git.qemu.org/qemu.git
$ cd qemu
$ ./configure --enable-rbd
$ make; make install
However, the configure command th