]> git.proxmox.com Git - qemu.git/commit - configure
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)
commitf27aaf4b531bc0eb4f3e1f7accf4931cae36db0d
tree8208efd05b17d43d518c8235f2321a24f65ecc2b
parent2a81998a1af40cbc13a5ab1030ec7f05d13d742c
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