diff options
author | Yehuda Sadeh <yehuda@hq.newdream.net> | 2010-08-13 01:11:25 +0200 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2010-10-21 00:38:13 +0200 |
commit | 602adf400201636e95c3fed9f31fba54a3d7e844 (patch) | |
tree | 1b10046664d2c380a595ceaaafab2eed835dc937 /drivers/block/Makefile | |
parent | ceph: factor out libceph from Ceph file system (diff) | |
download | linux-602adf400201636e95c3fed9f31fba54a3d7e844.tar.xz linux-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/Makefile | 1 |
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 |