Skip to content
Snippets Groups Projects
user avatar
Christian Brunner authored
RBD is an block driver for the distributed file system Ceph
(http://ceph.newdream.net/

). This driver uses librados (which is part
of the Ceph server) for direct access to the Ceph object store and is
running entirely in userspace (Yehuda also wrote a driver for the
linux kernel, that can be used to access rbd volumes as a block
device).

Signed-off-by: default avatarYehuda Sadeh <yehuda@hq.newdream.net>
Signed-off-by: default avatarChristian Brunner <chb@muc.de>
Reviewed-by: default avatarStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Signed-off-by: default avatarKevin Wolf <kwolf@redhat.com>
f27aaf4b
History
Read the documentation in qemu-doc.html.

Fabrice Bellard.