rbd: use the higher level librbd instead of just librados
commitad32e9c003647142d08dfce450eafa0ab7887d10
authorJosh Durgin <josh.durgin@dreamhost.com>
Thu, 26 May 2011 23:07:31 +0000 (26 16:07 -0700)
committerKevin Wolf <kwolf@redhat.com>
Wed, 8 Jun 2011 09:56:39 +0000 (8 11:56 +0200)
tree7a76c4c2ae6a34e5e4d2c27721d4014685fa5c3d
parentd1f6fd8d1400ab356aee776b1ecc3ed1e89dbeaa
rbd: use the higher level librbd instead of just librados

librbd stacks on top of librados to provide access
to rbd images.

Using librbd simplifies the qemu code, and allows
qemu to use new versions of the rbd format
with few (if any) changes.

Reviewed-by: Christian Brunner <chb@muc.de>
Signed-off-by: Josh Durgin <josh.durgin@dreamhost.com>
Signed-off-by: Yehuda Sadeh <yehuda@hq.newdream.net>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/rbd.c
block/rbd_types.h [deleted file]
configure