commit | 602adf400201636e95c3fed9f31fba54a3d7e844 | [log] [tgz] |
---|---|---|
author | Yehuda Sadeh <yehuda@hq.newdream.net> | Thu Aug 12 16:11:25 2010 -0700 |
committer | Sage Weil <sage@newdream.net> | Wed Oct 20 15:38:13 2010 -0700 |
tree | 1b10046664d2c380a595ceaaafab2eed835dc937 | |
parent | 3d14c5d2b6e15c21d8e5467dc62d33127c23a644 [diff] |
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>