aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/Makefile
diff options
context:
space:
mode:
authorYehuda Sadeh <yehuda@hq.newdream.net>2010-08-12 16:11:25 -0700
committerSage Weil <sage@newdream.net>2010-10-20 15:38:13 -0700
commit602adf400201636e95c3fed9f31fba54a3d7e844 (patch)
tree1b10046664d2c380a595ceaaafab2eed835dc937 /drivers/block/Makefile
parentceph: factor out libceph from Ceph file system (diff)
downloadlinux-dev-602adf400201636e95c3fed9f31fba54a3d7e844.tar.xz
linux-dev-602adf400201636e95c3fed9f31fba54a3d7e844.zip
rbd: introduce rados block device (rbd), based on libceph
The rados block device (rbd), based on osdblk, creates a block device that is backed by objects stored in the Ceph distributed object storage cluster. Each device consists of a single metadata object and data striped over many data objects. The rbd driver supports read-only snapshots. Signed-off-by: Yehuda Sadeh <yehuda@hq.newdream.net> Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'drivers/block/Makefile')
-rw-r--r--drivers/block/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/block/Makefile b/drivers/block/Makefile
index aff5ac925c34..d7f463d6312d 100644
--- a/drivers/block/Makefile
+++ b/drivers/block/Makefile
@@ -37,5 +37,6 @@ obj-$(CONFIG_BLK_DEV_HD) += hd.o
obj-$(CONFIG_XEN_BLKDEV_FRONTEND) += xen-blkfront.o
obj-$(CONFIG_BLK_DEV_DRBD) += drbd/
+obj-$(CONFIG_BLK_DEV_RBD) += rbd.o
swim_mod-objs := swim.o swim_asm.o