From: Yehuda Sadeh Date: Thu, 12 Aug 2010 23:11:25 +0000 (-0700) Subject: rbd: introduce rados block device (rbd), based on libceph X-Git-Tag: v2.6.37-rc1~221^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=602adf400201636e95c3fed9f31fba54a3d7e844;p=pandora-kernel.git 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 Signed-off-by: Sage Weil --- Reading git-diff-tree failed