From f27aaf4b531bc0eb4f3e1f7accf4931cae36db0d Mon Sep 17 00:00:00 2001 From: Christian Brunner Date: Mon, 6 Dec 2010 20:53:01 +0100 Subject: 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 Signed-off-by: Christian Brunner Reviewed-by: Stefan Hajnoczi Signed-off-by: Kevin Wolf --- Makefile.objs | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.objs') diff --git a/Makefile.objs b/Makefile.objs index cebb9458f1..b677eb8774 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -24,6 +24,7 @@ block-nested-y += parallels.o nbd.o blkdebug.o sheepdog.o blkverify.o block-nested-$(CONFIG_WIN32) += raw-win32.o block-nested-$(CONFIG_POSIX) += raw-posix.o block-nested-$(CONFIG_CURL) += curl.o +block-nested-$(CONFIG_RBD) += rbd.o block-obj-y += $(addprefix block/, $(block-nested-y)) -- cgit v1.2.3