ceph/rbd block driver for qemu-kvm
authorChristian Brunner <chb@muc.de>
Mon, 6 Dec 2010 19:53:01 +0000 (20:53 +0100)
committerKevin Wolf <kwolf@redhat.com>
Tue, 14 Dec 2010 14:44:21 +0000 (15:44 +0100)
commit9f76a3ef70cb265449901830b525702ddda781c2
tree8208efd05b17d43d518c8235f2321a24f65ecc2b
parentafc96a38326edd51df258cd0ace7f530e55de1ce
ceph/rbd block driver for qemu-kvm

RBD is an block driver for the distributed file system Ceph
(http://ceph.newdream.net/). This driver uses librados (which is part
of the Ceph server) for direct access to the Ceph object store and is
running entirely in userspace (Yehuda also wrote a driver for the
linux kernel, that can be used to access rbd volumes as a block
device).

Signed-off-by: Yehuda Sadeh <yehuda@hq.newdream.net>
Signed-off-by: Christian Brunner <chb@muc.de>
Reviewed-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Makefile.objs
block/rbd.c [new file with mode: 0644]
block/rbd_types.h [new file with mode: 0644]
configure