rbd: introduce rados block device (rbd), based on libceph
authorYehuda Sadeh <yehuda@hq.newdream.net>
Thu, 12 Aug 2010 23:11:25 +0000 (16:11 -0700)
committerSage Weil <sage@newdream.net>
Wed, 20 Oct 2010 22:38:13 +0000 (15:38 -0700)
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>

No differences found